From: Amos Jeffries Date: Wed, 26 Oct 2016 11:46:52 +0000 (+1300) Subject: Copyright: add some missing blurbs and contributor details X-Git-Tag: SQUID_4_0_16~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df3cec974baa82f79dcb9d3f4e33200080bc862a;p=thirdparty%2Fsquid.git Copyright: add some missing blurbs and contributor details --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1c987c1380..537888b9f0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -205,6 +205,8 @@ Thank you! Joe Ramey Joerg Lehrke Johnathan Conley + John@MCC.ac.uk + John@Pharmweb.NET John Dilley John Saunders John Xue diff --git a/contrib/url-normalizer.pl b/contrib/url-normalizer.pl index 190c0c68d7..5f2c27dd59 100755 --- a/contrib/url-normalizer.pl +++ b/contrib/url-normalizer.pl @@ -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 # diff --git a/contrib/user-agents.pl b/contrib/user-agents.pl index 23c6718c43..876cea8d34 100755 --- a/contrib/user-agents.pl +++ b/contrib/user-agents.pl @@ -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 diff --git a/scripts/Squid/ParseLog.pm b/scripts/Squid/ParseLog.pm index fe0b312849..1529c4e8d5 100644 --- a/scripts/Squid/ParseLog.pm +++ b/scripts/Squid/ParseLog.pm @@ -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 diff --git a/scripts/www/build-cfg-help.pl b/scripts/www/build-cfg-help.pl index e14706b214..649f017337 100755 --- a/scripts/www/build-cfg-help.pl +++ b/scripts/www/build-cfg-help.pl @@ -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;