merge_copyrights revision 4c6bf2d14ee70f1966d4c18475f93211fbc928e1
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Copyright (C) 2004-2007, 2009-2015 Internet Systems Consortium, Inc. ("ISC")
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Copyright (C) 1998-2001, 2003 Internet Software Consortium.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Permission to use, copy, modify, and/or distribute this software for any
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# purpose with or without fee is hereby granted, provided that the above
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# copyright notice and this permission notice appear in all copies.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# PERFORMANCE OF THIS SOFTWARE.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncopen(COPYRIGHTS, "<util/copyrights") || die "can't open ./util/copyrights: $!";
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncmy ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = gmtime(time());
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync$sec = $min = $hour = $mday = $mon = $wday = $yday = $isdst = 0;
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncopen(FILES, "git ls-files | sed 's;^;./;' |") || die "git ls-files: $!";
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncopen(CHANGES, "sh util/recent_changes.sh |") || die "recent_changes.sh: $!";
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync # Strip any .in extension to find out the file's real type.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync # .in files are processed by configure to produce the target file.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync # Contributed code should maintain its own copyright.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync $base =~ s/\.[0-9]$//;
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync } elsif ($base =~ /\/(named|rndc|good|bad).{0,2}\.conf$/) {
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync } elsif ($base =~ /\/checkconf\/(good|bad)-.*\.conf$/) {
my $has_current = 0;
$has_current = 1;
my $tabs = 0;
$tabs = 1;
$tabs++;