summaryrefslogtreecommitdiffstats
path: root/src/H5detect.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-04-24 20:06:48 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-04-24 20:06:48 (GMT)
commit0408aec911ad636a7db2f7e046545e1166d55fab (patch)
tree6af5bec602483b9c438f9e60db085f8831e5f8e4 /src/H5detect.c
parent594ac7478de6110a6234aea74c8e615d9463ec6d (diff)
downloadhdf5-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/H5detect.c')
-rw-r--r--src/H5detect.c5
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\
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *";
/*
*