diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-08-13 14:32:26 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-08-13 14:32:26 (GMT) |
commit | 0727a47886433d74ac135b3e1bf56a496ee6deb6 (patch) | |
tree | 5906c9a74d0ce27f5deb45e1023e7f6dc59bf99f /src | |
parent | e9cbf18ffb323d66dcd54d1bcce966ad28c4c18e (diff) | |
download | hdf5-0727a47886433d74ac135b3e1bf56a496ee6deb6.zip hdf5-0727a47886433d74ac135b3e1bf56a496ee6deb6.tar.gz hdf5-0727a47886433d74ac135b3e1bf56a496ee6deb6.tar.bz2 |
[svn-r7357] Purpose:
added formal copyright notice.
Description:
Solution:
Platforms tested:
h5committested
Misc. update:
Diffstat (limited to 'src')
-rw-r--r-- | src/H5detect.c | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/H5detect.c b/src/H5detect.c index a7be265..90f30ba 100644 --- a/src/H5detect.c +++ b/src/H5detect.c @@ -1,4 +1,18 @@ -/*keep this here -RPM*/ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Copyright by the Board of Trustees of the University of Illinois. * + * All rights reserved. * + * * + * This file is part of HDF5. The full HDF5 copyright notice, including * + * terms governing use, modification, and redistribution, is contained in * + * the files COPYING and Copyright.html. COPYING can be found at the root * + * of the source code distribution tree; Copyright.html can be found at the * + * root level of an installed copy of the electronic HDF5 document set and * + * is linked from the top-level documents page. It can also be found at * + * http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have * + * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + +/*keep this declaration near the top of this file -RPM*/ static const char *FileHeader = "\n\ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\n\ * Copyright by the Board of Trustees of the University of Illinois. *\n\ |