bind9/util/merge_copyrights
1999-01-04 19:38:06 +00:00

10 lines
346 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. Notice if the year a file was last modified
# is not in the database.