Welcome 2014.

This commit is contained in:
mmdolze
2014-02-10 07:19:20 +00:00
parent 512be8aea2
commit a5cc44d51a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -453,7 +453,7 @@ HelpScreen(int exit_state)
fprintf(stderr,
"lcdproc - LCDproc system status information viewer\n"
"\n"
"Copyright (c) 1999-2012 Selene Scriven, William Ferrell, and misc. contributors.\n"
"Copyright (c) 1999-2014 Selene Scriven, William Ferrell, and misc. contributors.\n"
"This program is released under the terms of the GNU General Public License.\n"
"\n"
"Usage: lcdproc [<options>] [<screens> ...]\n"
+1 -1
View File
@@ -31,7 +31,7 @@
</authorgroup>
<date>2012-08-19</date>
<date>2014-02-10</date>
<releaseinfo>0.5.x</releaseinfo>
<abstract>
+2 -2
View File
@@ -916,7 +916,7 @@ output_GPL_notice(void)
*/
fprintf(stderr, "LCDd %s, LCDproc Protocol %s\n", VERSION, PROTOCOL_VERSION);
fprintf(stderr, "Part of the LCDproc suite\n");
fprintf(stderr, "Copyright (C) 1998-2012 William Ferrell, Selene Scriven\n"
fprintf(stderr, "Copyright (C) 1998-2014 William Ferrell, Selene Scriven\n"
" and many other contributors\n\n");
fprintf(stderr, "This program is free software; you can redistribute it and/or\n"
@@ -944,7 +944,7 @@ output_help_screen(void)
debug(RPT_DEBUG, "%s()", __FUNCTION__);
fprintf(stdout, "LCDd - LCDproc Server Daemon, %s\n\n", version);
fprintf(stdout, "Copyright (c) 1998-2012 Selene Scriven, William Ferrell, and misc. contributors.\n");
fprintf(stdout, "Copyright (c) 1998-2014 Selene Scriven, William Ferrell, and misc. contributors.\n");
fprintf(stdout, "This program is released under the terms of the GNU General Public License.\n\n");
fprintf(stdout, "Usage: LCDd [<options>]\n");
fprintf(stdout, " where <options> are:\n");