From f95514a5a3fb029bf1d04cd7104611d6ba523514 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand - Tux" Date: Fri, 25 Jan 2013 17:12:28 +0100 Subject: [PATCH] Update copyright to 2013 --- Changelog | 3 ++- Makefile.PL | 2 +- V.pm | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 96505fc..817edbc 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,6 @@ -0.16 - 20 Jun 2012, H.Merijn Brand +0.16 - 25 Jan 2013, H.Merijn Brand * Do not shell out on 5.14.0 and up if perl provides internals (Nicholas) + * Update copyright to 2013 0.15 - 07 Jun 2012, H.Merijn Brand * Update copyright to 2012 diff --git a/Makefile.PL b/Makefile.PL index 9f260e0..c4a7bb7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright PROCURA B.V. (c) 2009-2012 H.Merijn Brand +# Copyright PROCURA B.V. (c) 2009-2013 H.Merijn Brand use strict; diff --git a/V.pm b/V.pm index 16440b4..aebde80 100644 --- a/V.pm +++ b/V.pm @@ -483,7 +483,7 @@ H.Merijn Brand =head1 COPYRIGHT AND LICENSE -Copyright (C) 2009-2012 H.Merijn Brand +Copyright (C) 2009-2013 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