summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/h5dump.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-05-18 19:37:02 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-05-18 19:37:02 (GMT)
commit7648fb25ad05e9c523842b6afdcad8abd0ae4305 (patch)
tree03753be12155e164cc2b1a36618af53b08731bbf /tools/h5dump/h5dump.c
parent6cecb1352220daa248bed247ffd613c92c6c9f03 (diff)
parent7557384b9b60c2561a2eb5b08027f59737cb49c7 (diff)
downloadhdf5-7648fb25ad05e9c523842b6afdcad8abd0ae4305.zip
hdf5-7648fb25ad05e9c523842b6afdcad8abd0ae4305.tar.gz
hdf5-7648fb25ad05e9c523842b6afdcad8abd0ae4305.tar.bz2
Merge pull request #524 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '7557384b9b60c2561a2eb5b08027f59737cb49c7': Correct name of reference file to be copied HDFFV-10186 new testfile Correct statement order HDFFV-9055 add new test file Tools merge from develop-1.10
Diffstat (limited to 'tools/h5dump/h5dump.c')
-rw-r--r--tools/h5dump/h5dump.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c
index 9efb6db..ced5b36 100644
--- a/tools/h5dump/h5dump.c
+++ b/tools/h5dump/h5dump.c
@@ -5,12 +5,10 @@
* *
* 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://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
- * access to either file, you may request a copy from help@hdfgroup.org. *
+ * the COPYING file, which can be found at the root of the source code *
+ * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
+ * If you do not have access to either file, you may request a copy from *
+ * help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <stdio.h>
#include <stdlib.h>