Update dates in preparation of release 0.5.6.

This commit is contained in:
mmdolze
2012-08-19 12:52:33 +00:00
parent ec1cabb7d4
commit d3d80c1b71
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -453,7 +453,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-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" "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"
+4 -4
View File
@@ -22,8 +22,8 @@
</authorgroup> </authorgroup>
<date>2010-12-27</date> <date>2012-08-19</date>
<releaseinfo>0.0.4</releaseinfo> <releaseinfo>0.5.x</releaseinfo>
<abstract> <abstract>
<para> <para>
@@ -33,7 +33,7 @@ It covers LCDproc 0.5.x. Users should read the user guide.
</abstract> </abstract>
<copyright> <copyright>
<year>2010</year> <year>2012</year>
<holder>Markus Dolze</holder> <holder>Markus Dolze</holder>
</copyright> </copyright>
<copyright> <copyright>
@@ -59,7 +59,7 @@ Free Documentation License".
<keywordset> <keywordset>
<keyword>documentation</keyword> <keyword>documentation</keyword>
<keyword>LCDproc</keyword> <keyword>LCDproc</keyword>
<keyword>0.5</keyword> <keyword>0.5.x</keyword>
<keyword>developer guide</keyword> <keyword>developer guide</keyword>
</keywordset> </keywordset>
+4 -4
View File
@@ -31,8 +31,8 @@
</authorgroup> </authorgroup>
<date>2010-12-27</date> <date>2012-08-19</date>
<releaseinfo>0.0.6</releaseinfo> <releaseinfo>0.5.x</releaseinfo>
<abstract> <abstract>
<para> <para>
@@ -72,8 +72,8 @@ Free Documentation License".
<keywordset> <keywordset>
<keyword>documentation</keyword> <keyword>documentation</keyword>
<keyword>LCDproc</keyword> <keyword>LCDproc</keyword>
<keyword>0.5.4</keyword> <keyword>0.5.x</keyword>
<keyword>user's guide</keyword> <keyword>user guide</keyword>
</keywordset> </keywordset>
</bookinfo> </bookinfo>
+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, "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-2010 William Ferrell, Selene Scriven\n" fprintf(stderr, "Copyright (C) 1998-2012 William Ferrell, Selene 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"
@@ -944,7 +944,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-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, "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");