summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2021-03-30 09:30:09 -0700
committerIvan Kohler <ivan@freeside.biz>2021-03-30 09:30:09 -0700
commitacf17e1d6e2e4233b800a56ca6fead3d205a5f7f (patch)
tree36c57f3981998d937d7a82688f0df6f2a4b8a84e
parentec9bcc69c60f01f60cdc9b628355cd6ac2f2c8bc (diff)
update copyright and maintainer information
-rw-r--r--Changes7
-rw-r--r--IPPay.pm11
-rw-r--r--README11
3 files changed, 22 insertions, 7 deletions
diff --git a/Changes b/Changes
index 85372bc..0a104a7 100644
--- 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
diff --git a/IPPay.pm b/IPPay.pm
index 666f5e8..7f15fcc 100644
--- 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
--- 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