diff --git a/README.md b/README.md index a7de23a..f19a930 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Legal stuff License ------- -Copyright 2006-2016 Christian Schneider +Copyright 2006-2017 Christian Schneider Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/precomp.cpp b/precomp.cpp index 9218df6..bc8cac7 100644 --- a/precomp.cpp +++ b/precomp.cpp @@ -1,4 +1,4 @@ -/* Copyright 2006-2016 Christian Schneider +/* Copyright 2006-2017 Christian Schneider Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -290,9 +290,9 @@ bool use_bzip2 = true; // msg = Buffer for error messages (256 bytes buffer size are enough) DLL void get_copyright_msg(char* msg) { if (V_MINOR2 == 0) { - sprintf(msg, "Precomp DLL v%i.%i (c) 2006-2016 by Christian Schneider",V_MAJOR,V_MINOR); + sprintf(msg, "Precomp DLL v%i.%i (c) 2006-2017 by Christian Schneider",V_MAJOR,V_MINOR); } else { - sprintf(msg, "Precomp DLL v%i.%i.%i (c) 2006-2016 by Christian Schneider",V_MAJOR,V_MINOR,V_MINOR2); + sprintf(msg, "Precomp DLL v%i.%i.%i (c) 2006-2017 by Christian Schneider",V_MAJOR,V_MINOR,V_MINOR2); } } @@ -496,7 +496,7 @@ int init(int argc, char* argv[]) { printf("Precomp v%i.%i.%i %s %s - %s version",V_MAJOR,V_MINOR,V_MINOR2,V_OS,V_BIT,V_STATE); } printf(" - %s\n",V_MSG); - printf("Free for non-commercial use - Copyright 2006-2016 by Christian Schneider\n\n"); + printf("Free for non-commercial use - Copyright 2006-2017 by Christian Schneider\n\n"); // init compression and memory level count bool use_zlib_level[81]; @@ -1106,7 +1106,7 @@ int init_comfort(int argc, char* argv[]) { printf("Precomp Comfort v%i.%i.%i %s %s - %s version",V_MAJOR,V_MINOR,V_MINOR2,V_OS,V_BIT,V_STATE); } printf(" - %s\n",V_MSG); - printf("Free for non-commercial use - Copyright 2006-2016 by Christian Schneider\n\n"); + printf("Free for non-commercial use - Copyright 2006-2017 by Christian Schneider\n\n"); // init compression and memory level count bool use_zlib_level[81];