From: H.Merijn Brand Date: Wed, 11 Jan 2012 07:59:09 +0000 (+0100) Subject: Update copyright to 2012 X-Git-Tag: v0.15~3 X-Git-Url: https://repo.or.cz/w/Config-Perl-V.git/commitdiff_plain/007f49f0c3862ab75623d09b9ca46ddbfbcb7058 Update copyright to 2012 --- diff --git a/Changelog b/Changelog index e2383f1..1d713ee 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,5 @@ -0.15 - 08 Sep 2011, H.Merijn Brand - * +0.15 - 11 Jan 2012, H.Merijn Brand + * Update copyright to 2012 0.14 - 07 Sep 2011, H.Merijn Brand * Upped copyright to 2011 diff --git a/Makefile.PL b/Makefile.PL index 2b49fe6..9f260e0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright PROCURA B.V. (c) 2009-2011 H.Merijn Brand +# Copyright PROCURA B.V. (c) 2009-2012 H.Merijn Brand use strict; diff --git a/V.pm b/V.pm index c19633d..b088226 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.14"; +$VERSION = "0.15"; @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-2011 H.Merijn Brand +Copyright (C) 2009-2012 H.Merijn Brand This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.