diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-04-24 20:06:48 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-04-24 20:06:48 (GMT) |
commit | 0408aec911ad636a7db2f7e046545e1166d55fab (patch) | |
tree | 6af5bec602483b9c438f9e60db085f8831e5f8e4 /src | |
parent | 594ac7478de6110a6234aea74c8e615d9463ec6d (diff) | |
download | hdf5-0408aec911ad636a7db2f7e046545e1166d55fab.zip hdf5-0408aec911ad636a7db2f7e046545e1166d55fab.tar.gz hdf5-0408aec911ad636a7db2f7e046545e1166d55fab.tar.bz2 |
[svn-r13700] Updated the copyright generated by the program to the THG notice.
Tested:
kagiso (no committed test since it is trivial.)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5detect.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5detect.c b/src/H5detect.c index 471b8d4..07c5b12 100644 --- a/src/H5detect.c +++ b/src/H5detect.c @@ -16,6 +16,7 @@ /*keep this declaration near the top of this file -RPM*/ static const char *FileHeader = "\n\ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\n\ + * Copyright by The HDF Group. *\n\ * Copyright by the Board of Trustees of the University of Illinois. *\n\ * All rights reserved. *\n\ * *\n\ @@ -25,8 +26,8 @@ static const char *FileHeader = "\n\ * of the source code distribution tree; Copyright.html can be found at the *\n\ * root level of an installed copy of the electronic HDF5 document set and *\n\ * is linked from the top-level documents page. It can also be found at *\n\ - * http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have *\n\ - * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. *\n\ + * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *\n\ + * access to either file, you may request a copy from help@hdfgroup.org. *\n\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *"; /* * |