Update the license year.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 21 Apr 2017 21:55:14 +0000 (23:55 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 21 Apr 2017 21:55:14 +0000 (23:55 +0200)
src/main.c

index 77cb4ec..0c8b6da 100644 (file)
@@ -1672,7 +1672,7 @@ int main(int argc, char* argv[])
 
     if (ver) {
         fprintf(stdout, "%s, version %s\n\n", PROJECT, VERSION);
-        fprintf(stdout, "Copyright © 2012 - 2016 Daniel Carl <danielcarl@gmx.de>\n");
+        fprintf(stdout, "Copyright © 2012 - 2017 Daniel Carl <danielcarl@gmx.de>\n");
         fprintf(stdout, "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n");
         fprintf(stdout, "This is free software; you are free to change and redistribute it.\n");
         fprintf(stdout, "There is NO WARRANTY, to the extent permitted by law.\n");