From acf17e1d6e2e4233b800a56ca6fead3d205a5f7f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 30 Mar 2021 09:30:09 -0700 Subject: [PATCH] update copyright and maintainer information --- Changes | 7 +++++-- IPPay.pm | 11 ++++++++++- README | 11 +++++++---- 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 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 . Business::OnlinePayment is a generic interface for processing payments through online credit card processors, online check acceptance houses, etc. (If you -- 2.11.0