diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-08-11 19:37:59 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-08-11 19:37:59 (GMT) |
commit | 641f9f2fea80a3484c7a3a8376114a929b75033c (patch) | |
tree | 052e415a638162f1e1dbefc63be2e77d543715e8 /fortran/src/H5Sf.c | |
parent | ecc84e19dfc90ee48bf168a299f04c5eda2d12c7 (diff) | |
download | hdf5-641f9f2fea80a3484c7a3a8376114a929b75033c.zip hdf5-641f9f2fea80a3484c7a3a8376114a929b75033c.tar.gz hdf5-641f9f2fea80a3484c7a3a8376114a929b75033c.tar.bz2 |
[svn-r7341] Purpose:
Updated, cleanup or added Copyright notice.
Platforms tested:
"h5committested"
Misc. update:
Diffstat (limited to 'fortran/src/H5Sf.c')
-rw-r--r-- | fortran/src/H5Sf.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fortran/src/H5Sf.c b/fortran/src/H5Sf.c index c9cc66b..d44bddd 100644 --- a/fortran/src/H5Sf.c +++ b/fortran/src/H5Sf.c @@ -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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + #include "H5f90.h" /*---------------------------------------------------------------------------- |