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

index 1c987c138024b3d558a2409927e14d485caee3c1..537888b9f0548601ae8b4ee4bb4b30ab3470168f 100644 (file)
@@ -205,6 +205,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 Saunders <johns@rd.scitec.com.au>
     John Xue <xgxjohn@gmail.com>
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;