diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2004-02-10 15:08:54 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2004-02-10 15:08:54 (GMT) |
commit | dfb626f53ea9dec6c8d252516f4a2f3d1af135bd (patch) | |
tree | 2639d03b2224af939f87b46cd77360b3330b8a52 /examples/h5_group.c | |
parent | 56f977148a0e86074ddca090e7192b717bb7f656 (diff) | |
download | hdf5-dfb626f53ea9dec6c8d252516f4a2f3d1af135bd.zip hdf5-dfb626f53ea9dec6c8d252516f4a2f3d1af135bd.tar.gz hdf5-dfb626f53ea9dec6c8d252516f4a2f3d1af135bd.tar.bz2 |
[svn-r8170] Purpose: Maintenance
Description: C examples didn't have copyright notice.
Solution: Added copyright notice.
Platforms tested: verbena
Misc. update:
Diffstat (limited to 'examples/h5_group.c')
-rw-r--r-- | examples/h5_group.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/h5_group.c b/examples/h5_group.c index 2900a7b..f82978d 100644 --- a/examples/h5_group.c +++ b/examples/h5_group.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 creates a group in the file and two datasets in the group. * Hard link to the group object is created and one of the datasets is accessed |