diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-04 02:10:51 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-04 02:10:51 +0000 |
commit | 439abe733651aed7d48d4377c9a337ad04c624a9 (patch) | |
tree | 24dbb441f48766c2d0f3af4083dd87da35ebdf5d /LedgerSMB/CreditCard.pm | |
parent | 85317b0d6cd1a1e30ae9da69039dec32c517e86a (diff) |
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
Diffstat (limited to 'LedgerSMB/CreditCard.pm')
-rw-r--r-- | LedgerSMB/CreditCard.pm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/LedgerSMB/CreditCard.pm b/LedgerSMB/CreditCard.pm index dfcce7c7..fdd6711a 100644 --- a/LedgerSMB/CreditCard.pm +++ b/LedgerSMB/CreditCard.pm @@ -1,3 +1,18 @@ +#===================================================================== +# 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; |