From: H.Merijn Brand Date: Wed, 7 Sep 2011 16:12:38 +0000 (+0200) Subject: Upped copyright to 2011 X-Git-Tag: v0.14~1 X-Git-Url: https://repo.or.cz/w/Config-Perl-V.git/commitdiff_plain/d24ecb32ca4faf8ed76fdf9586bd59f061153405 Upped copyright to 2011 --- diff --git a/Changelog b/Changelog index 5c44be0..3ad1858 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,11 @@ -0.13 - 07 Jun 2010, H.Merijn Brand +0.14 - 07 Sep 2011, H.Merijn Brand + + - Upped copyright to 2011 + +0.13 - 07 Sep 2011, H.Merijn Brand - Some spelling fixes + - More cross-checks for META data 0.12 - 16 Mar 2010, H.Merijn Brand diff --git a/Makefile.PL b/Makefile.PL index 99b17ba..b6ac69f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright PROCURA B.V. (c) 2009-2010 H.Merijn Brand +# Copyright PROCURA B.V. (c) 2009-2011 H.Merijn Brand use strict; diff --git a/README b/README index 8142514..e906fd4 100644 --- a/README +++ b/README @@ -38,7 +38,7 @@ CHANGES See Changelog COPYRIGHT AND LICENSE - Copyright (C) 2009-2010 H.Merijn Brand + Copyright (C) 2009-2011 H.Merijn Brand This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/V.pm b/V.pm index b346774..c19633d 100644 --- a/V.pm +++ b/V.pm @@ -8,7 +8,7 @@ use warnings; use Config; use Exporter; use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS); -$VERSION = "0.13"; +$VERSION = "0.14"; @ISA = ("Exporter"); @EXPORT_OK = qw( plv2hash summary myconfig signature ); %EXPORT_TAGS = ( @@ -470,7 +470,7 @@ H.Merijn Brand =head1 COPYRIGHT AND LICENSE -Copyright (C) 2009-2010 H.Merijn Brand +Copyright (C) 2009-2011 H.Merijn Brand This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.