diff --git a/clients/lcdproc/main.c b/clients/lcdproc/main.c index 603dd7a..b30980c 100644 --- a/clients/lcdproc/main.c +++ b/clients/lcdproc/main.c @@ -453,7 +453,7 @@ HelpScreen(int exit_state) fprintf(stderr, "lcdproc - LCDproc system status information viewer\n" "\n" - "Copyright (c) 1999-2010 Selene Scriven, William Ferrell, and misc. contributors.\n" + "Copyright (c) 1999-2012 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 [] [ ...]\n" diff --git a/docs/lcdproc-dev/bookinfo.docbook b/docs/lcdproc-dev/bookinfo.docbook index 13c7c76..fb219f0 100644 --- a/docs/lcdproc-dev/bookinfo.docbook +++ b/docs/lcdproc-dev/bookinfo.docbook @@ -22,8 +22,8 @@ -2010-12-27 -0.0.4 +2012-08-19 +0.5.x @@ -33,7 +33,7 @@ It covers LCDproc 0.5.x. Users should read the user guide. -2010 +2012 Markus Dolze @@ -59,7 +59,7 @@ Free Documentation License". documentation LCDproc -0.5 +0.5.x developer guide diff --git a/docs/lcdproc-user/bookinfo.docbook b/docs/lcdproc-user/bookinfo.docbook index ef55dac..cabe13c 100644 --- a/docs/lcdproc-user/bookinfo.docbook +++ b/docs/lcdproc-user/bookinfo.docbook @@ -31,8 +31,8 @@ -2010-12-27 -0.0.6 +2012-08-19 +0.5.x @@ -72,8 +72,8 @@ Free Documentation License". documentation LCDproc -0.5.4 -user's guide +0.5.x +user guide diff --git a/server/main.c b/server/main.c index 845ae99..c50b6cb 100644 --- a/server/main.c +++ b/server/main.c @@ -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-2010 William Ferrell, Selene Scriven\n" + fprintf(stderr, "Copyright (C) 1998-2012 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-2010 Selene Scriven, William Ferrell, and misc. contributors.\n"); + fprintf(stdout, "Copyright (c) 1998-2012 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 []\n"); fprintf(stdout, " where are:\n");