mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Renamed COPYING to LICENSE (#4978)
This is where most people will expect to find license information. The COPYING_LBNL_HDF5 file has also been renamed to LICENSE_LBNL_HDF5. The licenses are unchanged.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
@@ -180,10 +180,10 @@ endif ()
|
|||||||
HDF_README_PROPERTIES(HDF5_BUILD_FORTRAN)
|
HDF_README_PROPERTIES(HDF5_BUILD_FORTRAN)
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# Configure the COPYING.txt file for the windows binary package
|
# Configure the LICENSE.txt file for the windows binary package
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
configure_file (${HDF5_SOURCE_DIR}/COPYING ${HDF5_BINARY_DIR}/COPYING.txt @ONLY)
|
configure_file (${HDF5_SOURCE_DIR}/LICENSE ${HDF5_BINARY_DIR}/LICENSE.txt @ONLY)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
@@ -191,7 +191,7 @@ endif ()
|
|||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
if (NOT HDF5_EXTERNALLY_CONFIGURED)
|
if (NOT HDF5_EXTERNALLY_CONFIGURED)
|
||||||
install (
|
install (
|
||||||
FILES ${HDF5_SOURCE_DIR}/COPYING
|
FILES ${HDF5_SOURCE_DIR}/LICENSE
|
||||||
DESTINATION ${HDF5_INSTALL_DATA_DIR}
|
DESTINATION ${HDF5_INSTALL_DATA_DIR}
|
||||||
COMPONENT hdfdocuments
|
COMPONENT hdfdocuments
|
||||||
)
|
)
|
||||||
@@ -255,7 +255,7 @@ if (NOT HDF5_EXTERNALLY_CONFIGURED AND NOT HDF5_NO_PACKAGES)
|
|||||||
set (CPACK_PACKAGE_VERSION_MAJOR "${HDF5_PACKAGE_VERSION_MAJOR}")
|
set (CPACK_PACKAGE_VERSION_MAJOR "${HDF5_PACKAGE_VERSION_MAJOR}")
|
||||||
set (CPACK_PACKAGE_VERSION_MINOR "${HDF5_PACKAGE_VERSION_MINOR}")
|
set (CPACK_PACKAGE_VERSION_MINOR "${HDF5_PACKAGE_VERSION_MINOR}")
|
||||||
set (CPACK_PACKAGE_VERSION_PATCH "")
|
set (CPACK_PACKAGE_VERSION_PATCH "")
|
||||||
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING")
|
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
|
||||||
if (EXISTS "${HDF5_SOURCE_DIR}/release_docs")
|
if (EXISTS "${HDF5_SOURCE_DIR}/release_docs")
|
||||||
set (CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/release_docs/RELEASE.txt")
|
set (CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/release_docs/RELEASE.txt")
|
||||||
set (CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/release_docs/RELEASE.txt")
|
set (CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/release_docs/RELEASE.txt")
|
||||||
@@ -321,7 +321,7 @@ if (NOT HDF5_EXTERNALLY_CONFIGURED AND NOT HDF5_NO_PACKAGES)
|
|||||||
# With CPACK_WIX_LICENSE_RTF you can override the license file used by the
|
# With CPACK_WIX_LICENSE_RTF you can override the license file used by the
|
||||||
# WiX Generator in case CPACK_RESOURCE_FILE_LICENSE is in an unsupported
|
# WiX Generator in case CPACK_RESOURCE_FILE_LICENSE is in an unsupported
|
||||||
# format or the .txt -> .rtf conversion does not work as expected.
|
# format or the .txt -> .rtf conversion does not work as expected.
|
||||||
set (CPACK_RESOURCE_FILE_LICENSE "${HDF5_BINARY_DIR}/COPYING.txt")
|
set (CPACK_RESOURCE_FILE_LICENSE "${HDF5_BINARY_DIR}/LICENSE.txt")
|
||||||
# .. variable:: CPACK_WIX_PRODUCT_ICON
|
# .. variable:: CPACK_WIX_PRODUCT_ICON
|
||||||
# The Icon shown next to the program name in Add/Remove programs.
|
# The Icon shown next to the program name in Add/Remove programs.
|
||||||
set(CPACK_WIX_PRODUCT_ICON "${HDF_RESOURCES_DIR}\\\\hdf.ico")
|
set(CPACK_WIX_PRODUCT_ICON "${HDF_RESOURCES_DIR}\\\\hdf.ico")
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ process enjoyable and straightforward.
|
|||||||
This document describes guiding principles for the HDF5 code contributors and does not pretend to address any possible
|
This document describes guiding principles for the HDF5 code contributors and does not pretend to address any possible
|
||||||
contribution. If in doubt, please do not hesitate to ask us for guidance.
|
contribution. If in doubt, please do not hesitate to ask us for guidance.
|
||||||
***Note that no contribution may be accepted unless the donor agrees with the HDF Group software license terms
|
***Note that no contribution may be accepted unless the donor agrees with the HDF Group software license terms
|
||||||
found in the COPYING file in every branch's top source directory.***
|
found in the LICENSE file in every branch's top source directory.***
|
||||||
|
|
||||||
|
|
||||||
> We will assume that you are familiar with `git` and `GitHub`. If not, you may go through the GitHub tutorial found at
|
> We will assume that you are familiar with `git` and `GitHub`. If not, you may go through the GitHub tutorial found at
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is part of the HDF5 BLOSC filter plugin source. The full *
|
* This file is part of the HDF5 BLOSC filter plugin source. The full *
|
||||||
* copyright notice, including terms governing use, modification, and *
|
* copyright notice, including terms governing use, modification, and *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the file COPYING, which can be found at the root of the BLOSC source code *
|
* the file LICENSE, which can be found at the root of the BLOSC source code *
|
||||||
* distribution tree. If you do not have access to this file, you may *
|
* distribution tree. If you do not have access to this file, you may *
|
||||||
* request a copy from help@hdfgroup.org. *
|
* request a copy from help@hdfgroup.org. *
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is part of the HDF5 BLOSC2 filter plugin source. The full *
|
* This file is part of the HDF5 BLOSC2 filter plugin source. The full *
|
||||||
* copyright notice, including terms governing use, modification, and *
|
* copyright notice, including terms governing use, modification, and *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the file COPYING, which can be found at the root of the BLOSC2 source code *
|
* the file LICENSE, which can be found at the root of the BLOSC2 source code *
|
||||||
* distribution tree. If you do not have access to this file, you may *
|
* distribution tree. If you do not have access to this file, you may *
|
||||||
* request a copy from help@hdfgroup.org. *
|
* request a copy from help@hdfgroup.org. *
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is part of the HDF5 BSHUF filter plugin source. The full *
|
* This file is part of the HDF5 BSHUF filter plugin source. The full *
|
||||||
* copyright notice, including terms governing use, modification, and *
|
* copyright notice, including terms governing use, modification, and *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the file COPYING, which can be found at the root of the BSHUF source code *
|
* the file LICENSE, which can be found at the root of the BSHUF source code *
|
||||||
* distribution tree. If you do not have access to this file, you may *
|
* distribution tree. If you do not have access to this file, you may *
|
||||||
* request a copy from help@hdfgroup.org. *
|
* request a copy from help@hdfgroup.org. *
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is part of the HDF5 BZIP2 filter plugin source. The full *
|
* This file is part of the HDF5 BZIP2 filter plugin source. The full *
|
||||||
* copyright notice, including terms governing use, modification, and *
|
* copyright notice, including terms governing use, modification, and *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the file COPYING, which can be found at the root of the BZIP2 source code *
|
* the file LICENSE, which can be found at the root of the BZIP2 source code *
|
||||||
* distribution tree. If you do not have access to this file, you may *
|
* distribution tree. If you do not have access to this file, you may *
|
||||||
* request a copy from help@hdfgroup.org. *
|
* request a copy from help@hdfgroup.org. *
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is part of the HDF5 JPEG filter plugin source. The full *
|
* This file is part of the HDF5 JPEG filter plugin source. The full *
|
||||||
* copyright notice, including terms governing use, modification, and *
|
* copyright notice, including terms governing use, modification, and *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the file COPYING, which can be found at the root of the JPEG source code *
|
* the file LICENSE, which can be found at the root of the JPEG source code *
|
||||||
* distribution tree. If you do not have access to this file, you may *
|
* distribution tree. If you do not have access to this file, you may *
|
||||||
* request a copy from help@hdfgroup.org. *
|
* request a copy from help@hdfgroup.org. *
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is part of the HDF5 LZ4 filter plugin source. The full *
|
* This file is part of the HDF5 LZ4 filter plugin source. The full *
|
||||||
* copyright notice, including terms governing use, modification, and *
|
* copyright notice, including terms governing use, modification, and *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the file COPYING, which can be found at the root of the LZ4 source code *
|
* the file LICENSE, which can be found at the root of the LZ4 source code *
|
||||||
* distribution tree. If you do not have access to this file, you may *
|
* distribution tree. If you do not have access to this file, you may *
|
||||||
* request a copy from help@hdfgroup.org. *
|
* request a copy from help@hdfgroup.org. *
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is part of the HDF5 LZF filter plugin source. The full *
|
* This file is part of the HDF5 LZF filter plugin source. The full *
|
||||||
* copyright notice, including terms governing use, modification, and *
|
* copyright notice, including terms governing use, modification, and *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the file COPYING, which can be found at the root of the LZF source code *
|
* the file LICENSE, which can be found at the root of the LZF source code *
|
||||||
* distribution tree. If you do not have access to this file, you may *
|
* distribution tree. If you do not have access to this file, you may *
|
||||||
* request a copy from help@hdfgroup.org. *
|
* request a copy from help@hdfgroup.org. *
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is part of the HDF5 MAFISC filter plugin source. The full *
|
* This file is part of the HDF5 MAFISC filter plugin source. The full *
|
||||||
* copyright notice, including terms governing use, modification, and *
|
* copyright notice, including terms governing use, modification, and *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the file COPYING, which can be found at the root of the MAFISC source code *
|
* the file LICENSE, which can be found at the root of the MAFISC source code *
|
||||||
* distribution tree. If you do not have access to this file, you may *
|
* distribution tree. If you do not have access to this file, you may *
|
||||||
* request a copy from help@hdfgroup.org. *
|
* request a copy from help@hdfgroup.org. *
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is part of the HDF5 ZFP filter plugin source. The full *
|
* This file is part of the HDF5 ZFP filter plugin source. The full *
|
||||||
* copyright notice, including terms governing use, modification, and *
|
* copyright notice, including terms governing use, modification, and *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the file COPYING, which can be found at the root of the ZFP source code *
|
* the file LICENSE, which can be found at the root of the ZFP source code *
|
||||||
* distribution tree. If you do not have access to this file, you may *
|
* distribution tree. If you do not have access to this file, you may *
|
||||||
* request a copy from help@hdfgroup.org. *
|
* request a copy from help@hdfgroup.org. *
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is part of the HDF5 ZSTD filter plugin source. The full *
|
* This file is part of the HDF5 ZSTD filter plugin source. The full *
|
||||||
* copyright notice, including terms governing use, modification, and *
|
* copyright notice, including terms governing use, modification, and *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the file COPYING, which can be found at the root of the ZSTD source code *
|
* the file LICENSE, which can be found at the root of the ZSTD source code *
|
||||||
* distribution tree. If you do not have access to this file, you may *
|
* distribution tree. If you do not have access to this file, you may *
|
||||||
* request a copy from help@hdfgroup.org. *
|
* request a copy from help@hdfgroup.org. *
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* *
|
* *
|
||||||
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
||||||
* terms governing use, modification, and redistribution, is contained in *
|
* terms governing use, modification, and redistribution, is contained in *
|
||||||
* the COPYING file, which can be found at the root of the source code *
|
* the LICENSE file, which can be found at the root of the source code *
|
||||||
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
* distribution tree, or in https://www.hdfgroup.org/licenses. *
|
||||||
* If you do not have access to either file, you may request a copy from *
|
* If you do not have access to either file, you may request a copy from *
|
||||||
* help@hdfgroup.org. *
|
* help@hdfgroup.org. *
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of HDF5. The full HDF5 copyright notice, including
|
# This file is part of HDF5. The full HDF5 copyright notice, including
|
||||||
# terms governing use, modification, and redistribution, is contained in
|
# terms governing use, modification, and redistribution, is contained in
|
||||||
# the COPYING file, which can be found at the root of the source code
|
# the LICENSE file, which can be found at the root of the source code
|
||||||
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
# distribution tree, or in https://www.hdfgroup.org/licenses.
|
||||||
# If you do not have access to either file, you may request a copy from
|
# If you do not have access to either file, you may request a copy from
|
||||||
# help@hdfgroup.org.
|
# help@hdfgroup.org.
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user