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/H5Df.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/H5Df.c')
-rw-r--r-- | fortran/src/H5Df.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/fortran/src/H5Df.c b/fortran/src/H5Df.c index 3d4fb08..2c24315 100644 --- a/fortran/src/H5Df.c +++ b/fortran/src/H5Df.c @@ -1,16 +1,16 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * 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. * - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + * 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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* This files contains C stubs for H5D Fortran APIs */ |