Skip to content

Commit

Permalink
Update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Apr 25, 2024
1 parent eca022e commit 89afa77
Show file tree
Hide file tree
Showing 210 changed files with 287 additions and 287 deletions.
2 changes: 1 addition & 1 deletion Cover.xs
@@ -1,5 +1,5 @@
/*
* Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
* Copyright 2001-2024, Paul Johnson (paul@pjcj.net)
*
* This software is free. It is licensed under the same terms as Perl itself.
*
Expand Down
6 changes: 3 additions & 3 deletions Makefile.PL
@@ -1,6 +1,6 @@
#!/usr/bin/perl

# Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2001-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -35,7 +35,7 @@ chomp (my $inc_string = $dumper->Dump);
open I, ">lib/Devel/Cover/Inc.pm"
or die "Cannot open lib/Devel/Cover/Inc.pm: $!";
print I <<"EOI";
# Copyright 2001-2023, Paul Johnson (paul\@pjcj.net)
# Copyright 2001-2024, Paul Johnson (paul\@pjcj.net)
# This software is free. It is licensed under the same terms as Perl itself.
Expand Down Expand Up @@ -105,7 +105,7 @@ for my $t (readdir D) {
print T <<EOT;
#!$^X
# Copyright 2002-2023, Paul Johnson (paul\@pjcj.net)
# Copyright 2002-2024, Paul Johnson (paul\@pjcj.net)
# This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions bin/cover
@@ -1,6 +1,6 @@
#!/usr/bin/perl

# Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2001-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -645,7 +645,7 @@ See the BUGS file.
=head1 LICENCE
Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
Copyright 2001-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions bin/cpancover
@@ -1,6 +1,6 @@
#!/usr/bin/perl

# Copyright 2002-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2002-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -216,7 +216,7 @@ The following exit values are returned:
=head1 LICENCE
Copyright 2002-2023, Paul Johnson (paul@pjcj.net)
Copyright 2002-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions bin/gcov2perl
@@ -1,6 +1,6 @@
#!/usr/bin/perl

# Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2001-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -214,7 +214,7 @@ Huh?
=head1 LICENCE
Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
Copyright 2001-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover.pm
@@ -1,4 +1,4 @@
# Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2001-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -1845,7 +1845,7 @@ Please report new bugs on Github.
=head1 LICENCE
Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
Copyright 2001-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Annotation/Git.pm
@@ -1,4 +1,4 @@
# Copyright 2005-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2005-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -138,7 +138,7 @@ Huh?
=head1 LICENCE
Copyright 2005-2023, Paul Johnson (paul@pjcj.net)
Copyright 2005-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Annotation/Random.pm
@@ -1,4 +1,4 @@
# Copyright 2004-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2004-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -95,7 +95,7 @@ Huh?
=head1 LICENCE
Copyright 2004-2023, Paul Johnson (paul@pjcj.net)
Copyright 2004-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Annotation/Svk.pm
@@ -1,4 +1,4 @@
# Copyright 2005-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2005-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -161,7 +161,7 @@ Huh?
=head1 LICENCE
Copyright 2005-2023, Paul Johnson (paul@pjcj.net)
Copyright 2005-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Branch.pm
@@ -1,4 +1,4 @@
# Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2001-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -83,7 +83,7 @@ Huh?
=head1 LICENCE
Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
Copyright 2001-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
6 changes: 3 additions & 3 deletions lib/Devel/Cover/Collection.pm
@@ -1,4 +1,4 @@
# Copyright 2014-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2014-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -740,7 +740,7 @@ $Templates{html} = <<'EOT';
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
This file was generated by Devel::Cover Version $VERSION
Devel::Cover is copyright 2001-2023, Paul Johnson (paul\@pjcj.net)
Devel::Cover is copyright 2001-2024, Paul Johnson (paul\@pjcj.net)
Devel::Cover is free. It is licensed under the same terms as Perl itself.
The latest version of Devel::Cover should be available from my homepage:
http://www.pjcj.net
Expand Down Expand Up @@ -896,7 +896,7 @@ Almost certainly.
=head1 LICENCE
Copyright 2014-2023, Paul Johnson (paul@pjcj.net)
Copyright 2014-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Condition.pm
@@ -1,4 +1,4 @@
# Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2001-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -49,7 +49,7 @@ Huh?
=head1 LICENCE
Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
Copyright 2001-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Condition_and_2.pm
@@ -1,4 +1,4 @@
# Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2001-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 LICENCE
Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
Copyright 2001-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Condition_and_3.pm
@@ -1,4 +1,4 @@
# Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2001-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 LICENCE
Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
Copyright 2001-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Condition_or_2.pm
@@ -1,4 +1,4 @@
# Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2001-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 LICENCE
Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
Copyright 2001-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Condition_or_3.pm
@@ -1,4 +1,4 @@
# Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2001-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 LICENCE
Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
Copyright 2001-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Condition_xor_4.pm
@@ -1,4 +1,4 @@
# Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2001-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -45,7 +45,7 @@ Huh?
=head1 LICENCE
Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
Copyright 2001-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Criterion.pm
@@ -1,4 +1,4 @@
# Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2001-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -110,7 +110,7 @@ Huh?
=head1 LICENCE
Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
Copyright 2001-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/DB.pm
@@ -1,4 +1,4 @@
# Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2001-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -1024,7 +1024,7 @@ Huh?
=head1 LICENCE
Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
Copyright 2001-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/DB/Digests.pm
@@ -1,4 +1,4 @@
# Copyright 2011-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2011-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -130,7 +130,7 @@ Huh?
=head1 LICENCE
Copyright 2011-2023, Paul Johnson (paul@pjcj.net)
Copyright 2011-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/DB/File.pm
@@ -1,4 +1,4 @@
# Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2001-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -73,7 +73,7 @@ Huh?
=head1 LICENCE
Copyright 2001-2023, Paul Johnson (paul@pjcj.net)
Copyright 2001-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/DB/IO.pm
@@ -1,4 +1,4 @@
# Copyright 2011-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2011-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -85,7 +85,7 @@ Huh?
=head1 LICENCE
Copyright 2011-2023, Paul Johnson (paul@pjcj.net)
Copyright 2011-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/DB/IO/Base.pm
@@ -1,4 +1,4 @@
# Copyright 2017-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2017-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -96,7 +96,7 @@ Huh?
=head1 LICENCE
Copyright 2017-2023, Paul Johnson (paul@pjcj.net)
Copyright 2017-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/DB/IO/JSON.pm
@@ -1,4 +1,4 @@
# Copyright 2011-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2011-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -98,7 +98,7 @@ Huh?
=head1 LICENCE
Copyright 2011-2023, Paul Johnson (paul@pjcj.net)
Copyright 2011-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/DB/IO/Sereal.pm
@@ -1,4 +1,4 @@
# Copyright 2014-2023, Paul Johnson (paul@pjcj.net)
# Copyright 2014-2024, Paul Johnson (paul@pjcj.net)

# This software is free. It is licensed under the same terms as Perl itself.

Expand Down Expand Up @@ -97,7 +97,7 @@ Huh?
=head1 LICENCE
Copyright 2011-2023, Paul Johnson (paul@pjcj.net)
Copyright 2011-2024, Paul Johnson (paul@pjcj.net)
This software is free. It is licensed under the same terms as Perl itself.
Expand Down

0 comments on commit 89afa77

Please sign in to comment.