diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2004-02-10 15:42:55 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2004-02-10 15:42:55 (GMT) |
commit | 4408830c771cd4c95da884b8b9aba10dac196c2d (patch) | |
tree | d75681f293c7e1f93fdf3c3f9a4eed2262f770f6 /examples/h5_mount.c | |
parent | 808e48bedeb033c6663bde5057420c6546158aad (diff) | |
download | hdf5-4408830c771cd4c95da884b8b9aba10dac196c2d.zip hdf5-4408830c771cd4c95da884b8b9aba10dac196c2d.tar.gz hdf5-4408830c771cd4c95da884b8b9aba10dac196c2d.tar.bz2 |
[svn-r8171] Purpose: Maintenance
Description: Copyright notice was missing from the examples files
Solution: Added copyright notice
Platforms tested: eirene
Misc. update:
Diffstat (limited to 'examples/h5_mount.c')
-rw-r--r-- | examples/h5_mount.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/h5_mount.c b/examples/h5_mount.c index 352d02e..0811a09 100644 --- a/examples/h5_mount.c +++ b/examples/h5_mount.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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + /* * This program shows the concept of "mounting files". * Program creates one file with group G in it, and another |