From a809c57ab263613c79999653ad28fbe47fa4bfa3 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 21 Jul 2016 17:25:39 +1000 Subject: [PATCH] consolidate copyrights --- util/copyrights | 1 - util/update_copyrights | 7 ++----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/util/copyrights b/util/copyrights index c7b6e79f19..b50941b201 100644 --- a/util/copyrights +++ b/util/copyrights @@ -3279,7 +3279,6 @@ ./doc/markdown/howto.mkd MKD 2014,2016 ./doc/markdown/style.mkd MKD 2014,2016 ./doc/misc/Makefile.in MAKE 2001,2004,2007,2009,2012,2016 -./doc/misc/SIT TXT.BRIEF 2014,2016 ./doc/misc/dnssec TXT.BRIEF 2000,2001,2002,2004,2016 ./doc/misc/format-options.pl PERL 2001,2004,2007,2012,2016 ./doc/misc/ipv6 TXT.BRIEF 2000,2001,2004,2016 diff --git a/util/update_copyrights b/util/update_copyrights index 6e05c32ec2..398a24f5b4 100644 --- a/util/update_copyrights +++ b/util/update_copyrights @@ -83,11 +83,8 @@ sub copyright { } sub copyrights { - my $a = copyright("Internet Systems Consortium, Inc. (\"ISC\")", - grep({ $_ >= 2004} @_)); - my $b = copyright("Internet Software Consortium.", - grep({ $_ < 2004} @_)); - return "$a$b"; + my $a = copyright("Internet Systems Consortium, Inc. (\"ISC\")", @_); + return "$a"; } foreach $file (keys %file_types) {