From b460b59357f267304ba33d7f064435b6a321d4ec Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Mon, 19 Apr 2021 20:48:19 +0100 Subject: [PATCH] Update copyright dates Signed-off-by: Jonathan Dieter --- LICENSE | 2 +- src/util_common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 2f1b5be..277e2b1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2018 Jonathan Dieter +Copyright (c) 2018-2021 Jonathan Dieter All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/util_common.h b/src/util_common.h index 2f74cfc..82e132d 100644 --- a/src/util_common.h +++ b/src/util_common.h @@ -2,7 +2,7 @@ #define UTIL_COMMON_H #define ZCK_NAME "zchunk" -#define ZCK_COPYRIGHT_YEAR "2018" +#define ZCK_COPYRIGHT_YEAR "2021" #ifndef BUF_SIZE #define BUF_SIZE 32768 -- 2.30.2