From be4ff7228974557e2a4e4925011c2f6eea177eb1 Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Tue, 20 Jun 2000 19:03:01 +0000 Subject: [PATCH] Add comment to mkreslib and copyright entry --- util/copyrights | 1 + util/mkreslib.pl | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/util/copyrights b/util/copyrights index ac90cedfee..7a7614ed25 100644 --- a/util/copyrights +++ b/util/copyrights @@ -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 diff --git a/util/mkreslib.pl b/util/mkreslib.pl index d4b771f031..c518bd57da 100644 --- a/util/mkreslib.pl +++ b/util/mkreslib.pl @@ -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/.??* .");