]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Copyright: add some missing blurbs and contributor details
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 30 Oct 2016 09:38:16 +0000 (22:38 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 30 Oct 2016 09:38:16 +0000 (22:38 +1300)
CONTRIBUTORS
contrib/url-normalizer.pl
contrib/user-agents.pl
scripts/Squid/ParseLog.pm
scripts/www/build-cfg-help.pl

index 01ba893a4d02a8da734416d46096f69e59ce7aef..841d35025f7b7e7655da1e36bfb0dcfec7d277c9 100644 (file)
@@ -211,6 +211,8 @@ Thank you!
     Joe Ramey <ramey@jello.csc.ti.com>
     Joerg Lehrke <jlehrke@noc.de>
     Johnathan Conley <johnathan.conley@gmail.com>
+    John@MCC.ac.uk
+    John@Pharmweb.NET
     John Dilley <jad@hpl.hp.com>
     John M Cooper <john.cooper@yourcommunications.co.uk>
     John Saunders <johns@rd.scitec.com.au>
index 190c0c68d720613dc815693f6f6143c1e542a942..5f2c27dd590a9f5c1a4899b0eddc3e5818fb6531 100755 (executable)
@@ -1,4 +1,11 @@
 #!/usr/local/bin/perl -Tw
+#
+# * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+# *
+# * Squid software is distributed under GPLv2+ license and includes
+# * contributions from numerous individuals and organizations.
+# * Please see the COPYING and CONTRIBUTORS files for details.
+#
 
 # From:    Markus Gyger <mgyger@itr.ch>
 #
index 23c6718c43a98194c4fc39f1b0ef2cff97c76dc5..876cea8d34a0c57a21942fbb925a9d220fbbbc63 100755 (executable)
@@ -1,4 +1,12 @@
 #!/usr/bin/perl
+#
+# * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+# *
+# * Squid software is distributed under GPLv2+ license and includes
+# * contributions from numerous individuals and organizations.
+# * Please see the COPYING and CONTRIBUTORS files for details.
+#
+
 #
 # John@MCC.ac.uk
 # John@Pharmweb.NET
index fe0b31284992b603f18b19012843096e1a8a9716..1529c4e8d553ee862a41659db7fc6d270dbbbc54 100644 (file)
@@ -1,4 +1,11 @@
 #!/usr/bin/perl -w
+#
+# * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+# *
+# * Squid software is distributed under GPLv2+ license and includes
+# * contributions from numerous individuals and organizations.
+# * Please see the COPYING and CONTRIBUTORS files for details.
+#
 
 #
 # This is a simple module which takes in a Squid format logfile line and breaks it up into
index e14706b21426229102dc9523b128bdeb474c105a..649f017337a4f99525aa0782d87c73dda702b3ce 100755 (executable)
@@ -1,4 +1,11 @@
 #!/usr/bin/perl -w
+#
+# * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+# *
+# * Squid software is distributed under GPLv2+ license and includes
+# * contributions from numerous individuals and organizations.
+# * Please see the COPYING and CONTRIBUTORS files for details.
+#
 
 use strict;
 use IO::File;