summaryrefslogtreecommitdiffstats
path: root/bin/make_err
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-12-04 14:35:26 (GMT)
committerGitHub <noreply@github.com>2020-12-04 14:35:26 (GMT)
commit20aa4bcccaaa29a6c49c793d044a88c812425440 (patch)
tree200e6f9819ccc5abdda87b62abf7850cd5ac8c10 /bin/make_err
parent87ed76d8992aa6939cbe99910058dbad0efed0d6 (diff)
downloadhdf5-20aa4bcccaaa29a6c49c793d044a88c812425440.zip
hdf5-20aa4bcccaaa29a6c49c793d044a88c812425440.tar.gz
hdf5-20aa4bcccaaa29a6c49c793d044a88c812425440.tar.bz2
Update HDF5 1.8 copyright headers with updated copyright URL (#148)
* Update URL for COPYING file in copyright headers. * Make fortran copyright headers uniformly spaced. * Update url for Copyright file in c++/src/footer.html.
Diffstat (limited to 'bin/make_err')
-rwxr-xr-xbin/make_err4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/make_err b/bin/make_err
index a6461d4..5964bb6 100755
--- a/bin/make_err
+++ b/bin/make_err
@@ -10,7 +10,7 @@ $indent=4;
# 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.
#
@@ -37,7 +37,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";