diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-02-07 22:48:41 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-02-07 22:48:41 (GMT) |
commit | d45c7c031f7cac8b918b2f049f8bd5f50a7cc976 (patch) | |
tree | a19b9eeb17a8ba846391818ff351680aaeea95bf | |
parent | 9a4eefa78fd6c6593a618dde3ebe0d4fc3fca041 (diff) | |
download | hdf5-d45c7c031f7cac8b918b2f049f8bd5f50a7cc976.zip hdf5-d45c7c031f7cac8b918b2f049f8bd5f50a7cc976.tar.gz hdf5-d45c7c031f7cac8b918b2f049f8bd5f50a7cc976.tar.bz2 |
[svn-r13266] Updated it to generate the THG copyright notice.
Tested: in kagiso via bin/reconfigure and then svn diff to see
the effect.
-rwxr-xr-x | bin/make_err | 5 |
1 files 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"; } |