merge_copyrights revision b897c52f865b2fc4e220e2110b874e59c716456b
#!/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.