merge_copyrights revision 93ca8abdf86dfe69d40c0bc5389151e0672780af
273e421813f295d65aab512f508e8fb575d997d4gouldtj# Copyright (C) 1998-2001, 2003-2007, 2009-2018 Internet Systems Consortium, Inc. ("ISC")
273e421813f295d65aab512f508e8fb575d997d4gouldtj# This Source Code Form is subject to the terms of the Mozilla Public
273e421813f295d65aab512f508e8fb575d997d4gouldtj# License, v. 2.0. If a copy of the MPL was not distributed with this
273e421813f295d65aab512f508e8fb575d997d4gouldtj# file, You can obtain one at http://mozilla.org/MPL/2.0/.
273e421813f295d65aab512f508e8fb575d997d4gouldtjopen(COPYRIGHTS, "<util/copyrights") || die "can't open ./util/copyrights: $!";
273e421813f295d65aab512f508e8fb575d997d4gouldtjmy ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = gmtime(time());
273e421813f295d65aab512f508e8fb575d997d4gouldtj$sec = $min = $hour = $mday = $mon = $wday = $yday = $isdst = 0;
273e421813f295d65aab512f508e8fb575d997d4gouldtjopen(FILES, "git ls-files | sed 's;^;./;' |") || die "git ls-files: $!";
273e421813f295d65aab512f508e8fb575d997d4gouldtjopen(CHANGES, "sh util/recent_changes.sh |") || die "recent_changes.sh: $!";
my $base;
$base =~ s/\.[0-9]$//;
my $has_current = 0;
$has_current = 1;
my $tabs = 0;
$tabs = 1;
$tabs++;