summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-10-15 04:12:42 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-10-15 04:12:42 (GMT)
commit3658b8bbd7411c290bb111d76b2f80819da8a369 (patch)
tree99774d197181d9fcda30757f3938364404291818 /tools/h5dump/Makefile.in
parent3ae4d7e8b67b0e3b901d03696ff58c6c12057d6b (diff)
downloadhdf5-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/Makefile.in')
-rw-r--r--tools/h5dump/Makefile.in12
1 files changed, 10 insertions, 2 deletions
diff --git a/tools/h5dump/Makefile.in b/tools/h5dump/Makefile.in
index 6de1b7c..3484127 100644
--- a/tools/h5dump/Makefile.in
+++ b/tools/h5dump/Makefile.in
@@ -1,8 +1,16 @@
## HDF5 Library Makefile(.in)
##
-## Copyright (C) 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.
##
top_srcdir=@top_srcdir@
top_builddir=../..