Update copyright dates

This commit is contained in:
mmdolze
2009-05-19 06:51:32 +00:00
parent 40528392ef
commit b1ce0c1729
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
* COPYING file distributed with this package. * COPYING file distributed with this package.
* *
* Copyright (c) 2002, Joris Robijn * Copyright (c) 2002, Joris Robijn
* Copyright (c) 2006-7, Peter Marschall * 2006-2008, Peter Marschall
*/ */
#include <stdio.h> #include <stdio.h>
@@ -57,7 +57,7 @@ typedef struct ProcInfo {
char * help_text = char * help_text =
"lcdexec - LCDproc client to execute commands from the LCDd menu\n" "lcdexec - LCDproc client to execute commands from the LCDd menu\n"
"\n" "\n"
"Copyright (c) 2002, Joris Robijn, 2006,7 Peter Marschall.\n" "Copyright (c) 2002, Joris Robijn, 2006-2008 Peter Marschall.\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: lcdexec [<options>]\n" "Usage: lcdexec [<options>]\n"
+1 -1
View File
@@ -425,7 +425,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-2006 Scott Scriven, William Ferrell, and misc. contributors.\n" "Copyright (c) 1999-2009 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
@@ -6,7 +6,7 @@
* COPYING file distributed with this package. * COPYING file distributed with this package.
* *
* Copyright (c) 2002, Joris Robijn * Copyright (c) 2002, Joris Robijn
* Copyright (c) 2006, Peter Marschall * 2006-2008, Peter Marschall
*/ */
#include <stdio.h> #include <stdio.h>
@@ -42,7 +42,7 @@
char *help_text = char *help_text =
"lcdvc - LCDproc virtual console\n" "lcdvc - LCDproc virtual console\n"
"\n" "\n"
"Copyright (c) 2002, Joris Robijn, 2006 Peter Marschall.\n" "Copyright (c) 2002, Joris Robijn, 2006-2008 Peter Marschall.\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: lcdvc [<options>]\n" "Usage: lcdvc [<options>]\n"
+2 -2
View File
@@ -968,7 +968,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-2007 William Ferrell, Scott Scriven\n" fprintf(stderr, "Copyright (C) 1998-2009 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"
@@ -996,7 +996,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) 1999-2006 Scott Scriven, William Ferrell, and misc. contributors.\n"); fprintf(stdout, "Copyright (c) 1998-2009 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");