From a5cc44d51afea2b68fd622c8ce983988812f1c66 Mon Sep 17 00:00:00 2001 From: mmdolze Date: Mon, 10 Feb 2014 07:19:20 +0000 Subject: [PATCH] Welcome 2014. --- clients/lcdproc/main.c | 2 +- docs/lcdproc-user/bookinfo.docbook | 2 +- server/main.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/lcdproc/main.c b/clients/lcdproc/main.c index b30980c..01482e8 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-2012 Selene Scriven, William Ferrell, and misc. contributors.\n" + "Copyright (c) 1999-2014 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-user/bookinfo.docbook b/docs/lcdproc-user/bookinfo.docbook index cabe13c..4f37bab 100644 --- a/docs/lcdproc-user/bookinfo.docbook +++ b/docs/lcdproc-user/bookinfo.docbook @@ -31,7 +31,7 @@ -2012-08-19 +2014-02-10 0.5.x diff --git a/server/main.c b/server/main.c index c50b6cb..90da1f6 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-2012 William Ferrell, Selene Scriven\n" + fprintf(stderr, "Copyright (C) 1998-2014 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-2012 Selene Scriven, William Ferrell, and misc. contributors.\n"); + fprintf(stdout, "Copyright (c) 1998-2014 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");