From 439abe733651aed7d48d4377c9a337ad04c624a9 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Wed, 4 Oct 2006 02:10:51 +0000 Subject: Added copyright notices to credit card modules. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@188 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/CreditCard/Config.pm | 16 ++++++++++++++++ LedgerSMB/CreditCard/TrustCommerce.pm | 16 ++++++++++++++++ LedgerSMB/CreditCard/TrustCommerce/Config.pm | 15 +++++++++++++++ 3 files changed, 47 insertions(+) (limited to 'LedgerSMB/CreditCard') diff --git a/LedgerSMB/CreditCard/Config.pm b/LedgerSMB/CreditCard/Config.pm index 4a7ecba5..199431c0 100644 --- a/LedgerSMB/CreditCard/Config.pm +++ b/LedgerSMB/CreditCard/Config.pm @@ -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"; diff --git a/LedgerSMB/CreditCard/TrustCommerce.pm b/LedgerSMB/CreditCard/TrustCommerce.pm index 7d2bf2b2..b57d2f7a 100644 --- a/LedgerSMB/CreditCard/TrustCommerce.pm +++ b/LedgerSMB/CreditCard/TrustCommerce.pm @@ -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 (); diff --git a/LedgerSMB/CreditCard/TrustCommerce/Config.pm b/LedgerSMB/CreditCard/TrustCommerce/Config.pm index 147548b0..9596d7e7 100644 --- a/LedgerSMB/CreditCard/TrustCommerce/Config.pm +++ b/LedgerSMB/CreditCard/TrustCommerce/Config.pm @@ -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', -- cgit v1.2.3