diff options
author | Ivan Kohler <ivan@freeside.biz> | 2021-03-30 09:30:09 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2021-03-30 09:30:09 -0700 |
commit | acf17e1d6e2e4233b800a56ca6fead3d205a5f7f (patch) | |
tree | 36c57f3981998d937d7a82688f0df6f2a4b8a84e /IPPay.pm | |
parent | ec9bcc69c60f01f60cdc9b628355cd6ac2f2c8bc (diff) |
update copyright and maintainer information
Diffstat (limited to 'IPPay.pm')
-rw-r--r-- | IPPay.pm | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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? |