diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-11-01 19:09:05 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-11-01 19:09:05 (GMT) |
commit | 54662429c302fbb06994439317bd170efd757ef1 (patch) | |
tree | 2eef2b5b3d53e6a443663b6f99306cb0d1f465d6 /windows/src | |
parent | 74e97fa905593f876b90f1a7f7ce128ee6e415d8 (diff) | |
download | hdf5-54662429c302fbb06994439317bd170efd757ef1.zip hdf5-54662429c302fbb06994439317bd170efd757ef1.tar.gz hdf5-54662429c302fbb06994439317bd170efd757ef1.tar.bz2 |
[svn-r11663] Purpose:
Add copyright notice
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows/src')
-rwxr-xr-x | windows/src/H5Tinit.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/windows/src/H5Tinit.c b/windows/src/H5Tinit.c index e6eb895..51790f0 100755 --- a/windows/src/H5Tinit.c +++ b/windows/src/H5Tinit.c @@ -1,3 +1,18 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * 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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + + /* Generated automatically by H5detect -- do not edit */ |