From 007f49f0c3862ab75623d09b9ca46ddbfbcb7058 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Wed, 11 Jan 2012 08:59:09 +0100 Subject: [PATCH] Update copyright to 2012 --- Changelog | 4 ++-- Makefile.PL | 2 +- V.pm | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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. -- 2.11.4.GIT