]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove Robert Collins and UCLA from claimsOkayToMove
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 25 Aug 2014 04:22:47 +0000 (21:22 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 25 Aug 2014 04:22:47 +0000 (21:22 -0700)
We are still awaiting on confirmed approval to move these. They can be
added later and sources re-scanned when that arrives.

scripts/boiler-mgr.pl

index 1a3ad98b4a38b9f011eee31a59d1870f247b0cbc..346e6fddc7805acd0f9507b242b0885ae4856a8e 100755 (executable)
@@ -68,9 +68,7 @@ my $reClaimPrefix = qr{
 }xi;
 
 # We have persmission to move these frequent claims to CONTRIBUTORS.
-# XXX: We have not gotten permission for some of the entries yet.
 my $reClaimsOkToMove = qr{
-       Robert.Collins|<robertc\@squid-cache.org>|
        Francesco.Chemolli|<kinkie\@squid-cache.org>|
 
        Amos.Jeffries|<amosjeffries\@squid-cache.org>|<squid3\@treenet.co.nz>|
@@ -79,9 +77,13 @@ my $reClaimsOkToMove = qr{
 
        Henrik.Nordstrom|<henrik\@henriknordstrom.net>|
        MARA.Systems.AB|
-
-       the.Regents.of.the.University.of
 }xi;
+# XXX: We have not gotten permission for some of the entries yet:
+#
+#      Robert.Collins|<robertc\@squid-cache.org>|
+#
+#      the.Regents.of.the.University.of
+
 
 # inspirations are not copyright claims but should be preserved
 my $reInspiration = qr/^[\s*]*(inspired by previous work.*?)$/mi;