update copyright and maintainer information
authorIvan Kohler <ivan@freeside.biz>
Tue, 30 Mar 2021 16:30:09 +0000 (09:30 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 30 Mar 2021 16:30:09 +0000 (09:30 -0700)
Changes
IPPay.pm
README

diff --git a/Changes b/Changes
index 85372bc..0a104a7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,12 @@
 Revision history for Perl extension Business::OnlinePayment::IPPay.
 
-0.10  unreleased
-        - UserIPAddr is now UserIPAddress
+0.11  unreleased
         - ACH SEC code: Allow setting, default to CCD for business accounts,
           PPD otherwise (was: always PPD)
+        - doc: Update copyright and maintainer information
+
+0.10  unreleased (2015)
+        - UserIPAddr is now UserIPAddress
 
 0.09  Tue Jun 10 23:26:54 PDT 2014
         - Set UDField3 per IPPay request
index 666f5e8..7f15fcc 100644 (file)
--- a/IPPay.pm
+++ b/IPPay.pm
@@ -11,7 +11,7 @@ use Business::OnlinePayment::HTTPS;
 use vars qw($VERSION $DEBUG @ISA $me);
 
 @ISA = qw(Business::OnlinePayment::HTTPS);
-$VERSION = '0.10';
+$VERSION = '0.11_01';
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 $DEBUG = 0;
@@ -626,6 +626,15 @@ Current maintainer: Ivan Kohler <ivan-ippay@freeside.biz>
 
 Reverse Authorization patch from dougforpres
 
+=head1 COPYRIGHT AND LICENSE
+
+Copyright (c) 1999 Jason Kohles
+Copyright (c) 2002-2003 Ivan Kohler
+Copyright (c) 2008-2021 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 ADVERTISEMENT
 
 Need a complete, open-source back-office and customer self-service solution?
diff --git a/README b/README
index 7054616..b8aeb7c 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,7 @@
-Copyright (c) 1999 Jason Kohles.
+Copyright (c) 1999 Jason Kohles
 Copyright (c) 2002-2003 Ivan Kohler
-Copyright (c) 2008 Jeff Finucane
+Copyright (c) 2008-2021 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.
 
@@ -10,8 +11,10 @@ IPPay Merchant Services: http://www.ippay.com
 
 This module implements the IPPay XML Product Specification Revision 1.1.2
 
-Jeff Finucane is the original author.  Please send patches as unified
-diffs (diff -u).  Mr. Kohles and Mr. Kohler provided material for cribbing.
+Jeff Finucane is the original author.  Mr. Kohles and Mr. Kohler provided
+material for cribbing.
+
+Current maintainer is Ivan Kohler <ivan-ippay@freeside.biz>.
 
 Business::OnlinePayment is a generic interface for processing payments through
 online credit card processors, online check acceptance houses, etc.  (If you