diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2021-03-01 16:35:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 16:35:31 (GMT) |
commit | 0546f1ca7fb0da1539e519f562429b0b7d4c324a (patch) | |
tree | 951e059a3189bec1174b471d9f55f65b00cdc5eb /src/H5Goh.c | |
parent | 7e8f270205a617fc0043fd2a45a1aece713e9e7d (diff) | |
download | hdf5-0546f1ca7fb0da1539e519f562429b0b7d4c324a.zip hdf5-0546f1ca7fb0da1539e519f562429b0b7d4c324a.tar.gz hdf5-0546f1ca7fb0da1539e519f562429b0b7d4c324a.tar.bz2 |
Hdf5 1 10 Update license url (#403)
* close #195. (#196)
* Update HDF5PluginMacros.cmake
* Update HDF5PluginMacros.cmake
* Modify temporary rpath for testing in java example scripts. (#230)
* Fix undefined left shifting of negative numbers (#338)
Undefined Bahavior Sanitizer errored here about left shifting negative numbers.
* Update license url (#332)
* Modify temporary rpath for testing in java example scripts.
* Update URL in source file Copyright headers for web copy of COPYING
file - src and test directories.
Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org>
Co-authored-by: Sean McBride <sean@rogue-research.com>
Diffstat (limited to 'src/H5Goh.c')
-rw-r--r-- | src/H5Goh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Goh.c b/src/H5Goh.c index 5426355..f34f70e 100644 --- a/src/H5Goh.c +++ b/src/H5Goh.c @@ -6,7 +6,7 @@ * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * * 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. * + * distribution tree, or in https://www.hdfgroup.org/licenses. * * If you do not have access to either file, you may request a copy from * * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ |