0.10
[Business-OnlineThirdPartyPayment.git] / OnlineThirdPartyPayment.pm
index 1c3ef16..fc3c037 100644 (file)
@@ -7,7 +7,7 @@ use base qw(Business::OnlinePayment);
 
 require 5.005;
 
-$VERSION = '3.00_09';
+$VERSION = '0.10';
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 my %fields = (
@@ -168,10 +168,21 @@ with a true argument will turn that mode on if the processor supports
 it, or generate a fatal error if the processor does not support a test
 mode (which is probably better than accidentally making real charges).
 
-=head1 AUTHORS
+=head1 AUTHOR
 
 Jeff Finucane <business-onlinethirdpartypayment@weasellips>
 
+=head1 COPYRIGHT
+
+Partially based on code from Business::OnlinePayment.
+
+Copyright (c) 1999-2004 Jason Kohles.
+Copyright (c) 2004 Ivan Kohler
+Copyright (c) 2007-2009 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 DISCLAIMER
 
 THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED