]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Boilerplate: update authorship claims
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 26 Aug 2014 01:58:27 +0000 (18:58 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 26 Aug 2014 01:58:27 +0000 (18:58 -0700)
* Robert Collins actually gave permission to update a long time back.

* Duane Wessels permission to update now granted.

* UCSD authorship claims being left in place with CREDITS entry.

compat/assert.h
compat/xstrerror.cc
include/rfc1035.h
include/rfc2617.h
scripts/boiler-mgr.pl

index a2979fba2f7fcf0764ba0d671e83bfcff4739a0e..c1a49357be62f91a1a14bcc9c6a7716d77c1e43d 100644 (file)
@@ -6,10 +6,6 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-/*
- * AUTHOR: Duane Wessels
- */
-
 #ifndef SQUID_ASSERT_H
 #define SQUID_ASSERT_H
 
index 520fdd4a459ff42ef80a60ee05e383018d7d6ca2..74cebb3f569570dc3a45f59f55e36ab3d6b2d70c 100644 (file)
@@ -6,10 +6,6 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-/*
- * AUTHOR: Duane Wessels
- */
-
 #include "squid.h"
 #include "compat/xstrerror.h"
 
index 19b5f85240e347ea720ca126fee1f75b50bd13db..c4ed6dded39daa3d425ff7e4e4734ee30f844c96 100644 (file)
@@ -6,10 +6,6 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-/*
- * AUTHOR: Duane Wessels
- */
-
 #ifndef SQUID_RFC1035_H
 #define SQUID_RFC1035_H
 
index b3c830f43f92e90043c4b4cb81f04cfd86dd3d24..a1d8ca89fa12c9087166a08e99b447504d8222f7 100644 (file)
  * to prevent squid knowing the users password (idea suggested in RFC 2617).
  */
 
-/*
- * AUTHOR: RFC 2617 & Robert Collins
- */
-
 #ifndef SQUID_RFC2617_H
 #define SQUID_RFC2617_H
 
index 7fa1aac446d5ef4be23eb74fe873fccca6237a11..29490ff6f8d789bd0e3d87c10d2ac9fba081050b 100755 (executable)
@@ -69,6 +69,10 @@ my $reClaimPrefix = qr{
 
 # We have persmission to move these frequent claims to CONTRIBUTORS.
 my $reClaimsOkToMove = qr{
+       Robert.Collins|<robertc\@squid-cache.org>|
+
+       Duane.Wessels|
+
        Francesco.Chemolli|<kinkie\@squid-cache.org>|<kinkie\@kame.usr.dsi.unimi.it>|
 
        Amos.Jeffries|<amosjeffries\@squid-cache.org>|<squid3\@treenet.co.nz>|
@@ -78,16 +82,6 @@ my $reClaimsOkToMove = qr{
        Henrik.Nordstrom|<henrik\@henriknordstrom.net>|
        MARA.Systems.AB|
 }xi;
-# XXX: We have not gotten permission for some of the entries yet:
-#
-#      Robert.Collins|<robertc\@squid-cache.org>|
-#
-#      Guido Serassio|<serassio\@squid-cache.org>|
-#
-#      Duane Wessels|
-#
-#      the.Regents.of.the.University.of
-
 
 # inspirations are not copyright claims but should be preserved
 my $reInspiration = qr/^[\s*]*(inspired by previous work.*?)$/mi;