diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-10 01:41:56 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-10 01:41:56 +0000 |
commit | 301545e572f38b78c90b27219f4c8715837f54fd (patch) | |
tree | af78b25af2cb16dc022323ffc167d1cff811db4b /LedgerSMB | |
parent | 64b808ddbc840c881257c42c94cc1c801a716099 (diff) |
Revised copyright notices so that these are not as ambiguous.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@53 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB')
-rwxr-xr-x | LedgerSMB/Mailer.pm | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/LedgerSMB/Mailer.pm b/LedgerSMB/Mailer.pm index db44cff0..4f4b477e 100755 --- a/LedgerSMB/Mailer.pm +++ b/LedgerSMB/Mailer.pm @@ -2,7 +2,10 @@ # LedgerSMB # Small Medium Business Accounting software # -# See COPYRIGHT file for copyright information +# See COPYRIGHT file for current copyright information +# +# Original Author and copyright holder: +# Dieter Simader dsmimader@sql-ledger.com #====================================================================== # # This file has NOT undergone whitespace cleanup. @@ -123,7 +126,25 @@ $self->{message} sub encode_base64 ($;$) { # this code is from the MIME-Base64-2.12 package - # Copyright 1995-1999,2001 Gisle Aas <gisle@ActiveState.com> + +# 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) 2002 +# +# Author: DWS Systems Inc. +# Web: http://www.sql-ledger.org +# +# Contributors: +# my $res = ""; my $eol = $_[1]; |