From: Amos Jeffries Date: Mon, 25 Aug 2014 04:22:47 +0000 (-0700) Subject: Remove Robert Collins and UCLA from claimsOkayToMove X-Git-Tag: SQUID_3_5_0_1~98^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1dfd6d8e7d3fe3f6b81e046a41c1d36c2c0b9c3f;p=thirdparty%2Fsquid.git Remove Robert Collins and UCLA from claimsOkayToMove We are still awaiting on confirmed approval to move these. They can be added later and sources re-scanned when that arrives. --- diff --git a/scripts/boiler-mgr.pl b/scripts/boiler-mgr.pl index 1a3ad98b4a..346e6fddc7 100755 --- a/scripts/boiler-mgr.pl +++ b/scripts/boiler-mgr.pl @@ -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|| Francesco.Chemolli|| Amos.Jeffries||| @@ -79,9 +77,13 @@ my $reClaimsOkToMove = qr{ Henrik.Nordstrom|| MARA.Systems.AB| - - the.Regents.of.the.University.of }xi; +# XXX: We have not gotten permission for some of the entries yet: +# +# Robert.Collins|| +# +# the.Regents.of.the.University.of + # inspirations are not copyright claims but should be preserved my $reInspiration = qr/^[\s*]*(inspired by previous work.*?)$/mi;