diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2021-02-17 14:52:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 14:52:04 (GMT) |
commit | 4819f89d3f7a85319d6218e9fcc5bd528801c05e (patch) | |
tree | 8508fe7dfc064deabc57befb41fdd00fbc86004d /src/H5detect.c | |
parent | afdb7903c644ef8eab44a66248b85ce9bed60db8 (diff) | |
download | hdf5-4819f89d3f7a85319d6218e9fcc5bd528801c05e.zip hdf5-4819f89d3f7a85319d6218e9fcc5bd528801c05e.tar.gz hdf5-4819f89d3f7a85319d6218e9fcc5bd528801c05e.tar.bz2 |
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.
Diffstat (limited to 'src/H5detect.c')
-rw-r--r-- | src/H5detect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5detect.c b/src/H5detect.c index 11a01ee..84b34e6 100644 --- a/src/H5detect.c +++ b/src/H5detect.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. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ @@ -21,7 +21,7 @@ static const char *FileHeader = "\n\ * This file is part of HDF5. The full HDF5 copyright notice, including *\n\ * terms governing use, modification, and redistribution, is contained in *\n\ * the COPYING file, which can be found at the root of the source code *\n\ - * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *\n\ + * distribution tree, or in https://www.hdfgroup.org/licenses. *\n\ * If you do not have access to either file, you may request a copy from *\n\ * help@hdfgroup.org. *\n\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *"; |