mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:50:01 -04:00
Add comment to mkreslib and copyright entry
This commit is contained in:
parent
b9672b61d8
commit
be4ff72289
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/.??* .");
|
||||
|
|
|
|||
Loading…
Reference in a new issue