[Bps-public-commit] Shipwright branch, master, updated. efaee43c5f63a3bb55e329679c65fae3668426e0

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Mar 11 09:42:16 EST 2010


The branch, master has been updated
       via  efaee43c5f63a3bb55e329679c65fae3668426e0 (commit)
      from  7c54289e68ceb836b0496efbf70111be1edf215b (commit)

Summary of changes:
 README                                         |    2 +-
 lib/Shipwright.pm                              |    2 +-
 lib/Shipwright/Backend.pm                      |    2 +-
 lib/Shipwright/Backend/Base.pm                 |    2 +-
 lib/Shipwright/Backend/FS.pm                   |    2 +-
 lib/Shipwright/Backend/Git.pm                  |    2 +-
 lib/Shipwright/Backend/SVK.pm                  |    2 +-
 lib/Shipwright/Backend/SVN.pm                  |    2 +-
 lib/Shipwright/Logger.pm                       |    2 +-
 lib/Shipwright/Manual.pod                      |    2 +-
 lib/Shipwright/Manual/BuildMultiArchVessel.pod |    2 +-
 lib/Shipwright/Manual/CustomizeBuild.pod       |    2 +-
 lib/Shipwright/Manual/ENV.pod                  |    2 +-
 lib/Shipwright/Manual/Glossary.pod             |    2 +-
 lib/Shipwright/Manual/Tutorial.pod             |    2 +-
 lib/Shipwright/Manual/UsingBranches.pod        |    2 +-
 lib/Shipwright/Manual/UsingFlags.pod           |    2 +-
 lib/Shipwright/Script.pm                       |    2 +-
 lib/Shipwright/Script/Create.pm                |    2 +-
 lib/Shipwright/Script/Defaultbranch.pm         |    2 +-
 lib/Shipwright/Script/Delete.pm                |    2 +-
 lib/Shipwright/Script/Flags.pm                 |    2 +-
 lib/Shipwright/Script/Help.pm                  |    2 +-
 lib/Shipwright/Script/Import.pm                |    2 +-
 lib/Shipwright/Script/Ktf.pm                   |    2 +-
 lib/Shipwright/Script/List.pm                  |    2 +-
 lib/Shipwright/Script/Maintain.pm              |    2 +-
 lib/Shipwright/Script/Relocate.pm              |    2 +-
 lib/Shipwright/Script/Rename.pm                |    2 +-
 lib/Shipwright/Script/Requires.pm              |    2 +-
 lib/Shipwright/Script/Update.pm                |    2 +-
 lib/Shipwright/Source.pm                       |    2 +-
 lib/Shipwright/Source/Base.pm                  |    2 +-
 lib/Shipwright/Source/CPAN.pm                  |    2 +-
 lib/Shipwright/Source/Compressed.pm            |    2 +-
 lib/Shipwright/Source/Directory.pm             |    2 +-
 lib/Shipwright/Source/FTP.pm                   |    2 +-
 lib/Shipwright/Source/Git.pm                   |    2 +-
 lib/Shipwright/Source/HTTP.pm                  |    2 +-
 lib/Shipwright/Source/SVK.pm                   |    2 +-
 lib/Shipwright/Source/SVN.pm                   |    2 +-
 lib/Shipwright/Source/Shipwright.pm            |    2 +-
 lib/Shipwright/Test.pm                         |    2 +-
 lib/Shipwright/Util.pm                         |    2 +-
 lib/Shipwright/Util/CleanINC.pm                |    2 +-
 lib/Shipwright/Util/PatchModuleBuild.pm        |    2 +-
 46 files changed, 46 insertions(+), 46 deletions(-)

- Log -----------------------------------------------------------------
commit efaee43c5f63a3bb55e329679c65fae3668426e0
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Mar 11 22:42:05 2010 +0800

    copyright year update

diff --git a/README b/README
index 0d218e6..55c81d0 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ To install this module, run the following commands:
 
 COPYRIGHT AND LICENCE
 
