From: ivan Date: Wed, 14 Jul 2010 20:57:27 +0000 (+0000) Subject: 3.01. add copyright to POD X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=04c0abc212cb71f79e42d11ce438e82f4a7a5de7;p=Business-OnlinePayment.git 3.01. add copyright to POD --- diff --git a/Changes b/Changes index d438c3b..9aafd27 100644 --- 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, diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 00a34c1..73f1123 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -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 Phil Lobbes Ephil at perkpartners dot comE +=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 --- 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.