diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2cdaa575c43..5dfe833d4d0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -868,7 +868,6 @@ set (H5_PUBLIC_HEADERS set (H5_PRIVATE_HEADERS ${HDF5_SRC_DIR}/H5private.h ${HDF5_SRC_DIR}/H5timer.h - ${HDF5_SRC_DIR}/H5warnings.h ${HDF5_SRC_DIR}/H5Apkg.h ${HDF5_SRC_DIR}/H5Aprivate.h diff --git a/src/H5timer.h b/src/H5timer.h index 0e3261ed208..459f55a9a51 100644 --- a/src/H5timer.h +++ b/src/H5timer.h @@ -4,7 +4,7 @@ * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * - * the LICENSE file, which can be found at the root of the source code * + * 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. *