------------------------------------------------------------ revno: 14104 revision-id: squid3@treenet.co.nz-20161030093816-7vwnk5zrrql2p5ks parent: squid3@treenet.co.nz-20161029232628-1y2u918re62uqs3v committer: Amos Jeffries branch nick: 3.5 timestamp: Sun 2016-10-30 22:38:16 +1300 message: Copyright: add some missing blurbs and contributor details ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20161030093816-7vwnk5zrrql2p5ks # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: 8d44709a8f9c34926ce569e58aef82603a3d514b # timestamp: 2016-10-30 09:40:44 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squid3@treenet.co.nz-20161029232628-\ # 1y2u918re62uqs3v # # Begin patch === modified file 'CONTRIBUTORS' --- CONTRIBUTORS 2016-01-06 14:27:36 +0000 +++ CONTRIBUTORS 2016-10-30 09:38:16 +0000 @@ -211,6 +211,8 @@ Joe Ramey Joerg Lehrke Johnathan Conley + John@MCC.ac.uk + John@Pharmweb.NET John Dilley John M Cooper John Saunders === modified file 'contrib/url-normalizer.pl' --- contrib/url-normalizer.pl 1996-12-07 00:54:31 +0000 +++ contrib/url-normalizer.pl 2016-10-30 09:38:16 +0000 @@ -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 # === modified file 'contrib/user-agents.pl' --- contrib/user-agents.pl 1996-12-07 00:28:56 +0000 +++ contrib/user-agents.pl 2016-10-30 09:38:16 +0000 @@ -1,5 +1,13 @@ #!/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 === modified file 'scripts/Squid/ParseLog.pm' --- scripts/Squid/ParseLog.pm 2009-07-12 03:31:37 +0000 +++ scripts/Squid/ParseLog.pm 2016-10-30 09:38:16 +0000 @@ -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 === modified file 'scripts/www/build-cfg-help.pl' --- scripts/www/build-cfg-help.pl 2012-10-04 11:10:17 +0000 +++ scripts/www/build-cfg-help.pl 2016-10-30 09:38:16 +0000 @@ -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;