Skip to content

Commit 19e6f3a

Browse files
committed
bump copyright year
1 parent 9a48789 commit 19e6f3a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Legal stuff
8383

8484
License
8585
-------
86-
Copyright 2006-2020 Christian Schneider
86+
Copyright 2006-2021 Christian Schneider
8787

8888
Licensed under the Apache License, Version 2.0 (the "License");
8989
you may not use this file except in compliance with the License.

precomp.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2006-2020 Christian Schneider
1+
/* Copyright 2006-2021 Christian Schneider
22
33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.
@@ -347,9 +347,9 @@ enum {
347347
// msg = Buffer for error messages (256 bytes buffer size are enough)
348348
DLL void get_copyright_msg(char* msg) {
349349
if (V_MINOR2 == 0) {
350-
sprintf(msg, "Precomp DLL v%i.%i (c) 2006-2020 by Christian Schneider",V_MAJOR,V_MINOR);
350+
sprintf(msg, "Precomp DLL v%i.%i (c) 2006-2021 by Christian Schneider",V_MAJOR,V_MINOR);
351351
} else {
352-
sprintf(msg, "Precomp DLL v%i.%i.%i (c) 2006-2020 by Christian Schneider",V_MAJOR,V_MINOR,V_MINOR2);
352+
sprintf(msg, "Precomp DLL v%i.%i.%i (c) 2006-2021 by Christian Schneider",V_MAJOR,V_MINOR,V_MINOR2);
353353
}
354354
}
355355

@@ -636,7 +636,7 @@ int init(int argc, char* argv[]) {
636636
printf("Precomp v%i.%i.%i %s %s - %s version",V_MAJOR,V_MINOR,V_MINOR2,V_OS,V_BIT,V_STATE);
637637
}
638638
printf(" - %s\n",V_MSG);
639-
printf("Free for non-commercial use - Copyright 2006-2020 by Christian Schneider\n");
639+
printf("Free for non-commercial use - Copyright 2006-2021 by Christian Schneider\n");
640640
printf(" preflate v0.3.5 support - Copyright 2018 by Dirk Steinke\n\n");
641641

642642
// init compression and memory level count
@@ -1333,7 +1333,7 @@ int init_comfort(int argc, char* argv[]) {
13331333
printf("Precomp Comfort v%i.%i.%i %s %s - %s version",V_MAJOR,V_MINOR,V_MINOR2,V_OS,V_BIT,V_STATE);
13341334
}
13351335
printf(" - %s\n",V_MSG);
1336-
printf("Free for non-commercial use - Copyright 2006-2020 by Christian Schneider\n\n");
1336+
printf("Free for non-commercial use - Copyright 2006-2021 by Christian Schneider\n\n");
13371337

13381338
// init compression and memory level count
13391339
bool use_zlib_level[81];

0 commit comments

Comments
 (0)