From d45c7c031f7cac8b918b2f049f8bd5f50a7cc976 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 7 Feb 2007 17:48:41 -0500 Subject: [svn-r13266] Updated it to generate the THG copyright notice. Tested: in kagiso via bin/reconfigure and then svn diff to see the effect. --- bin/make_err | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/make_err b/bin/make_err index ede568a..792af48 100755 --- a/bin/make_err +++ b/bin/make_err @@ -31,6 +31,7 @@ sub print_copyright ($) { my $fh = shift; print $fh "/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\n"; + print $fh " * Copyright by The HDF Group. *\n"; print $fh " * Copyright by the Board of Trustees of the University of Illinois. *\n"; print $fh " * All rights reserved. *\n"; print $fh " * *\n"; @@ -40,8 +41,8 @@ sub print_copyright ($) { print $fh " * of the source code distribution tree; Copyright.html can be found at the *\n"; print $fh " * root level of an installed copy of the electronic HDF5 document set and *\n"; print $fh " * is linked from the top-level documents page. It can also be found at *\n"; - print $fh " * http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have *\n"; - print $fh " * access to either file, you may request a copy from hdfhelp\@ncsa.uiuc.edu. *\n"; + print $fh " * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *\n"; + print $fh " * access to either file, you may request a copy from help\@hdfgroup.org. *\n"; print $fh " * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */\n"; } -- cgit v0.12