From 83c4ee5311e1ab11459daaf9e21713d91730b4c8 Mon Sep 17 00:00:00 2001 From: Steffen Mueller Date: Fri, 20 Jan 2012 20:10:35 +0100 Subject: [PATCH] Copyright update for ExtUtils::{ParseXS,Typemaps} Also removes a few lines of dead code --- dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod | 2 +- dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm | 4 ++-- dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm | 3 +-- dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm | 3 +-- dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm | 4 +--- 5 files changed, 6 insertions(+), 10 deletions(-) diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod b/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod index 7b6895d..e0d1511 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod @@ -143,7 +143,7 @@ Steffen Mueller, =head1 COPYRIGHT -Copyright 2002-2011 by Ken Williams, David Golden and other contributors. All +Copyright 2002-2012 by Ken Williams, David Golden and other contributors. All rights reserved. This library is free software; you can redistribute it and/or diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm index b39884c..d8e1f5a 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm @@ -2,7 +2,7 @@ package ExtUtils::Typemaps; use 5.006001; use strict; use warnings; -our $VERSION = '1.03'; +our $VERSION = '1.04'; #use Carp qw(croak); require ExtUtils::ParseXS; @@ -1020,7 +1020,7 @@ Steffen Mueller C<> =head1 COPYRIGHT & LICENSE -Copyright 2009-2011 Steffen Mueller +Copyright 2009, 2010, 2011, 2012 Steffen Mueller This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm index b8adbe6..bf8ee06 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm @@ -2,7 +2,6 @@ package ExtUtils::Typemaps::InputMap; use 5.006001; use strict; use warnings; -#use Carp qw(croak); =head1 NAME @@ -105,7 +104,7 @@ Steffen Mueller C<> =head1 COPYRIGHT & LICENSE -Copyright 2009-2011 Steffen Mueller +Copyright 2009, 2010, 2011, 2012 Steffen Mueller This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm index 52baa54..b505969 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm @@ -2,7 +2,6 @@ package ExtUtils::Typemaps::OutputMap; use 5.006001; use strict; use warnings; -#use Carp qw(croak); =head1 NAME @@ -184,7 +183,7 @@ Steffen Mueller C<> =head1 COPYRIGHT & LICENSE -Copyright 2009-2011 Steffen Mueller +Copyright 2009, 2010, 2011, 2012 Steffen Mueller This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm index 0f0ed2c..d089aa3 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm @@ -2,8 +2,6 @@ package ExtUtils::Typemaps::Type; use 5.006001; use strict; use warnings; -our $VERSION = '0.06'; -#use Carp qw(croak); require ExtUtils::Typemaps; =head1 NAME @@ -110,7 +108,7 @@ Steffen Mueller C<> =head1 COPYRIGHT & LICENSE -Copyright 2009-2011 Steffen Mueller +Copyright 2009, 2010, 2011, 2012 Steffen Mueller This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -- 2.7.4