diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-04-15 22:28:05 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-04-15 22:28:05 (GMT) |
commit | daf98a37cd427eede79e3823cb4b70648efd07a3 (patch) | |
tree | 880e8a89f282e2f99d5ce3475b73b74facc4178c /fortran/examples/grpsexample.f90 | |
parent | 967dfbe01c58337f3df04245f6d6f7a095f5a969 (diff) | |
download | hdf5-daf98a37cd427eede79e3823cb4b70648efd07a3.zip hdf5-daf98a37cd427eede79e3823cb4b70648efd07a3.tar.gz hdf5-daf98a37cd427eede79e3823cb4b70648efd07a3.tar.bz2 |
[svn-r6683]
Purpose: Added copyright statement
Description: Fortran examples files did not have copyright statement.
Solution: Added copyright statement
Platforms tested: CRAY T90IEEE, arabica, modi4 with parallel, Windows 2000
Misc. update:
Diffstat (limited to 'fortran/examples/grpsexample.f90')
-rw-r--r-- | fortran/examples/grpsexample.f90 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fortran/examples/grpsexample.f90 b/fortran/examples/grpsexample.f90 index 4b53bf0..ba45761 100644 --- a/fortran/examples/grpsexample.f90 +++ b/fortran/examples/grpsexample.f90 @@ -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. * +! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * +! ! ! The following example code shows how to create groups ! using absolute and relative names. It creates three groups: |