From 175a3b6a3fc844e74ddee85bee62cd97015a8cb8 Mon Sep 17 00:00:00 2001 From: Binh-Minh Date: Thu, 21 Mar 2024 18:53:07 -0400 Subject: [PATCH] Fix URLs Also removed Copyright.html context because it's no longer valid. --- HDF5Examples/C/H5D/Makefile.am | 10 ++++------ HDF5Examples/C/H5D/test.sh.in | 10 ++++------ HDF5Examples/C/H5G/Makefile.am | 10 ++++------ HDF5Examples/C/H5G/test.sh.in | 10 ++++------ HDF5Examples/C/H5T/Makefile.am | 10 ++++------ HDF5Examples/C/H5T/test.sh.in | 10 ++++------ HDF5Examples/C/H5VDS/Makefile.am | 10 ++++------ HDF5Examples/C/H5VDS/test.sh.in | 10 ++++------ HDF5Examples/C/Makefile.am | 10 ++++------ HDF5Examples/FORTRAN/H5D/Makefile.am | 10 ++++------ HDF5Examples/FORTRAN/H5D/test.sh.in | 10 ++++------ HDF5Examples/FORTRAN/H5G/Makefile.am | 10 ++++------ HDF5Examples/FORTRAN/H5G/test.sh.in | 10 ++++------ HDF5Examples/FORTRAN/H5T/Makefile.am | 10 ++++------ HDF5Examples/FORTRAN/H5T/test.sh.in | 10 ++++------ HDF5Examples/FORTRAN/Makefile.am | 10 ++++------ HDF5Examples/JAVA/H5J/110/HDF5FileStructure.java | 10 ++++------ HDF5Examples/JAVA/H5J/HDF5FileStructure.java | 10 ++++------ HDF5Examples/JAVA/H5J/HDF5SubsetSelect.java | 10 ++++------ HDF5Examples/JAVA/H5J/Makefile.am | 10 ++++------ HDF5Examples/JAVA/H5J/runExample.sh.in | 10 ++++------ HDF5Examples/Makefile.am | 12 +++++------- HDF5Examples/configure.ac | 10 ++++------ doc/parallel-compression.md | 4 ++-- java/src/jni/exceptionImp.c | 2 +- java/src/jni/h5Constants.c | 2 +- java/src/jni/h5Imp.c | 2 +- java/src/jni/h5aImp.c | 2 +- java/src/jni/h5dImp.c | 2 +- java/src/jni/h5eImp.c | 8 +------- java/src/jni/h5fImp.c | 2 +- java/src/jni/h5gImp.c | 2 +- java/src/jni/h5iImp.c | 2 +- java/src/jni/h5jni.h | 2 +- java/src/jni/h5lImp.c | 2 +- java/src/jni/h5oImp.c | 2 +- java/src/jni/h5pACPLImp.c | 2 +- java/src/jni/h5pDAPLImp.c | 2 +- java/src/jni/h5pDCPLImp.c | 2 +- java/src/jni/h5pDXPLImp.c | 2 +- java/src/jni/h5pFAPLImp.c | 2 +- java/src/jni/h5pFCPLImp.c | 2 +- java/src/jni/h5pGAPLImp.c | 2 +- java/src/jni/h5pGCPLImp.c | 2 +- java/src/jni/h5pImp.c | 2 +- java/src/jni/h5pLAPLImp.c | 2 +- java/src/jni/h5pLCPLImp.c | 2 +- java/src/jni/h5pOCPLImp.c | 2 +- java/src/jni/h5pOCpyPLImp.c | 2 +- java/src/jni/h5pStrCPLImp.c | 2 +- java/src/jni/h5plImp.c | 2 +- java/src/jni/h5rImp.c | 2 +- java/src/jni/h5sImp.c | 2 +- java/src/jni/h5tImp.c | 2 +- java/src/jni/h5util.c | 2 +- java/src/jni/h5util.h | 2 +- java/src/jni/h5vlImp.c | 2 +- java/src/jni/h5zImp.c | 2 +- java/src/jni/nativeData.c | 2 +- 59 files changed, 130 insertions(+), 182 deletions(-) diff --git a/HDF5Examples/C/H5D/Makefile.am b/HDF5Examples/C/H5D/Makefile.am index 06cdf66d173..dfccb4b72f9 100644 --- a/HDF5Examples/C/H5D/Makefile.am +++ b/HDF5Examples/C/H5D/Makefile.am @@ -5,12 +5,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. ## ## Makefile.am ## Run automake to generate a Makefile.in from this file. diff --git a/HDF5Examples/C/H5D/test.sh.in b/HDF5Examples/C/H5D/test.sh.in index f6e84273367..ece230353e1 100755 --- a/HDF5Examples/C/H5D/test.sh.in +++ b/HDF5Examples/C/H5D/test.sh.in @@ -6,12 +6,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. srcdir=@srcdir@ diff --git a/HDF5Examples/C/H5G/Makefile.am b/HDF5Examples/C/H5G/Makefile.am index 9dc4dcf7797..8ab2b8ac047 100644 --- a/HDF5Examples/C/H5G/Makefile.am +++ b/HDF5Examples/C/H5G/Makefile.am @@ -5,12 +5,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. ## ## Makefile.am ## Run automake to generate a Makefile.in from this file. diff --git a/HDF5Examples/C/H5G/test.sh.in b/HDF5Examples/C/H5G/test.sh.in index f12c4a507c1..ea05ca3bd2b 100755 --- a/HDF5Examples/C/H5G/test.sh.in +++ b/HDF5Examples/C/H5G/test.sh.in @@ -6,12 +6,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. srcdir=@srcdir@ diff --git a/HDF5Examples/C/H5T/Makefile.am b/HDF5Examples/C/H5T/Makefile.am index a4f4be5d835..bc0d5d5392d 100644 --- a/HDF5Examples/C/H5T/Makefile.am +++ b/HDF5Examples/C/H5T/Makefile.am @@ -5,12 +5,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. ## ## Makefile.am ## Run automake to generate a Makefile.in from this file. diff --git a/HDF5Examples/C/H5T/test.sh.in b/HDF5Examples/C/H5T/test.sh.in index dc48ac9903c..d5c453b5010 100755 --- a/HDF5Examples/C/H5T/test.sh.in +++ b/HDF5Examples/C/H5T/test.sh.in @@ -6,12 +6,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. srcdir=@srcdir@ diff --git a/HDF5Examples/C/H5VDS/Makefile.am b/HDF5Examples/C/H5VDS/Makefile.am index e4f5320b583..d9a5116afc7 100644 --- a/HDF5Examples/C/H5VDS/Makefile.am +++ b/HDF5Examples/C/H5VDS/Makefile.am @@ -5,12 +5,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. ## ## Makefile.am ## Run automake to generate a Makefile.in from this file. diff --git a/HDF5Examples/C/H5VDS/test.sh.in b/HDF5Examples/C/H5VDS/test.sh.in index 91888f55648..983ef426d1c 100644 --- a/HDF5Examples/C/H5VDS/test.sh.in +++ b/HDF5Examples/C/H5VDS/test.sh.in @@ -6,12 +6,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. srcdir=@srcdir@ diff --git a/HDF5Examples/C/Makefile.am b/HDF5Examples/C/Makefile.am index 0048db07032..778f802246c 100644 --- a/HDF5Examples/C/Makefile.am +++ b/HDF5Examples/C/Makefile.am @@ -5,12 +5,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. ## ## Makefile.am ## Run automake to generate a Makefile.in from this file. diff --git a/HDF5Examples/FORTRAN/H5D/Makefile.am b/HDF5Examples/FORTRAN/H5D/Makefile.am index dc98f1fb412..c76ce8590de 100644 --- a/HDF5Examples/FORTRAN/H5D/Makefile.am +++ b/HDF5Examples/FORTRAN/H5D/Makefile.am @@ -5,12 +5,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. ## ## Makefile.am ## Run automake to generate a Makefile.in from this file. diff --git a/HDF5Examples/FORTRAN/H5D/test.sh.in b/HDF5Examples/FORTRAN/H5D/test.sh.in index 76dbbcde41d..bdd17c283f8 100755 --- a/HDF5Examples/FORTRAN/H5D/test.sh.in +++ b/HDF5Examples/FORTRAN/H5D/test.sh.in @@ -6,12 +6,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. srcdir=@srcdir@ diff --git a/HDF5Examples/FORTRAN/H5G/Makefile.am b/HDF5Examples/FORTRAN/H5G/Makefile.am index 39f13c615c6..cdf1647fcb7 100644 --- a/HDF5Examples/FORTRAN/H5G/Makefile.am +++ b/HDF5Examples/FORTRAN/H5G/Makefile.am @@ -5,12 +5,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. ## ## Makefile.am ## Run automake to generate a Makefile.in from this file. diff --git a/HDF5Examples/FORTRAN/H5G/test.sh.in b/HDF5Examples/FORTRAN/H5G/test.sh.in index e2082e99869..d0906df8b6e 100755 --- a/HDF5Examples/FORTRAN/H5G/test.sh.in +++ b/HDF5Examples/FORTRAN/H5G/test.sh.in @@ -6,12 +6,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. srcdir=@srcdir@ diff --git a/HDF5Examples/FORTRAN/H5T/Makefile.am b/HDF5Examples/FORTRAN/H5T/Makefile.am index 79321f0e92b..7d9d96a89b6 100644 --- a/HDF5Examples/FORTRAN/H5T/Makefile.am +++ b/HDF5Examples/FORTRAN/H5T/Makefile.am @@ -5,12 +5,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. ## ## Makefile.am ## Run automake to generate a Makefile.in from this file. diff --git a/HDF5Examples/FORTRAN/H5T/test.sh.in b/HDF5Examples/FORTRAN/H5T/test.sh.in index 368b75aa360..dc1f434923d 100755 --- a/HDF5Examples/FORTRAN/H5T/test.sh.in +++ b/HDF5Examples/FORTRAN/H5T/test.sh.in @@ -6,12 +6,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. srcdir=@srcdir@ diff --git a/HDF5Examples/FORTRAN/Makefile.am b/HDF5Examples/FORTRAN/Makefile.am index 0048db07032..778f802246c 100644 --- a/HDF5Examples/FORTRAN/Makefile.am +++ b/HDF5Examples/FORTRAN/Makefile.am @@ -5,12 +5,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. ## ## Makefile.am ## Run automake to generate a Makefile.in from this file. diff --git a/HDF5Examples/JAVA/H5J/110/HDF5FileStructure.java b/HDF5Examples/JAVA/H5J/110/HDF5FileStructure.java index cddad575852..326d94924cf 100644 --- a/HDF5Examples/JAVA/H5J/110/HDF5FileStructure.java +++ b/HDF5Examples/JAVA/H5J/110/HDF5FileStructure.java @@ -5,12 +5,10 @@ * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * - * the files COPYING and Copyright.html. COPYING can be found at the root * - * of the source code distribution tree; Copyright.html can be found at the * - * root level of an installed copy of the electronic HDF5 document set and * - * is linked from the top-level documents page. It can also be found at * - * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have * - * access to either file, you may request a copy from help@hdfgroup.org. * + * the COPYING file, which can be found at the root of the source code * + * 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. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ import hdf.hdf5lib.H5; diff --git a/HDF5Examples/JAVA/H5J/HDF5FileStructure.java b/HDF5Examples/JAVA/H5J/HDF5FileStructure.java index 8ea80a80d8a..1370340be1b 100644 --- a/HDF5Examples/JAVA/H5J/HDF5FileStructure.java +++ b/HDF5Examples/JAVA/H5J/HDF5FileStructure.java @@ -5,12 +5,10 @@ * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * - * the files COPYING and Copyright.html. COPYING can be found at the root * - * of the source code distribution tree; Copyright.html can be found at the * - * root level of an installed copy of the electronic HDF5 document set and * - * is linked from the top-level documents page. It can also be found at * - * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have * - * access to either file, you may request a copy from help@hdfgroup.org. * + * the COPYING file, which can be found at the root of the source code * + * 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. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ import hdf.hdf5lib.H5; diff --git a/HDF5Examples/JAVA/H5J/HDF5SubsetSelect.java b/HDF5Examples/JAVA/H5J/HDF5SubsetSelect.java index a00f5bed7bd..e302cd18a0d 100644 --- a/HDF5Examples/JAVA/H5J/HDF5SubsetSelect.java +++ b/HDF5Examples/JAVA/H5J/HDF5SubsetSelect.java @@ -5,12 +5,10 @@ * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * - * the files COPYING and Copyright.html. COPYING can be found at the root * - * of the source code distribution tree; Copyright.html can be found at the * - * root level of an installed copy of the electronic HDF5 document set and * - * is linked from the top-level documents page. It can also be found at * - * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have * - * access to either file, you may request a copy from help@hdfgroup.org. * + * the COPYING file, which can be found at the root of the source code * + * 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. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ import hdf.hdf5lib.H5; diff --git a/HDF5Examples/JAVA/H5J/Makefile.am b/HDF5Examples/JAVA/H5J/Makefile.am index 6b615a2fb98..fedb82f9d19 100644 --- a/HDF5Examples/JAVA/H5J/Makefile.am +++ b/HDF5Examples/JAVA/H5J/Makefile.am @@ -4,12 +4,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. ## ## Makefile.am ## Run automake to generate a Makefile.in from this file. diff --git a/HDF5Examples/JAVA/H5J/runExample.sh.in b/HDF5Examples/JAVA/H5J/runExample.sh.in index 3a42b2b5af3..709613d1590 100644 --- a/HDF5Examples/JAVA/H5J/runExample.sh.in +++ b/HDF5Examples/JAVA/H5J/runExample.sh.in @@ -6,12 +6,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. # top_builddir=@top_builddir@ diff --git a/HDF5Examples/Makefile.am b/HDF5Examples/Makefile.am index 65d97ebd5c5..d8019c9558c 100644 --- a/HDF5Examples/Makefile.am +++ b/HDF5Examples/Makefile.am @@ -5,15 +5,13 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. ## ## Makefile.am ## Run automake to generate a Makefile.in from this file. ## -SUBDIRS = C FORTRAN \ No newline at end of file +SUBDIRS = C FORTRAN diff --git a/HDF5Examples/configure.ac b/HDF5Examples/configure.ac index 80f0b6839e7..babfdecc624 100644 --- a/HDF5Examples/configure.ac +++ b/HDF5Examples/configure.ac @@ -7,12 +7,10 @@ # # This file is part of HDF5. The full HDF5 copyright notice, including # terms governing use, modification, and redistribution, is contained in -# the files COPYING and Copyright.html. COPYING can be found at the root -# of the source code distribution tree; Copyright.html can be found at the -# root level of an installed copy of the electronic HDF5 document set and -# is linked from the top-level documents page. It can also be found at -# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -# access to either file, you may request a copy from help@hdfgroup.org. +# the COPYING file, which can be found at the root of the source code +# 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. AC_PREREQ(2.69) AC_INIT(HDF5-examples, 0.1, help@hdfgroup.org) diff --git a/doc/parallel-compression.md b/doc/parallel-compression.md index 040c8aa702c..a0567bfa546 100644 --- a/doc/parallel-compression.md +++ b/doc/parallel-compression.md @@ -154,7 +154,7 @@ optimal performance out of the parallel compression feature. ### Begin with a good chunking strategy -[Starting with a good chunking strategy](https://portal.hdfgroup.org/display/HDF5/Chunking+in+HDF5) +[Starting with a good chunking strategy](https://portal.hdfgroup.org/documentation/hdf5-docs/chunking_in_hdf5.html) will generally have the largest impact on overall application performance. The different chunking parameters can be difficult to fine-tune, but it is essential to start with a well-performing @@ -166,7 +166,7 @@ chosen chunk size becomes a very important factor when compression is involved, as data chunks have to be completely read and re-written to perform partial writes to the chunk. -[Improving I/O performance with HDF5 compressed datasets](https://portal.hdfgroup.org/display/HDF5/Improving+IO+Performance+When+Working+with+HDF5+Compressed+Datasets) +[Improving I/O performance with HDF5 compressed datasets](https://docs.hdfgroup.org/archive/support/HDF5/doc/TechNotes/TechNote-HDF5-ImprovingIOPerformanceCompressedDatasets.pdf) is a useful reference for more information on getting good performance when using a chunked dataset layout. diff --git a/java/src/jni/exceptionImp.c b/java/src/jni/exceptionImp.c index acc7a5cee77..4cf03ac9f28 100644 --- a/java/src/jni/exceptionImp.c +++ b/java/src/jni/exceptionImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5Constants.c b/java/src/jni/h5Constants.c index ee1bd5af1c0..41395a4413f 100644 --- a/java/src/jni/h5Constants.c +++ b/java/src/jni/h5Constants.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5Imp.c b/java/src/jni/h5Imp.c index 8fdf051c4ae..e744e567067 100644 --- a/java/src/jni/h5Imp.c +++ b/java/src/jni/h5Imp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5aImp.c b/java/src/jni/h5aImp.c index 2e985e78fa8..132e0709f5d 100644 --- a/java/src/jni/h5aImp.c +++ b/java/src/jni/h5aImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5dImp.c b/java/src/jni/h5dImp.c index 3453bdef515..c7e91dc8603 100644 --- a/java/src/jni/h5dImp.c +++ b/java/src/jni/h5dImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5eImp.c b/java/src/jni/h5eImp.c index a44363e0805..82d7da5980e 100644 --- a/java/src/jni/h5eImp.c +++ b/java/src/jni/h5eImp.c @@ -10,12 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* - * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ - * - */ - #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ @@ -28,7 +22,7 @@ extern "C" { * analogous arguments and return codes. * * For details of the HDF libraries, see the HDF Documentation at: - * http://www.hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5fImp.c b/java/src/jni/h5fImp.c index 4a65a7f352d..9295383ef4d 100644 --- a/java/src/jni/h5fImp.c +++ b/java/src/jni/h5fImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5gImp.c b/java/src/jni/h5gImp.c index 6890cd78612..fce68022649 100644 --- a/java/src/jni/h5gImp.c +++ b/java/src/jni/h5gImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5iImp.c b/java/src/jni/h5iImp.c index 46e89047db2..de70e1e424f 100644 --- a/java/src/jni/h5iImp.c +++ b/java/src/jni/h5iImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5jni.h b/java/src/jni/h5jni.h index 7b1bf9de8b8..ad867083ba9 100644 --- a/java/src/jni/h5jni.h +++ b/java/src/jni/h5jni.h @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5lImp.c b/java/src/jni/h5lImp.c index 13dbc089f3c..0d9ac7dfc01 100644 --- a/java/src/jni/h5lImp.c +++ b/java/src/jni/h5lImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5oImp.c b/java/src/jni/h5oImp.c index c97d7da6f38..15daeafde6b 100644 --- a/java/src/jni/h5oImp.c +++ b/java/src/jni/h5oImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5pACPLImp.c b/java/src/jni/h5pACPLImp.c index 6290e0ea155..4635fa7373b 100644 --- a/java/src/jni/h5pACPLImp.c +++ b/java/src/jni/h5pACPLImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5pDAPLImp.c b/java/src/jni/h5pDAPLImp.c index fdafd4cb307..01c3983c2cc 100644 --- a/java/src/jni/h5pDAPLImp.c +++ b/java/src/jni/h5pDAPLImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5pDCPLImp.c b/java/src/jni/h5pDCPLImp.c index d60017701d5..133b69c40cd 100644 --- a/java/src/jni/h5pDCPLImp.c +++ b/java/src/jni/h5pDCPLImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5pDXPLImp.c b/java/src/jni/h5pDXPLImp.c index 7926db1192c..31f6d02b860 100644 --- a/java/src/jni/h5pDXPLImp.c +++ b/java/src/jni/h5pDXPLImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5pFAPLImp.c b/java/src/jni/h5pFAPLImp.c index 77087564019..e67b167020b 100644 --- a/java/src/jni/h5pFAPLImp.c +++ b/java/src/jni/h5pFAPLImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5pFCPLImp.c b/java/src/jni/h5pFCPLImp.c index 9e6845d29dd..7c1b44add5f 100644 --- a/java/src/jni/h5pFCPLImp.c +++ b/java/src/jni/h5pFCPLImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5pGAPLImp.c b/java/src/jni/h5pGAPLImp.c index b92e1809d15..0ee65710ac5 100644 --- a/java/src/jni/h5pGAPLImp.c +++ b/java/src/jni/h5pGAPLImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5pGCPLImp.c b/java/src/jni/h5pGCPLImp.c index e7d4dd2473f..49d79dc2366 100644 --- a/java/src/jni/h5pGCPLImp.c +++ b/java/src/jni/h5pGCPLImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5pImp.c b/java/src/jni/h5pImp.c index e38701ff3ba..c952ccb9dff 100644 --- a/java/src/jni/h5pImp.c +++ b/java/src/jni/h5pImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5pLAPLImp.c b/java/src/jni/h5pLAPLImp.c index 2bf2812ec4b..3048c155413 100644 --- a/java/src/jni/h5pLAPLImp.c +++ b/java/src/jni/h5pLAPLImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5pLCPLImp.c b/java/src/jni/h5pLCPLImp.c index b5eebd18e96..ecabadd29bc 100644 --- a/java/src/jni/h5pLCPLImp.c +++ b/java/src/jni/h5pLCPLImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5pOCPLImp.c b/java/src/jni/h5pOCPLImp.c index 432fbbb6508..7cd9b5c721f 100644 --- a/java/src/jni/h5pOCPLImp.c +++ b/java/src/jni/h5pOCPLImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5pOCpyPLImp.c b/java/src/jni/h5pOCpyPLImp.c index b525b680787..c4d2ed7fd14 100644 --- a/java/src/jni/h5pOCpyPLImp.c +++ b/java/src/jni/h5pOCpyPLImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5pStrCPLImp.c b/java/src/jni/h5pStrCPLImp.c index a056e3a7599..0045efa342e 100644 --- a/java/src/jni/h5pStrCPLImp.c +++ b/java/src/jni/h5pStrCPLImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5plImp.c b/java/src/jni/h5plImp.c index 9283777f52c..3c87fd52a99 100644 --- a/java/src/jni/h5plImp.c +++ b/java/src/jni/h5plImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5rImp.c b/java/src/jni/h5rImp.c index 0e26f2a76ad..3c356a4484c 100644 --- a/java/src/jni/h5rImp.c +++ b/java/src/jni/h5rImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ #ifdef __cplusplus diff --git a/java/src/jni/h5sImp.c b/java/src/jni/h5sImp.c index f0103eded3a..d9d7c78a383 100644 --- a/java/src/jni/h5sImp.c +++ b/java/src/jni/h5sImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5tImp.c b/java/src/jni/h5tImp.c index 60de0c3992f..155bd3a9a08 100644 --- a/java/src/jni/h5tImp.c +++ b/java/src/jni/h5tImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5util.c b/java/src/jni/h5util.c index d10ab839a44..10efb828c54 100644 --- a/java/src/jni/h5util.c +++ b/java/src/jni/h5util.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5util.h b/java/src/jni/h5util.h index d8ecef901cc..5af96afaee9 100644 --- a/java/src/jni/h5util.h +++ b/java/src/jni/h5util.h @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5vlImp.c b/java/src/jni/h5vlImp.c index 090e1ce52bc..2bf0b8d6b0a 100644 --- a/java/src/jni/h5vlImp.c +++ b/java/src/jni/h5vlImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/h5zImp.c b/java/src/jni/h5zImp.c index dbcbe4b3cd0..e6d37bfa3af 100644 --- a/java/src/jni/h5zImp.c +++ b/java/src/jni/h5zImp.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ diff --git a/java/src/jni/nativeData.c b/java/src/jni/nativeData.c index c8f94cf691d..17ab6ea8021 100644 --- a/java/src/jni/nativeData.c +++ b/java/src/jni/nativeData.c @@ -12,7 +12,7 @@ /* * For details of the HDF libraries, see the HDF Documentation at: - * http://hdfgroup.org/HDF5/doc/ + * https://portal.hdfgroup.org/documentation/index.html * */ /*