From: oetiker Date: Mon, 6 Feb 2006 19:46:26 +0000 (+0000) Subject: we have 2006 now so let's show it X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=45c38128cd4abbf5a99b4525ad2351e363ef687a;p=rrdtool.git we have 2006 now so let's show it git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@759 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/COPYRIGHT b/COPYRIGHT index 8968f96..b068dfc 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -2,7 +2,7 @@ A tool for fast logging of numerical data graphical display of this data. - Copyright (c) 1998-2005 Tobias Oetiker + Copyright (c) 1998-2006 Tobias Oetiker All rights reserved. GNU GPL License diff --git a/rrdtool-1.2-release b/rrdtool-1.2-release index 956ca7a..7e6a1fb 100755 --- a/rrdtool-1.2-release +++ b/rrdtool-1.2-release @@ -6,7 +6,7 @@ VERSION=`perl -n -e 'm/\QAC_INIT([rrdtool],[\E(.+?)\Q])\E/ && print $1' configur PERLVERS=`perl -n -e 'm/NUMVERS=(\d+\.\d+)/ && print $1' configure.ac` set -x perl -i -p -e 's/^\$VERSION.+/\$VERSION='$PERLVERS';/' bindings/perl-*/*.pm -perl -i -p -e 's/RRDtool 1\S+/RRDtool '$VERSION'/ && s/Copyright.+?Oetiker.+\d{4}/Copyright by Tobi Oetiker, 1997-2005/' src/*.h src/*.c +perl -i -p -e 's/RRDtool 1\S+/RRDtool '$VERSION'/ && s/Copyright.+?Oetiker.+\d{4}/Copyright by Tobi Oetiker, 1997-2006/' src/*.h src/*.c perl -i -p -e 's/^Version:.+/Version: '$VERSION'/' rrdtool.spec perl -i -p -e 's/rrdtool-[\.\d]+\d(pre\d+)?(rc\d+)?/rrdtool-'$VERSION'/g' doc/rrdbuild.pod svn diff diff --git a/src/rrd_tool.c b/src/rrd_tool.c index 81c4bae..904bc5c 100644 --- a/src/rrd_tool.c +++ b/src/rrd_tool.c @@ -22,7 +22,7 @@ void PrintUsage(char *cmd) { char help_main[] = - "RRDtool " PACKAGE_VERSION " Copyright 1997-2005 by Tobias Oetiker \n" + "RRDtool " PACKAGE_VERSION " Copyright 1997-2006 by Tobias Oetiker \n" " Compiled " __DATE__ " " __TIME__ "\n\n" "Usage: rrdtool [options] command command_options\n\n";