[svn-r13266] Updated it to generate the THG copyright notice.

Tested: in kagiso via bin/reconfigure and then svn diff to see
the effect.
This commit is contained in:
Albert Cheng 2007-02-07 17:48:41 -05:00
parent 9a4eefa78f
commit d45c7c031f

View File

@ -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";
}