|
1 | | -/* Copyright 2006-2020 Christian Schneider |
| 1 | +/* Copyright 2006-2021 Christian Schneider |
2 | 2 |
|
3 | 3 | Licensed under the Apache License, Version 2.0 (the "License"); |
4 | 4 | you may not use this file except in compliance with the License. |
@@ -347,9 +347,9 @@ enum { |
347 | 347 | // msg = Buffer for error messages (256 bytes buffer size are enough) |
348 | 348 | DLL void get_copyright_msg(char* msg) { |
349 | 349 | 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); |
351 | 351 | } 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); |
353 | 353 | } |
354 | 354 | } |
355 | 355 |
|
@@ -636,7 +636,7 @@ int init(int argc, char* argv[]) { |
636 | 636 | printf("Precomp v%i.%i.%i %s %s - %s version",V_MAJOR,V_MINOR,V_MINOR2,V_OS,V_BIT,V_STATE); |
637 | 637 | } |
638 | 638 | 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"); |
640 | 640 | printf(" preflate v0.3.5 support - Copyright 2018 by Dirk Steinke\n\n"); |
641 | 641 |
|
642 | 642 | // init compression and memory level count |
@@ -1333,7 +1333,7 @@ int init_comfort(int argc, char* argv[]) { |
1333 | 1333 | printf("Precomp Comfort v%i.%i.%i %s %s - %s version",V_MAJOR,V_MINOR,V_MINOR2,V_OS,V_BIT,V_STATE); |
1334 | 1334 | } |
1335 | 1335 | 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"); |
1337 | 1337 |
|
1338 | 1338 | // init compression and memory level count |
1339 | 1339 | bool use_zlib_level[81]; |
|
0 commit comments