3.01. add copyright to POD
authorivan <ivan>
Wed, 14 Jul 2010 20:57:27 +0000 (20:57 +0000)
committerivan <ivan>
Wed, 14 Jul 2010 20:57:27 +0000 (20:57 +0000)
Changes
OnlinePayment.pm
README

diff --git a/Changes b/Changes
index d438c3b..9aafd27 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Business::OnlinePayment.
 
-3.01    unreleased
+3.01    Wed Jul 14 13:54:57 PDT 2010
         - Add optional transaction fields to documentation: tax, freight,
           duty, tax_exempt, po_number.
         - Add return fields to documentation: order_number, avs_code,
index 00a34c1..73f1123 100644 (file)
@@ -6,7 +6,7 @@ use Carp;
 
 require 5.005;
 
-$VERSION = '3.01_04';
+$VERSION = '3.01';
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 # Remember subclasses we have "wrapped" submit() with _pre_submit()
@@ -765,6 +765,17 @@ Ivan Kohler <ivan-business-onlinepayment@420.am>
 
 Phil Lobbes E<lt>phil at perkpartners dot comE<gt>
 
+=head1 COPYRIGHT
+
+Copyright (c) 1999-2004 Jason Kohles
+Copyright (c) 2004 Ivan Kohler
+Copyright (c) 2007-2010 Freeside Internet Services, Inc.
+
+All rights reserved.
+
+This program is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
 =head1 HOMEPAGE
 
 Homepage:  http://420.am/business-onlinepayment/
diff --git a/README b/README
index 8b24ec4..a6e2be3 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Copyright (c) 1999-2004 Jason Kohles
 Copyright (c) 2004 Ivan Kohler
-Copyright (c) 2007-2009 Freeside Internet Services, Inc.
+Copyright (c) 2007-2010 Freeside Internet Services, Inc.
 
 All rights reserved. This program is free software; you can redistribute
 it and/or modify it under the same terms as Perl itself.