-Copyright 2007-2009 Best Practical Solutions.
+Copyright 2007-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index 26369ae..f801df7 100644
--- a/lib/Shipwright.pm
+++ b/lib/Shipwright.pm
@@ -274,7 +274,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Backend.pm b/lib/Shipwright/Backend.pm
index 578382d..0a034d4 100644
--- a/lib/Shipwright/Backend.pm
+++ b/lib/Shipwright/Backend.pm
@@ -85,7 +85,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Backend/Base.pm b/lib/Shipwright/Backend/Base.pm
index 2ee01f7..d32b242 100644
--- a/lib/Shipwright/Backend/Base.pm
+++ b/lib/Shipwright/Backend/Base.pm
@@ -931,7 +931,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Backend/FS.pm b/lib/Shipwright/Backend/FS.pm
index 8e14e9f..837bff4 100644
--- a/lib/Shipwright/Backend/FS.pm
+++ b/lib/Shipwright/Backend/FS.pm
@@ -291,7 +291,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Backend/Git.pm b/lib/Shipwright/Backend/Git.pm
index a8f5136..7d38f1f 100644
--- a/lib/Shipwright/Backend/Git.pm
+++ b/lib/Shipwright/Backend/Git.pm
@@ -319,7 +319,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Backend/SVK.pm b/lib/Shipwright/Backend/SVK.pm
index 87197b2..3fee27f 100644
--- a/lib/Shipwright/Backend/SVK.pm
+++ b/lib/Shipwright/Backend/SVK.pm
@@ -354,7 +354,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Backend/SVN.pm b/lib/Shipwright/Backend/SVN.pm
index 4674c7f..436c3b9 100644
--- a/lib/Shipwright/Backend/SVN.pm
+++ b/lib/Shipwright/Backend/SVN.pm
@@ -322,7 +322,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Logger.pm b/lib/Shipwright/Logger.pm
index b0c9add..1dd310d 100644
--- a/lib/Shipwright/Logger.pm
+++ b/lib/Shipwright/Logger.pm
@@ -81,7 +81,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Manual.pod b/lib/Shipwright/Manual.pod
index 5b84d0c..f2e8a6b 100644
--- a/lib/Shipwright/Manual.pod
+++ b/lib/Shipwright/Manual.pod
@@ -38,7 +38,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Manual/BuildMultiArchVessel.pod b/lib/Shipwright/Manual/BuildMultiArchVessel.pod
index 1cace39..bc9ddbf 100644
--- a/lib/Shipwright/Manual/BuildMultiArchVessel.pod
+++ b/lib/Shipwright/Manual/BuildMultiArchVessel.pod
@@ -68,7 +68,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Manual/CustomizeBuild.pod b/lib/Shipwright/Manual/CustomizeBuild.pod
index 2b95b20..6273cce 100644
--- a/lib/Shipwright/Manual/CustomizeBuild.pod
+++ b/lib/Shipwright/Manual/CustomizeBuild.pod
@@ -92,7 +92,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Manual/ENV.pod b/lib/Shipwright/Manual/ENV.pod
index 6c046c8..728c309 100644
--- a/lib/Shipwright/Manual/ENV.pod
+++ b/lib/Shipwright/Manual/ENV.pod
@@ -90,7 +90,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Manual/Glossary.pod b/lib/Shipwright/Manual/Glossary.pod
index d5d198a..b3e863a 100644
--- a/lib/Shipwright/Manual/Glossary.pod
+++ b/lib/Shipwright/Manual/Glossary.pod
@@ -30,7 +30,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Manual/Tutorial.pod b/lib/Shipwright/Manual/Tutorial.pod
index 516e7e3..6456c5b 100644
--- a/lib/Shipwright/Manual/Tutorial.pod
+++ b/lib/Shipwright/Manual/Tutorial.pod
@@ -219,7 +219,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Manual/UsingBranches.pod b/lib/Shipwright/Manual/UsingBranches.pod
index 01e568d..72038aa 100644
--- a/lib/Shipwright/Manual/UsingBranches.pod
+++ b/lib/Shipwright/Manual/UsingBranches.pod
@@ -52,7 +52,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Manual/UsingFlags.pod b/lib/Shipwright/Manual/UsingFlags.pod
index 70a9cdb..7402376 100644
--- a/lib/Shipwright/Manual/UsingFlags.pod
+++ b/lib/Shipwright/Manual/UsingFlags.pod
@@ -62,7 +62,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Script.pm b/lib/Shipwright/Script.pm
index 933f4e6..52017e7 100644
--- a/lib/Shipwright/Script.pm
+++ b/lib/Shipwright/Script.pm
@@ -106,7 +106,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2007-2009 Best Practical Solutions.
+Copyright 2007-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Script/Create.pm b/lib/Shipwright/Script/Create.pm
index a26155d..9011fea 100644
--- a/lib/Shipwright/Script/Create.pm
+++ b/lib/Shipwright/Script/Create.pm
@@ -56,7 +56,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Script/Defaultbranch.pm b/lib/Shipwright/Script/Defaultbranch.pm
index 90200a6..45d3222 100644
--- a/lib/Shipwright/Script/Defaultbranch.pm
+++ b/lib/Shipwright/Script/Defaultbranch.pm
@@ -61,7 +61,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Script/Delete.pm b/lib/Shipwright/Script/Delete.pm
index 2228087..cfedaf9 100644
--- a/lib/Shipwright/Script/Delete.pm
+++ b/lib/Shipwright/Script/Delete.pm
@@ -93,7 +93,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Script/Flags.pm b/lib/Shipwright/Script/Flags.pm
index 1c08185..cbe94d5 100644
--- a/lib/Shipwright/Script/Flags.pm
+++ b/lib/Shipwright/Script/Flags.pm
@@ -146,7 +146,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Script/Help.pm b/lib/Shipwright/Script/Help.pm
index 870914a..e5a41d5 100644
--- a/lib/Shipwright/Script/Help.pm
+++ b/lib/Shipwright/Script/Help.pm
@@ -22,7 +22,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Script/Import.pm b/lib/Shipwright/Script/Import.pm
index ad25efb..92cda79 100644
--- a/lib/Shipwright/Script/Import.pm
+++ b/lib/Shipwright/Script/Import.pm
@@ -523,7 +523,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Script/Ktf.pm b/lib/Shipwright/Script/Ktf.pm
index 1b1f775..67dfea7 100644
--- a/lib/Shipwright/Script/Ktf.pm
+++ b/lib/Shipwright/Script/Ktf.pm
@@ -90,7 +90,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Script/List.pm b/lib/Shipwright/Script/List.pm
index 25071d8..2edc13f 100644
--- a/lib/Shipwright/Script/List.pm
+++ b/lib/Shipwright/Script/List.pm
@@ -281,7 +281,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Script/Maintain.pm b/lib/Shipwright/Script/Maintain.pm
index 0d55a44..9232692 100644
--- a/lib/Shipwright/Script/Maintain.pm
+++ b/lib/Shipwright/Script/Maintain.pm
@@ -85,7 +85,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Script/Relocate.pm b/lib/Shipwright/Script/Relocate.pm
index c6607a8..20942f5 100644
--- a/lib/Shipwright/Script/Relocate.pm
+++ b/lib/Shipwright/Script/Relocate.pm
@@ -100,7 +100,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Script/Rename.pm b/lib/Shipwright/Script/Rename.pm
index 2d0dd4c..6d27f65 100644
--- a/lib/Shipwright/Script/Rename.pm
+++ b/lib/Shipwright/Script/Rename.pm
@@ -96,7 +96,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Script/Requires.pm b/lib/Shipwright/Script/Requires.pm
index 4d0429e..141ee7e 100644
--- a/lib/Shipwright/Script/Requires.pm
+++ b/lib/Shipwright/Script/Requires.pm
@@ -170,7 +170,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Script/Update.pm b/lib/Shipwright/Script/Update.pm
index 84ffd31..b4a50a5 100644
--- a/lib/Shipwright/Script/Update.pm
+++ b/lib/Shipwright/Script/Update.pm
@@ -320,7 +320,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Source.pm b/lib/Shipwright/Source.pm
index a2d54e0..58d5e7f 100644
--- a/lib/Shipwright/Source.pm
+++ b/lib/Shipwright/Source.pm
@@ -130,7 +130,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Source/Base.pm b/lib/Shipwright/Source/Base.pm
index 8885ac7..3311110 100644
--- a/lib/Shipwright/Source/Base.pm
+++ b/lib/Shipwright/Source/Base.pm
@@ -712,7 +712,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Source/CPAN.pm b/lib/Shipwright/Source/CPAN.pm
index 6406249..ce6f041 100644
--- a/lib/Shipwright/Source/CPAN.pm
+++ b/lib/Shipwright/Source/CPAN.pm
@@ -197,7 +197,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Source/Compressed.pm b/lib/Shipwright/Source/Compressed.pm
index e6b6796..f0e1451 100644
--- a/lib/Shipwright/Source/Compressed.pm
+++ b/lib/Shipwright/Source/Compressed.pm
@@ -129,7 +129,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2007-2009 Best Practical Solutions.
+Copyright 2007-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Source/Directory.pm b/lib/Shipwright/Source/Directory.pm
index d56d4c9..85147b6 100644
--- a/lib/Shipwright/Source/Directory.pm
+++ b/lib/Shipwright/Source/Directory.pm
@@ -108,7 +108,7 @@ sunnavy C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2007-2009 Best Practical Solutions LLC.
+Copyright 2007-2010 Best Practical Solutions LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Source/FTP.pm b/lib/Shipwright/Source/FTP.pm
index d3fabb1..4c39c79 100644
--- a/lib/Shipwright/Source/FTP.pm
+++ b/lib/Shipwright/Source/FTP.pm
@@ -77,7 +77,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2007-2009 Best Practical Solutions.
+Copyright 2007-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Source/Git.pm b/lib/Shipwright/Source/Git.pm
index 185413e..19e097c 100644
--- a/lib/Shipwright/Source/Git.pm
+++ b/lib/Shipwright/Source/Git.pm
@@ -133,7 +133,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2007-2009 Best Practical Solutions.
+Copyright 2007-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Source/HTTP.pm b/lib/Shipwright/Source/HTTP.pm
index bc890da..895ee61 100644
--- a/lib/Shipwright/Source/HTTP.pm
+++ b/lib/Shipwright/Source/HTTP.pm
@@ -80,7 +80,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2007-2009 Best Practical Solutions.
+Copyright 2007-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Source/SVK.pm b/lib/Shipwright/Source/SVK.pm
index befb79d..feb6a6e 100644
--- a/lib/Shipwright/Source/SVK.pm
+++ b/lib/Shipwright/Source/SVK.pm
@@ -109,7 +109,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2007-2009 Best Practical Solutions.
+Copyright 2007-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Source/SVN.pm b/lib/Shipwright/Source/SVN.pm
index 4fbfb17..327b431 100644
--- a/lib/Shipwright/Source/SVN.pm
+++ b/lib/Shipwright/Source/SVN.pm
@@ -104,7 +104,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2007-2009 Best Practical Solutions.
+Copyright 2007-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Source/Shipwright.pm b/lib/Shipwright/Source/Shipwright.pm
index e5ae445..193427d 100644
--- a/lib/Shipwright/Source/Shipwright.pm
+++ b/lib/Shipwright/Source/Shipwright.pm
@@ -104,7 +104,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2007-2009 Best Practical Solutions.
+Copyright 2007-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Test.pm b/lib/Shipwright/Test.pm
index 0ec0520..f2065db 100644
--- a/lib/Shipwright/Test.pm
+++ b/lib/Shipwright/Test.pm
@@ -260,7 +260,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Shipwright is Copyright 2007-2009 Best Practical Solutions, LLC.
+Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Util.pm b/lib/Shipwright/Util.pm
index 8d907ea..dc8e2c0 100644
--- a/lib/Shipwright/Util.pm
+++ b/lib/Shipwright/Util.pm
@@ -286,7 +286,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2007-2009 Best Practical Solutions.
+Copyright 2007-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Util/CleanINC.pm b/lib/Shipwright/Util/CleanINC.pm
index f7aa68d..e83e3de 100644
--- a/lib/Shipwright/Util/CleanINC.pm
+++ b/lib/Shipwright/Util/CleanINC.pm
@@ -71,7 +71,7 @@ sunnavy  C<< <sunnavy at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2007-2009 Best Practical Solutions.
+Copyright 2007-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff --git a/lib/Shipwright/Util/PatchModuleBuild.pm b/lib/Shipwright/Util/PatchModuleBuild.pm
index bd978ef..842da22 100644
--- a/lib/Shipwright/Util/PatchModuleBuild.pm
+++ b/lib/Shipwright/Util/PatchModuleBuild.pm
@@ -36,7 +36,7 @@ Jesse Vincent C<< <jesse at bestpractical.com> >>
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright 2007-2009 Best Practical Solutions.
+Copyright 2007-2010 Best Practical Solutions.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list