From 2871792120fba3b9ac9fe1b7bf166638b05766fd Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Wed, 4 Sep 2013 11:18:11 +0200 Subject: [PATCH] Fix forgotten dates. Some dates were not bumped when releasing v 0.01 in 07c0b2589af779c33d5d35b6a7fa0e7883201674. Signed-off-by: Thomas Hochstein --- bin/feedlog.pl | 2 +- bin/gatherstats.pl | 2 +- bin/groupstats.pl | 2 +- install/install.pl | 2 +- lib/NewsStats.pm | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/feedlog.pl b/bin/feedlog.pl index bbfd814..f10798a 100755 --- a/bin/feedlog.pl +++ b/bin/feedlog.pl @@ -265,7 +265,7 @@ Thomas Hochstein =head1 COPYRIGHT AND LICENSE -Copyright (c) 2010-2012 Thomas Hochstein +Copyright (c) 2010-2013 Thomas Hochstein This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. diff --git a/bin/gatherstats.pl b/bin/gatherstats.pl index a5a486a..759de66 100755 --- a/bin/gatherstats.pl +++ b/bin/gatherstats.pl @@ -417,7 +417,7 @@ Thomas Hochstein =head1 COPYRIGHT AND LICENSE -Copyright (c) 2010-2012 Thomas Hochstein +Copyright (c) 2010-2013 Thomas Hochstein This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. diff --git a/bin/groupstats.pl b/bin/groupstats.pl index b96a9d6..4035d76 100755 --- a/bin/groupstats.pl +++ b/bin/groupstats.pl @@ -704,7 +704,7 @@ Thomas Hochstein =head1 COPYRIGHT AND LICENSE -Copyright (c) 2010-2012 Thomas Hochstein +Copyright (c) 2010-2013 Thomas Hochstein This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. diff --git a/install/install.pl b/install/install.pl index 12cc8ec..aff4480 100755 --- a/install/install.pl +++ b/install/install.pl @@ -340,7 +340,7 @@ Thomas Hochstein =head1 COPYRIGHT AND LICENSE -Copyright (c) 2010-2012 Thomas Hochstein +Copyright (c) 2010-2013 Thomas Hochstein This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. diff --git a/lib/NewsStats.pm b/lib/NewsStats.pm index a3676d0..de85d0a 100644 --- a/lib/NewsStats.pm +++ b/lib/NewsStats.pm @@ -80,7 +80,7 @@ sub ShowVersion { ################################################################################ ### display version and exit print "NewsStats v$PackageVersion\n$MyVersion\n"; - print "Copyright (c) 2010-2012 Thomas Hochstein \n"; + print "Copyright (c) 2010-2013 Thomas Hochstein \n"; print "This program is free software; you may redistribute it ". "and/or modify it under the same terms as Perl itself.\n"; exit(100); -- 2.20.1