diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-07-12 22:33:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-12 22:33:58 (GMT) |
commit | 145e962bcec6584d12483f2d5cb68367b9c2be32 (patch) | |
tree | 8f56f670684857d03f05599b6f31e38d40cdd155 /test/API/driver | |
parent | 1d5a22f5d76e7fcf5bf05f9e2b39a3bdcd669c1e (diff) | |
download | hdf5-145e962bcec6584d12483f2d5cb68367b9c2be32.zip hdf5-145e962bcec6584d12483f2d5cb68367b9c2be32.tar.gz hdf5-145e962bcec6584d12483f2d5cb68367b9c2be32.tar.bz2 |
Replace support.hdfgroup.org URLs for alternative COPYING file (#3228)
* Replace support.hdfgroup.org URLs for alternative COPYING file
locations in copyright headers with https://www.hdfgroup.org/licenses.
Replace support.hdfgroup.org URL for alternative COPYING_LBNL_HDF5
with github URL.
Tweak chkcopyright script for change from UICOPYRIGHTSTR to
THGCOPYRIGHTSTR.
Diffstat (limited to 'test/API/driver')
-rw-r--r-- | test/API/driver/h5_api_test_driver.cxx | 12 | ||||
-rw-r--r-- | test/API/driver/h5_api_test_driver.hxx | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/test/API/driver/h5_api_test_driver.cxx b/test/API/driver/h5_api_test_driver.cxx index b5d9821..1948ff7 100644 --- a/test/API/driver/h5_api_test_driver.cxx +++ b/test/API/driver/h5_api_test_driver.cxx @@ -1,3 +1,15 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Copyright by The HDF Group. * + * All rights reserved. * + * * + * This file is part of HDF5. The full HDF5 copyright notice, including * + * terms governing use, modification, and redistribution, is contained in * + * the COPYING file, which can be found at the root of the source code * + * distribution tree, or in https://www.hdfgroup.org/licenses. * + * If you do not have access to either file, you may request a copy from * + * help@hdfgroup.org. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + #include "h5_api_test_driver.hxx" #include "H5_api_test_config.h" diff --git a/test/API/driver/h5_api_test_driver.hxx b/test/API/driver/h5_api_test_driver.hxx index b8e05e7..9e69dd7 100644 --- a/test/API/driver/h5_api_test_driver.hxx +++ b/test/API/driver/h5_api_test_driver.hxx @@ -1,3 +1,15 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * Copyright by The HDF Group. * + * All rights reserved. * + * * + * This file is part of HDF5. The full HDF5 copyright notice, including * + * terms governing use, modification, and redistribution, is contained in * + * the COPYING file, which can be found at the root of the source code * + * distribution tree, or in https://www.hdfgroup.org/licenses. * + * If you do not have access to either file, you may request a copy from * + * help@hdfgroup.org. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + #ifndef H5_API_TEST_DRIVER_H #define H5_API_TEST_DRIVER_H |