diff --git a/clients/lcdexec/lcdexec.c b/clients/lcdexec/lcdexec.c index 0487b8e..c2a7ff4 100644 --- a/clients/lcdexec/lcdexec.c +++ b/clients/lcdexec/lcdexec.c @@ -8,7 +8,7 @@ * COPYING file distributed with this package. * * Copyright (c) 2002, Joris Robijn - * Copyright (c) 2006-7, Peter Marschall + * 2006-2008, Peter Marschall */ #include @@ -57,7 +57,7 @@ typedef struct ProcInfo { char * help_text = "lcdexec - LCDproc client to execute commands from the LCDd menu\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" "\n" "Usage: lcdexec []\n" diff --git a/clients/lcdproc/main.c b/clients/lcdproc/main.c index f9c7dd1..7aec954 100644 --- a/clients/lcdproc/main.c +++ b/clients/lcdproc/main.c @@ -425,7 +425,7 @@ HelpScreen (int exit_state) fprintf(stderr, "lcdproc - LCDproc system status information viewer\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" "\n" "Usage: lcdproc [] [ ...]\n" diff --git a/clients/lcdvc/lcdvc.c b/clients/lcdvc/lcdvc.c index 1b0db6a..b332e27 100644 --- a/clients/lcdvc/lcdvc.c +++ b/clients/lcdvc/lcdvc.c @@ -6,7 +6,7 @@ * COPYING file distributed with this package. * * Copyright (c) 2002, Joris Robijn - * Copyright (c) 2006, Peter Marschall + * 2006-2008, Peter Marschall */ #include @@ -42,7 +42,7 @@ char *help_text = "lcdvc - LCDproc virtual console\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" "\n" "Usage: lcdvc []\n" diff --git a/server/main.c b/server/main.c index 3da1bc6..2941b2f 100644 --- a/server/main.c +++ b/server/main.c @@ -968,7 +968,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-2007 William Ferrell, Scott Scriven\n" + fprintf(stderr, "Copyright (C) 1998-2009 William Ferrell, Scott Scriven\n" " and many other contributors\n\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__); 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, "Usage: LCDd []\n"); fprintf(stdout, " where are:\n");