diff options
Diffstat (limited to 'LedgerSMB/BP.pm')
-rwxr-xr-x | LedgerSMB/BP.pm | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/LedgerSMB/BP.pm b/LedgerSMB/BP.pm index c1feadc2..7894e4af 100755 --- a/LedgerSMB/BP.pm +++ b/LedgerSMB/BP.pm @@ -2,9 +2,25 @@ # LedgerSMB # Small Medium Business Accounting software # -# See COPYRIGHT file for copyright information -#====================================================================== + +# 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. # +# Original Copyright Notice from SQL-Ledger 2.6.17 (before the fork): +# Copyright (C) 2003 +# +# Author: DWS Systems Inc. +# Web: http://www.sql-ledger.org +# +# Contributors: + # This file has undergone whitespace cleanup. # #====================================================================== |