Welcome 2010.

This commit is contained in:
mmdolze
2010-01-04 07:38:19 +00:00
parent 0b134df632
commit 8fd068b5ff
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ HelpScreen (int exit_state)
fprintf(stderr, fprintf(stderr,
"lcdproc - LCDproc system status information viewer\n" "lcdproc - LCDproc system status information viewer\n"
"\n" "\n"
"Copyright (c) 1999-2009 Scott Scriven, William Ferrell, and misc. contributors.\n" "Copyright (c) 1999-2010 Scott Scriven, William Ferrell, and misc. contributors.\n"
"This program is released under the terms of the GNU General Public License.\n" "This program is released under the terms of the GNU General Public License.\n"
"\n" "\n"
"Usage: lcdproc [<options>] [<screens> ...]\n" "Usage: lcdproc [<options>] [<screens> ...]\n"
+2 -2
View File
@@ -971,7 +971,7 @@ output_GPL_notice(void)
*/ */
fprintf(stderr, "LCDd %s, LCDproc Protocol %s\n", VERSION, PROTOCOL_VERSION); fprintf(stderr, "LCDd %s, LCDproc Protocol %s\n", VERSION, PROTOCOL_VERSION);
fprintf(stderr, "Part of the LCDproc suite\n"); fprintf(stderr, "Part of the LCDproc suite\n");
fprintf(stderr, "Copyright (C) 1998-2009 William Ferrell, Scott Scriven\n" fprintf(stderr, "Copyright (C) 1998-2010 William Ferrell, Scott Scriven\n"
" and many other contributors\n\n"); " and many other contributors\n\n");
fprintf(stderr, "This program is free software; you can redistribute it and/or\n" fprintf(stderr, "This program is free software; you can redistribute it and/or\n"
@@ -999,7 +999,7 @@ output_help_screen(void)
debug(RPT_DEBUG, "%s()", __FUNCTION__); debug(RPT_DEBUG, "%s()", __FUNCTION__);
fprintf(stdout, "LCDd - LCDproc Server Daemon, %s\n\n", version); fprintf(stdout, "LCDd - LCDproc Server Daemon, %s\n\n", version);
fprintf(stdout, "Copyright (c) 1998-2009 Scott Scriven, William Ferrell, and misc. contributors.\n"); fprintf(stdout, "Copyright (c) 1998-2010 Scott 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, "This program is released under the terms of the GNU General Public License.\n\n");
fprintf(stdout, "Usage: LCDd [<options>]\n"); fprintf(stdout, "Usage: LCDd [<options>]\n");
fprintf(stdout, " where <options> are:\n"); fprintf(stdout, " where <options> are:\n");