diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-02-07 17:55:01 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-02-07 17:55:01 (GMT) |
commit | 42f1acfcd733c1a9b152aad71cdf30e5e481f345 (patch) | |
tree | bc94a4de629fbb580dce3fb726d7ab9a6dc211ea /fortran/src/HDF5mpio.f90 | |
parent | c2397f3038a58afde9c8c95ada1ffa835fa14c6f (diff) | |
download | hdf5-42f1acfcd733c1a9b152aad71cdf30e5e481f345.zip hdf5-42f1acfcd733c1a9b152aad71cdf30e5e481f345.tar.gz hdf5-42f1acfcd733c1a9b152aad71cdf30e5e481f345.tar.bz2 |
[svn-r13256] Updated fortran source code with new THG copyright.
Tested: kagiso.
Diffstat (limited to 'fortran/src/HDF5mpio.f90')
-rw-r--r-- | fortran/src/HDF5mpio.f90 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fortran/src/HDF5mpio.f90 b/fortran/src/HDF5mpio.f90 index c08796f..95c6273 100644 --- a/fortran/src/HDF5mpio.f90 +++ b/fortran/src/HDF5mpio.f90 @@ -1,4 +1,5 @@ ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * +! Copyright by The HDF Group. * ! Copyright by the Board of Trustees of the University of Illinois. * ! All rights reserved. * ! * @@ -8,8 +9,8 @@ ! 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. * +! http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have * +! access to either file, you may request a copy from help@hdfgroup.org. * ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! MODULE HDF5 |