diff options
| author | Larry Knox <lrknox@hdfgroup.org> | 2017-04-17 19:32:16 (GMT) |
|---|---|---|
| committer | Larry Knox <lrknox@hdfgroup.org> | 2017-04-17 19:32:16 (GMT) |
| commit | f696926be1b1022ae7d954f55d4b9aced07ed1eb (patch) | |
| tree | 09e6e7843f9d671161ef0f7b076e0ab510fa2753 /java/test/TestH5.java | |
| parent | b77e601996ea89c8a25f0ce12e3a6a0058fac63e (diff) | |
| parent | 54957d37f5aa73912763dbb6e308555e863c43f4 (diff) | |
| download | hdf5-f696926be1b1022ae7d954f55d4b9aced07ed1eb.zip hdf5-f696926be1b1022ae7d954f55d4b9aced07ed1eb.tar.gz hdf5-f696926be1b1022ae7d954f55d4b9aced07ed1eb.tar.bz2 | |
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit '54957d37f5aa73912763dbb6e308555e863c43f4':
Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes.
Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh.
Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1
Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
Diffstat (limited to 'java/test/TestH5.java')
| -rw-r--r-- | java/test/TestH5.java | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/java/test/TestH5.java b/java/test/TestH5.java index b5864e8..9c3d8dc 100644 --- a/java/test/TestH5.java +++ b/java/test/TestH5.java @@ -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. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ package test; |
