Files
bind9/util/merge_copyrights
1998-12-12 20:46:28 +00:00

10 lines
275 B
Perl

#!/usr/local/bin/perl -w
if (@ARGV == 0) {
die "usage: merge_copyrights <copyrights_database>";
}
# Build a list of files, and then merge it into the copyrights database.
# Notice if a file goes away. If the file isn't in the database, add it
# with the current year.