diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2021-03-25 01:29:11 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2021-03-25 01:29:11 (GMT) |
commit | 67cfa2396ce633d01138069f6c0081bbadb1e4a3 (patch) | |
tree | d898b2e41f902821fd51fa2502f2434bd30c4b36 /bin/make_overflow | |
parent | feb20aac304b39e18c70f88cae2f7cf7d5c82db2 (diff) | |
download | hdf5-67cfa2396ce633d01138069f6c0081bbadb1e4a3.zip hdf5-67cfa2396ce633d01138069f6c0081bbadb1e4a3.tar.gz hdf5-67cfa2396ce633d01138069f6c0081bbadb1e4a3.tar.bz2 |
Updates license url and history docs
Diffstat (limited to 'bin/make_overflow')
-rwxr-xr-x | bin/make_overflow | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/make_overflow b/bin/make_overflow index cee0126..d1d16ee 100755 --- a/bin/make_overflow +++ b/bin/make_overflow @@ -16,7 +16,7 @@ my @ctypes = ( () ); # 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. # @@ -67,7 +67,7 @@ sub print_copyright ($) { print $fh " * This file is part of HDF5. The full HDF5 copyright notice, including *\n"; print $fh " * terms governing use, modification, and redistribution, is contained in *\n"; print $fh " * the COPYING file, which can be found at the root of the source code *\n"; - print $fh " * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *\n"; + print $fh " * distribution tree, or in https://www.hdfgroup.org/licenses. *\n"; print $fh " * If you do not have access to either file, you may request a copy from *\n"; print $fh " * help\@hdfgroup.org. *\n"; print $fh " * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */\n"; |