Add comment to mkreslib and copyright entry

This commit is contained in:
Michael Sawyer 2000-06-20 19:03:01 +00:00
parent b9672b61d8
commit be4ff72289
2 changed files with 5 additions and 1 deletions

View file

@ -884,4 +884,5 @@
./util/merge_copyrights PERL 1998,1999,2000
./util/nt-kit SH 1999,2000
./util/update_copyrights PERL 1998,1999,2000
./util/mkreslib.pl PERL 2000
./version X 1999,2000

View file

@ -1,6 +1,6 @@
#!/usr/bin/perl
#
# Copyright (C) 1999, 2000 Internet Software Consortium.
# Copyright (C) 2000 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@ -15,6 +15,9 @@
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
# Run this script from the top of the bind directory to make a res-lib
# distribution
# Don't bother keeping contrib or doc around in the new tarball
system ("rm -rf Makefile contrib doc");
system ("mv src/* src/.??* .");