From f6161d8b90541b52946ae845bc8e2bec2647d6cb Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 13 May 2005 01:03:21 +0000 Subject: [PATCH] copyright notice is now generated from the source --- util/update_copyrights | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/util/update_copyrights b/util/update_copyrights index f2e03d944e..a5c6cfe757 100644 --- a/util/update_copyrights +++ b/util/update_copyrights @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: update_copyrights,v 1.37 2005/05/12 08:08:44 marka Exp $ +# $Id: update_copyrights,v 1.38 2005/05/13 01:03:21 marka Exp $ require 5.002; @@ -111,6 +111,10 @@ foreach $file (keys %file_types) { } } + # copyright notice is now generated from the source. + if ($years_list eq "DOCBOOK") + next; + if ($years_list eq "DOCBOOK") { docbook($file); if (!defined $years_list) {