summaryrefslogtreecommitdiffstats
path: root/bin/make_vers
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2021-02-12 21:30:18 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2021-02-20 14:08:39 (GMT)
commit8d4a9d589b816276f729ef2091cb7efb7e31f034 (patch)
treec97fc5e0872a17e670453d5860d7c4328a668bd4 /bin/make_vers
parent2b1bcafef52783ac7b87acf7e9a456d98d61b71b (diff)
downloadhdf5-8d4a9d589b816276f729ef2091cb7efb7e31f034.zip
hdf5-8d4a9d589b816276f729ef2091cb7efb7e31f034.tar.gz
hdf5-8d4a9d589b816276f729ef2091cb7efb7e31f034.tar.bz2
Update URL in source file Copyright headers for web copy of COPYING
file - files not in src or test.
Diffstat (limited to 'bin/make_vers')
-rwxr-xr-xbin/make_vers4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/make_vers b/bin/make_vers
index 28cbcf8..74a4947 100755
--- a/bin/make_vers
+++ b/bin/make_vers
@@ -25,7 +25,7 @@ $indent = 2;
# 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.
#
@@ -52,7 +52,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";