clarify licensing in preparation for release
authorivan <ivan>
Wed, 11 Apr 2007 19:03:50 +0000 (19:03 +0000)
committerivan <ivan>
Wed, 11 Apr 2007 19:03:50 +0000 (19:03 +0000)
Changes
README
Skipjack.pm

diff --git a/Changes b/Changes
index 35af8f5..aac1198 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension Business::OnlinePayment::SkipJack
 
-0.2    Thu Mar  2 14:27:11 PST 2006
+0.2    Wed Apr 11 12:03:09 PDT 2007
+        - clarify licensing (no original code remains)
+        Thu Mar  2 14:27:11 PST 2006
        - this mostly boring update by Ivan Kohler <ivan-skipjack@420.am>
        - added this changelog, boilerplate POD and README
        - added tests
diff --git a/README b/README
index b26cb93..5b15aa3 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,21 @@
+Copyright (c) 2006 Fire2Wire Internet Services (http://www.fire2wire.com)
+
+All rights reserved.  This program is free software; you can redistribute it
+and/or modify it under the same terms as Perl itself.
 
 This is Business::OnlinePayment::Skipjack, an Business::OnlinePayment backend
 module for the Skipjack transaction network.  It is only useful if you have an
 account with SkipJack:
 http://www.skipjack.com/transactionnetwork/index.html
 
+Inspiried by (but no longer contains) code from:
+
+  Original Skipjack.pm developed by New York Connect Net (http://nyct.net)
+  Michael Bacarella <mbac@nyct.net>
+
+  Modified for GetCareer.com by Slipstream.com
+  Troy Davis <troy@slipstream.com>
+
 Business::OnlinePayment is a generic interface for processing payments through
 online credit card processors, online check acceptance houses, etc.  (If you
 like buzzwords, call it an "multiplatform ecommerce-enabling middleware
index e20eaf1..c0bf838 100644 (file)
@@ -572,11 +572,13 @@ Skipjack's TransactionStatusRequest.  It should be documented.
 
 =head1 AUTHOR
 
-Original Skipjack.pm developed by New York Connect Net (http://nyct.net)
-Michael Bacarella <mbac@nyct.net>
+Inspiried by (but no longer contains) code from:
 
-Modified for GetCareer.com by Slipstream.com
-Troy Davis <troy@slipstream.com>
+  Original Skipjack.pm developed by New York Connect Net (http://nyct.net)
+  Michael Bacarella <mbac@nyct.net>
+
+  Modified for GetCareer.com by Slipstream.com
+  Troy Davis <troy@slipstream.com>
 
 'Adapted' (completely rewritten) for Business::OnlinePayment 
 by Fire2Wire Internet Services (http://www.fire2wire.com)
@@ -588,14 +590,18 @@ Boring 0.2 update by Ivan Kohler <ivan-skipjack@420.am>
 
 =head1 COPYRIGHT
 
-original license unknown, pending contact from Michael Bacarella / nyct.net.
-assuming it is okay...
-
-Business::OnlinePayment rewrite:
 Copyright (c) 2006 Fire2Wire Internet Services (http://www.fire2wire.com)
 All rights reserved.  This program is free software; you can redistribute it
 and/or modify it under the same terms as Perl itself.
 
+Inspiried by (but no longer contains) code from:
+
+  Original Skipjack.pm developed by New York Connect Net (http://nyct.net)
+  Michael Bacarella <mbac@nyct.net>
+
+  Modified for GetCareer.com by Slipstream.com
+  Troy Davis <troy@slipstream.com>
+
 =head1 SEE ALSO
 
 L<Business::OnlinePayment>