mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 06:10:02 -04:00
consolidate copyrights
This commit is contained in:
parent
704e6c8876
commit
a809c57ab2
2 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue