[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [188] trunk/LedgerSMB



Revision: 188
          http://svn.sourceforge.net/ledger-smb/?rev=188&view=rev
Author:   einhverfr
Date:     2006-10-03 19:10:51 -0700 (Tue, 03 Oct 2006)

Log Message:
-----------
Added copyright notices to credit card modules.

Modified Paths:
--------------
    trunk/LedgerSMB/CreditCard/Config.pm
    trunk/LedgerSMB/CreditCard/TrustCommerce/Config.pm
    trunk/LedgerSMB/CreditCard/TrustCommerce.pm
    trunk/LedgerSMB/CreditCard.pm

Modified: trunk/LedgerSMB/CreditCard/Config.pm
===================================================================
--- trunk/LedgerSMB/CreditCard/Config.pm	2006-10-03 22:47:50 UTC (rev 187)
+++ trunk/LedgerSMB/CreditCard/Config.pm	2006-10-04 02:10:51 UTC (rev 188)
@@ -1,4 +1,20 @@
 
+#=====================================================================
+# LedgerSMB 
+# Small Medium Business Accounting software
+# http://www.ledgersmb.org/
+# Copyright (C) 2006
+# This work contains copyrighted information from a number of sources all used
+# with permission.
+#
+# This file contains source code included with or based on SQL-Ledger which
+# is Copyright Dieter Simader and DWS Systems Inc. 2000-2005 and licensed
+# under the GNU General Public License version 2 or, at your option, any later
+# version.  For a full list including contact information of contributors,
+# maintainers, and copyright holders, see the CONTRIBUTORS file.
+#
+# Credit card configuration
+
 package Config;
 
 $gateway_module = "TrustCommerce";

Modified: trunk/LedgerSMB/CreditCard/TrustCommerce/Config.pm
===================================================================
--- trunk/LedgerSMB/CreditCard/TrustCommerce/Config.pm	2006-10-03 22:47:50 UTC (rev 187)
+++ trunk/LedgerSMB/CreditCard/TrustCommerce/Config.pm	2006-10-04 02:10:51 UTC (rev 188)
@@ -1,5 +1,20 @@
+#=====================================================================
+# LedgerSMB 
+# Small Medium Business Accounting software
+# http://www.ledgersmb.org/
+# Copyright (C) 2006
+# This work contains copyrighted information from a number of sources all used
+# with permission.
+#
+# This file contains source code included with or based on SQL-Ledger which
+# is Copyright Dieter Simader and DWS Systems Inc. 2000-2005 and licensed
+# under the GNU General Public License version 2 or, at your option, any later
+# version.  For a full list including contact information of contributors,
+# maintainers, and copyright holders, see the CONTRIBUTORS file.
+#
 # TrustCommerce configuration Information goes Here
 
+
 package CreditCard::TrustCommerce::Config;
 
 %baseparams = ( customer_id => 'MyCustomerID',

Modified: trunk/LedgerSMB/CreditCard/TrustCommerce.pm
===================================================================
--- trunk/LedgerSMB/CreditCard/TrustCommerce.pm	2006-10-03 22:47:50 UTC (rev 187)
+++ trunk/LedgerSMB/CreditCard/TrustCommerce.pm	2006-10-04 02:10:51 UTC (rev 188)
@@ -1,4 +1,20 @@
 
+#=====================================================================
+# LedgerSMB 
+# Small Medium Business Accounting software
+# http://www.ledgersmb.org/
+# Copyright (C) 2006
+# This work contains copyrighted information from a number of sources all used
+# with permission.
+#
+# This file contains source code included with or based on SQL-Ledger which
+# is Copyright Dieter Simader and DWS Systems Inc. 2000-2005 and licensed
+# under the GNU General Public License version 2 or, at your option, any later
+# version.  For a full list including contact information of contributors,
+# maintainers, and copyright holders, see the CONTRIBUTORS file.
+#
+# Simple TrustCommerce API using Net::TCLink
+
 package TrustCommerce;
 use LedgerSMB::CreditCard::TrustCommerce::Config ();
 use LedgerSMB::CreditCard::Config ();

Modified: trunk/LedgerSMB/CreditCard.pm
===================================================================
--- trunk/LedgerSMB/CreditCard.pm	2006-10-03 22:47:50 UTC (rev 187)
+++ trunk/LedgerSMB/CreditCard.pm	2006-10-04 02:10:51 UTC (rev 188)
@@ -1,4 +1,19 @@
+#=====================================================================
+# LedgerSMB 
+# Small Medium Business Accounting software
+# http://www.ledgersmb.org/
+# Copyright (C) 2006
+# This work contains copyrighted information from a number of sources all used
+# with permission.
+#
+# This file contains source code included with or based on SQL-Ledger which
+# is Copyright Dieter Simader and DWS Systems Inc. 2000-2005 and licensed
+# under the GNU General Public License version 2 or, at your option, any later
+# version.  For a full list including contact information of contributors,
+# maintainers, and copyright holders, see the CONTRIBUTORS file.
 
+# POS Credit card processing-- could be extended for ecommerce
+
 package CreditCard;
 use LedgerSMB::CreditCard::Config;
 BEGIN { 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.