diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-11-01 19:15:15 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-11-01 19:15:15 (GMT) |
commit | 42a87cc9a9ff3e1a8439790e3d421ab5753c6f83 (patch) | |
tree | d8be39aa2906e9dcc56c82e09889d25666583b29 /windows/src | |
parent | 8d74b8be52cb33ae07b07c34d0e780520424f05e (diff) | |
download | hdf5-42a87cc9a9ff3e1a8439790e3d421ab5753c6f83.zip hdf5-42a87cc9a9ff3e1a8439790e3d421ab5753c6f83.tar.gz hdf5-42a87cc9a9ff3e1a8439790e3d421ab5753c6f83.tar.bz2 |
[svn-r11666] Purpose:
Add in copyright notice
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows/src')
-rwxr-xr-x | windows/src/H5pubconf.h | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index 546d6b4..2278ed9 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -1,3 +1,17 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * 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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + /* H5pubconf.h is adapted from UNIX platform and manually maintained on the windows platform. */ #define H5_SIZEOF___INT64 8 @@ -140,4 +154,4 @@ in the file file_io.win32.c and including it on the projects #define H5_WANT_DCONV_EXCEPTION 1 /* uncomment the following line if we want parallel HDF5 support */ -/* #define H5_HAVE_PARALLEL */
\ No newline at end of file +/* #define H5_HAVE_PARALLEL */ |