diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-10-15 04:12:42 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-10-15 04:12:42 (GMT) |
commit | 3658b8bbd7411c290bb111d76b2f80819da8a369 (patch) | |
tree | 99774d197181d9fcda30757f3938364404291818 /tools/h5dump/h5dump.h | |
parent | 3ae4d7e8b67b0e3b901d03696ff58c6c12057d6b (diff) | |
download | hdf5-3658b8bbd7411c290bb111d76b2f80819da8a369.zip hdf5-3658b8bbd7411c290bb111d76b2f80819da8a369.tar.gz hdf5-3658b8bbd7411c290bb111d76b2f80819da8a369.tar.bz2 |
[svn-r5998] Purpose:
updated copyright note.
Copied the UNUSED correction from v1.4.
Added an example to the usage of -- option.
Description:
[describe the bug, or describe the new feature, etc]
Solution:
[details about the changes, algorithm, etc...]
[Please as detail as you can since your own explanation is
better than others guessing it from the code.]
Platforms tested:
arabica (fortran), modi4 (pp, fortran),eirene (fortran, CC).
Diffstat (limited to 'tools/h5dump/h5dump.h')
-rw-r--r-- | tools/h5dump/h5dump.h | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/tools/h5dump/h5dump.h b/tools/h5dump/h5dump.h index 70c4178..77cd247 100644 --- a/tools/h5dump/h5dump.h +++ b/tools/h5dump/h5dump.h @@ -1,8 +1,16 @@ -/* - * Copyright (C) 1998-2001 National Center for Supercomputing Applications - * All rights reserved. - * - */ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * 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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #ifndef H5DUMP_H__ #define H5DUMP_H__ |