From b6747212daaf77fd12befd23f8ce335c91c97e47 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 30 Oct 2016 22:38:16 +1300 Subject: [PATCH] Copyright: add some missing blurbs and contributor details --- CONTRIBUTORS | 2 ++ contrib/url-normalizer.pl | 7 +++++++ contrib/user-agents.pl | 8 ++++++++ scripts/Squid/ParseLog.pm | 7 +++++++ scripts/www/build-cfg-help.pl | 7 +++++++ 5 files changed, 31 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 01ba893a4d..841d35025f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -211,6 +211,8 @@ Thank you! Joe Ramey Joerg Lehrke Johnathan Conley + John@MCC.ac.uk + John@Pharmweb.NET John Dilley John M Cooper John Saunders 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; -- 2.47.2