From ea59ab945e541eddbe48f52e1fcddd410f12a990 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Mon, 27 May 2024 01:04:03 +0200 Subject: [PATCH] Update POD documentation (URLs) and author's address. Signed-off-by: Thomas Hochstein --- bin/feedlog.pl | 8 ++++---- bin/gatherstats.pl | 8 ++++---- bin/groupstats.pl | 8 ++++---- doc/INSTALL | 2 +- doc/README | 2 +- install/install.pl | 10 +++++----- lib/NewsStats.pm | 2 +- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/bin/feedlog.pl b/bin/feedlog.pl index 27cc75a..147a28f 100755 --- a/bin/feedlog.pl +++ b/bin/feedlog.pl @@ -7,7 +7,7 @@ # # It is part of the NewsStats package. # -# Copyright (c) 2010-2013 Thomas Hochstein +# Copyright (c) 2010-2013 Thomas Hochstein # # It can be redistributed and/or modified under the same terms under # which Perl itself is published. @@ -242,7 +242,7 @@ Runtime configuration file. =head1 BUGS Please report any bugs or feature requests to the author or use the -bug tracker at L! +bug tracker at L! =head1 SEE ALSO @@ -262,11 +262,11 @@ This script is part of the B package. =head1 AUTHOR -Thomas Hochstein +Thomas Hochstein =head1 COPYRIGHT AND LICENSE -Copyright (c) 2010-2013 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 b4f07d9..f2795c2 100755 --- a/bin/gatherstats.pl +++ b/bin/gatherstats.pl @@ -7,7 +7,7 @@ # # It is part of the NewsStats package. # -# Copyright (c) 2010-2013 Thomas Hochstein +# Copyright (c) 2010-2013 Thomas Hochstein # # It can be redistributed and/or modified under the same terms under # which Perl itself is published. @@ -394,7 +394,7 @@ Runtime configuration file. =head1 BUGS Please report any bugs or feature requests to the author or use the -bug tracker at L! +bug tracker at L! =head1 SEE ALSO @@ -414,11 +414,11 @@ This script is part of the B package. =head1 AUTHOR -Thomas Hochstein +Thomas Hochstein =head1 COPYRIGHT AND LICENSE -Copyright (c) 2010-2013 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 76ecce0..37fd7d8 100755 --- a/bin/groupstats.pl +++ b/bin/groupstats.pl @@ -7,7 +7,7 @@ # # It is part of the NewsStats package. # -# Copyright (c) 2010-2013 Thomas Hochstein +# Copyright (c) 2010-2013 Thomas Hochstein # # It can be redistributed and/or modified under the same terms under # which Perl itself is published. @@ -677,7 +677,7 @@ Runtime configuration file. =head1 BUGS Please report any bugs or feature requests to the author or use the -bug tracker at L! +bug tracker at L! =head1 SEE ALSO @@ -701,11 +701,11 @@ This script is part of the B package. =head1 AUTHOR -Thomas Hochstein +Thomas Hochstein =head1 COPYRIGHT AND LICENSE -Copyright (c) 2010-2013 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/doc/INSTALL b/doc/INSTALL index 307ec0e..a489fda 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -1,4 +1,4 @@ -NewsStats 0.1 (c) 2010-2013 Thomas Hochstein +NewsStats 0.1 (c) 2010-2013 Thomas Hochstein NewsStats is a software package used to gather statistical information from a live Usenet feed and for its subsequent examination. diff --git a/doc/README b/doc/README index 8965da8..7ceebe8 100644 --- a/doc/README +++ b/doc/README @@ -1,4 +1,4 @@ -NewsStats 0.1 (c) 2010-2013 Thomas Hochstein +NewsStats 0.1 (c) 2010-2013 Thomas Hochstein NewsStats is a software package for gathering statistical data live from a Usenet feed and subsequent examination. diff --git a/install/install.pl b/install/install.pl index e2acf66..26525ea 100755 --- a/install/install.pl +++ b/install/install.pl @@ -6,7 +6,7 @@ # # It is part of the NewsStats package. # -# Copyright (c) 2010-2013 Thomas Hochstein +# Copyright (c) 2010-2013 Thomas Hochstein # # It can be redistributed and/or modified under the same terms under # which Perl itself is published. @@ -131,7 +131,7 @@ Things left to do: Enjoy! --thh +-thh INSTALL my $Upgrade =''; @@ -311,7 +311,7 @@ Runtime configuration file. =head1 BUGS Please report any bugs or feature requests to the author or use the -bug tracker at L! +bug tracker at L! =head1 SEE ALSO @@ -331,11 +331,11 @@ This script is part of the B package. =head1 AUTHOR -Thomas Hochstein +Thomas Hochstein =head1 COPYRIGHT AND LICENSE -Copyright (c) 2010-2013 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 efcc7c0..0707ff4 100644 --- a/lib/NewsStats.pm +++ b/lib/NewsStats.pm @@ -2,7 +2,7 @@ # # Library functions for the NewsStats package. # -# Copyright (c) 2010-2013 Thomas Hochstein +# Copyright (c) 2010-2013 Thomas Hochstein # # This module can be redistributed and/or modified under the same terms under # which Perl itself is published.