summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-12 04:06:03 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-12 04:06:03 +0000
commit25a55f7ae663ea03ac47ca3c9bce8304172bfac6 (patch)
tree7f6b41ee205a8b3535ab234a8b2f5a1a5330d092
parent17d7ded1c314d3d99e1a5e7fcd35814db166371d (diff)
Added a link to our sourceforge project page to the copyright notice in all
pages. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@71 4979c152-3d1c-0410-bac9-87ea11338e46
-rwxr-xr-xLedgerSMB/AA.pm1
-rwxr-xr-xLedgerSMB/AM.pm1
-rwxr-xr-xLedgerSMB/BP.pm1
-rwxr-xr-xLedgerSMB/CA.pm1
-rwxr-xr-xLedgerSMB/CP.pm1
-rwxr-xr-xLedgerSMB/CT.pm1
-rwxr-xr-xLedgerSMB/Form.pm1
-rwxr-xr-xLedgerSMB/GL.pm1
-rwxr-xr-xLedgerSMB/HR.pm1
-rwxr-xr-xLedgerSMB/IC.pm1
-rwxr-xr-xLedgerSMB/IR.pm1
-rwxr-xr-xLedgerSMB/IS.pm1
-rwxr-xr-xLedgerSMB/Inifile.pm1
-rwxr-xr-xLedgerSMB/JC.pm1
-rwxr-xr-xLedgerSMB/Mailer.pm1
-rwxr-xr-xLedgerSMB/Menu.pm1
-rwxr-xr-xLedgerSMB/Num2text.pm1
-rwxr-xr-xLedgerSMB/OE.pm1
-rwxr-xr-xLedgerSMB/OP.pm1
-rwxr-xr-xLedgerSMB/PE.pm1
-rwxr-xr-xLedgerSMB/RC.pm1
-rwxr-xr-xLedgerSMB/RP.pm1
-rwxr-xr-xLedgerSMB/Session.pm1
-rwxr-xr-xLedgerSMB/User.pm1
-rwxr-xr-xSL2LS.pl2
-rwxr-xr-xadmin.pl3
-rwxr-xr-xbin/lynx/menu.pl3
-rwxr-xr-xbin/mozilla/aa.pl3
-rwxr-xr-xbin/mozilla/admin.pl2
-rwxr-xr-xbin/mozilla/am.pl2
-rwxr-xr-xbin/mozilla/ap.pl2
-rwxr-xr-xbin/mozilla/ar.pl2
-rwxr-xr-xbin/mozilla/arap.pl2
-rwxr-xr-xbin/mozilla/arapprn.pl2
-rwxr-xr-xbin/mozilla/bp.pl2
-rwxr-xr-xbin/mozilla/ca.pl2
-rwxr-xr-xbin/mozilla/cp.pl2
-rwxr-xr-xbin/mozilla/ct.pl2
-rwxr-xr-xbin/mozilla/gl.pl2
-rwxr-xr-xbin/mozilla/hr.pl2
-rwxr-xr-xbin/mozilla/ic.pl2
-rwxr-xr-xbin/mozilla/io.pl2
-rwxr-xr-xbin/mozilla/ir.pl2
-rwxr-xr-xbin/mozilla/is.pl2
-rwxr-xr-xbin/mozilla/jc.pl2
-rwxr-xr-xbin/mozilla/login.pl2
-rwxr-xr-xbin/mozilla/menu.pl2
-rwxr-xr-xbin/mozilla/oe.pl2
-rwxr-xr-xbin/mozilla/pe.pl2
-rwxr-xr-xbin/mozilla/pos.pl2
-rwxr-xr-xbin/mozilla/ps.pl2
-rwxr-xr-xbin/mozilla/pw.pl2
-rwxr-xr-xbin/mozilla/rc.pl2
-rwxr-xr-xbin/mozilla/rp.pl2
-rwxr-xr-xlogin.pl2
-rwxr-xr-xmenu.pl2
-rwxr-xr-xsetup.pl2
57 files changed, 90 insertions, 3 deletions
diff --git a/LedgerSMB/AA.pm b/LedgerSMB/AA.pm
index 89d48bab..f5a2564f 100755
--- a/LedgerSMB/AA.pm
+++ b/LedgerSMB/AA.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
# with permission.
diff --git a/LedgerSMB/AM.pm b/LedgerSMB/AM.pm
index a5ebc53b..56e34ce7 100755
--- a/LedgerSMB/AM.pm
+++ b/LedgerSMB/AM.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/BP.pm b/LedgerSMB/BP.pm
index 7894e4af..098d814b 100755
--- a/LedgerSMB/BP.pm
+++ b/LedgerSMB/BP.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
diff --git a/LedgerSMB/CA.pm b/LedgerSMB/CA.pm
index f26547a3..5ea2859b 100755
--- a/LedgerSMB/CA.pm
+++ b/LedgerSMB/CA.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
diff --git a/LedgerSMB/CP.pm b/LedgerSMB/CP.pm
index f5c651bb..eea24549 100755
--- a/LedgerSMB/CP.pm
+++ b/LedgerSMB/CP.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/CT.pm b/LedgerSMB/CT.pm
index e79342d1..a53c8237 100755
--- a/LedgerSMB/CT.pm
+++ b/LedgerSMB/CT.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm
index 9f4f5267..64590e48 100755
--- a/LedgerSMB/Form.pm
+++ b/LedgerSMB/Form.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/GL.pm b/LedgerSMB/GL.pm
index 3acc8926..1b14fc54 100755
--- a/LedgerSMB/GL.pm
+++ b/LedgerSMB/GL.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/HR.pm b/LedgerSMB/HR.pm
index 455b2d1f..93bcd0ef 100755
--- a/LedgerSMB/HR.pm
+++ b/LedgerSMB/HR.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/IC.pm b/LedgerSMB/IC.pm
index 69daa53c..6a203636 100755
--- a/LedgerSMB/IC.pm
+++ b/LedgerSMB/IC.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/IR.pm b/LedgerSMB/IR.pm
index 4020eb36..41cdf4cc 100755
--- a/LedgerSMB/IR.pm
+++ b/LedgerSMB/IR.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/IS.pm b/LedgerSMB/IS.pm
index 925fa4d0..66d54236 100755
--- a/LedgerSMB/IS.pm
+++ b/LedgerSMB/IS.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/Inifile.pm b/LedgerSMB/Inifile.pm
index 801ca0e7..f3683cab 100755
--- a/LedgerSMB/Inifile.pm
+++ b/LedgerSMB/Inifile.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/JC.pm b/LedgerSMB/JC.pm
index 088fad97..422966ba 100755
--- a/LedgerSMB/JC.pm
+++ b/LedgerSMB/JC.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/Mailer.pm b/LedgerSMB/Mailer.pm
index 416f383f..8a36420a 100755
--- a/LedgerSMB/Mailer.pm
+++ b/LedgerSMB/Mailer.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/Menu.pm b/LedgerSMB/Menu.pm
index fb8516e4..834d1419 100755
--- a/LedgerSMB/Menu.pm
+++ b/LedgerSMB/Menu.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/Num2text.pm b/LedgerSMB/Num2text.pm
index 01e3c8b7..6688ee32 100755
--- a/LedgerSMB/Num2text.pm
+++ b/LedgerSMB/Num2text.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/OE.pm b/LedgerSMB/OE.pm
index 0c1b1d2c..3aede1ad 100755
--- a/LedgerSMB/OE.pm
+++ b/LedgerSMB/OE.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/OP.pm b/LedgerSMB/OP.pm
index 081abd29..57d72d13 100755
--- a/LedgerSMB/OP.pm
+++ b/LedgerSMB/OP.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/PE.pm b/LedgerSMB/PE.pm
index df7f6abd..26a1e5ff 100755
--- a/LedgerSMB/PE.pm
+++ b/LedgerSMB/PE.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/RC.pm b/LedgerSMB/RC.pm
index 5952a2ce..77941d03 100755
--- a/LedgerSMB/RC.pm
+++ b/LedgerSMB/RC.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/RP.pm b/LedgerSMB/RP.pm
index fc1e4830..41a5774b 100755
--- a/LedgerSMB/RP.pm
+++ b/LedgerSMB/RP.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/LedgerSMB/Session.pm b/LedgerSMB/Session.pm
index a1363a25..d0c9a396 100755
--- a/LedgerSMB/Session.pm
+++ b/LedgerSMB/Session.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
#
# Copyright (C) 2006
diff --git a/LedgerSMB/User.pm b/LedgerSMB/User.pm
index 850dbc69..8c8ff60d 100755
--- a/LedgerSMB/User.pm
+++ b/LedgerSMB/User.pm
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/SL2LS.pl b/SL2LS.pl
index 0425df40..9d2572ec 100755
--- a/SL2LS.pl
+++ b/SL2LS.pl
@@ -1,5 +1,7 @@
#!/usr/bin/perl
+# http://sourceforge.net/projects/ledger-smb/
+#
# Simple script. Right now, all that needs to be done is that the SL directory
# needs to be deleted and the sql-ledger.conf needs to be renamed.
diff --git a/admin.pl b/admin.pl
index 7d3ad3c4..f49dacda 100755
--- a/admin.pl
+++ b/admin.pl
@@ -2,7 +2,8 @@
#
######################################################################
# LedgerSMB Accounting and ERP
-
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
# with permission.
diff --git a/bin/lynx/menu.pl b/bin/lynx/menu.pl
index cd7b2126..fa90e120 100755
--- a/bin/lynx/menu.pl
+++ b/bin/lynx/menu.pl
@@ -1,6 +1,7 @@
######################################################################
# LedgerSMB Small Medium Business Accounting
-
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
# with permission.
diff --git a/bin/mozilla/aa.pl b/bin/mozilla/aa.pl
index 50c143ef..abbbd7da 100755
--- a/bin/mozilla/aa.pl
+++ b/bin/mozilla/aa.pl
@@ -1,6 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
-
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
# with permission.
diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl
index 5a3c0ef3..1e3b9a5d 100755
--- a/bin/mozilla/admin.pl
+++ b/bin/mozilla/admin.pl
@@ -1,6 +1,8 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
+#
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl
index 3102051e..66205552 100755
--- a/bin/mozilla/am.pl
+++ b/bin/mozilla/am.pl
@@ -1,6 +1,8 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
+#
#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl
index d1254e6a..2bfa2772 100755
--- a/bin/mozilla/ap.pl
+++ b/bin/mozilla/ap.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl
index 480388d1..533f70c1 100755
--- a/bin/mozilla/ar.pl
+++ b/bin/mozilla/ar.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/arap.pl b/bin/mozilla/arap.pl
index 3e8890f3..e3000f8d 100755
--- a/bin/mozilla/arap.pl
+++ b/bin/mozilla/arap.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/arapprn.pl b/bin/mozilla/arapprn.pl
index 7b123c46..792b01af 100755
--- a/bin/mozilla/arapprn.pl
+++ b/bin/mozilla/arapprn.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/bp.pl b/bin/mozilla/bp.pl
index 326f5417..2981ca21 100755
--- a/bin/mozilla/bp.pl
+++ b/bin/mozilla/bp.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/ca.pl b/bin/mozilla/ca.pl
index 4993d2be..1adc92c2 100755
--- a/bin/mozilla/ca.pl
+++ b/bin/mozilla/ca.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl
index c98b752b..b5ecd9bf 100755
--- a/bin/mozilla/cp.pl
+++ b/bin/mozilla/cp.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl
index a469a9ac..520ede0d 100755
--- a/bin/mozilla/ct.pl
+++ b/bin/mozilla/ct.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl
index 4944d102..a60c2434 100755
--- a/bin/mozilla/gl.pl
+++ b/bin/mozilla/gl.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/hr.pl b/bin/mozilla/hr.pl
index ffd409b6..d0c7a438 100755
--- a/bin/mozilla/hr.pl
+++ b/bin/mozilla/hr.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl
index 55c04679..f689954f 100755
--- a/bin/mozilla/ic.pl
+++ b/bin/mozilla/ic.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl
index 6a3a9824..a5f4a143 100755
--- a/bin/mozilla/io.pl
+++ b/bin/mozilla/io.pl
@@ -1,5 +1,7 @@
######################################################################
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl
index 0f8fd54e..f273cca9 100755
--- a/bin/mozilla/ir.pl
+++ b/bin/mozilla/ir.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl
index fe9b2be9..34663ad2 100755
--- a/bin/mozilla/is.pl
+++ b/bin/mozilla/is.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/jc.pl b/bin/mozilla/jc.pl
index 90c7041c..d0595791 100755
--- a/bin/mozilla/jc.pl
+++ b/bin/mozilla/jc.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/login.pl b/bin/mozilla/login.pl
index 8697fe33..328f327c 100755
--- a/bin/mozilla/login.pl
+++ b/bin/mozilla/login.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/menu.pl b/bin/mozilla/menu.pl
index 715efcfa..333905a0 100755
--- a/bin/mozilla/menu.pl
+++ b/bin/mozilla/menu.pl
@@ -1,6 +1,8 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
+#
#
# See COPYRIGHT file for copyright information
#======================================================================
diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl
index ada391d4..8593fa97 100755
--- a/bin/mozilla/oe.pl
+++ b/bin/mozilla/oe.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/pe.pl b/bin/mozilla/pe.pl
index 39ff34e3..f9864036 100755
--- a/bin/mozilla/pe.pl
+++ b/bin/mozilla/pe.pl
@@ -1,6 +1,8 @@
#=====================================================================
# LedgerSMB
# Small Medium Business Accounting software
+# http://sourceforge.net/projects/ledger-smb/
+#
#
# See COPYRIGHT file for copyright information
#======================================================================
diff --git a/bin/mozilla/pos.pl b/bin/mozilla/pos.pl
index 7faf948a..1c5c3406 100755
--- a/bin/mozilla/pos.pl
+++ b/bin/mozilla/pos.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/ps.pl b/bin/mozilla/ps.pl
index ce3d633b..e011d165 100755
--- a/bin/mozilla/ps.pl
+++ b/bin/mozilla/ps.pl
@@ -1,5 +1,7 @@
######################################################################
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/pw.pl b/bin/mozilla/pw.pl
index 11fdd8ef..d75233a2 100755
--- a/bin/mozilla/pw.pl
+++ b/bin/mozilla/pw.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/rc.pl b/bin/mozilla/rc.pl
index 7274c60b..643d5dc9 100755
--- a/bin/mozilla/rc.pl
+++ b/bin/mozilla/rc.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl
index 5e00142b..87150bc3 100755
--- a/bin/mozilla/rp.pl
+++ b/bin/mozilla/rp.pl
@@ -1,5 +1,7 @@
#=====================================================================
# LedgerSMB Small Medium Business Accounting
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
diff --git a/login.pl b/login.pl
index 7d3ad3c4..e41028df 100755
--- a/login.pl
+++ b/login.pl
@@ -3,6 +3,8 @@
######################################################################
# LedgerSMB Accounting and ERP
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
# with permission.
diff --git a/menu.pl b/menu.pl
index bad0a4f1..62032839 100755
--- a/menu.pl
+++ b/menu.pl
@@ -3,6 +3,8 @@
######################################################################
# LedgerSMB Accounting and ERP
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used
# with permission.
diff --git a/setup.pl b/setup.pl
index 8302b5d1..18a501dd 100755
--- a/setup.pl
+++ b/setup.pl
@@ -2,6 +2,8 @@
#
######################################################################
# LedgerSMB Small Medium Business Accounting Software Installer
+# http://sourceforge.net/projects/ledger-smb/
+#
# Copyright (C) 2006
# This work contains copyrighted information from a number of sources all used