diff options
author | lrknox <lrknox> | 2017-04-07 16:31:32 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2017-04-07 16:31:32 (GMT) |
commit | 8702c658636249be6f046544b5107ac362a057b6 (patch) | |
tree | d345945d042bff518884864774d226de866b6734 /c++ | |
parent | 1331d6a4cb9ead128ec03d4b36610064b2203d1e (diff) | |
download | hdf5-8702c658636249be6f046544b5107ac362a057b6.zip hdf5-8702c658636249be6f046544b5107ac362a057b6.tar.gz hdf5-8702c658636249be6f046544b5107ac362a057b6.tar.bz2 |
Add Copyright headers to 90 files (mostly .cmake files) without
Copyright headers.
Diffstat (limited to 'c++')
-rw-r--r-- | c++/examples/CMakeTests.cmake | 11 | ||||
-rw-r--r-- | c++/test/CMakeTests.cmake | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/c++/examples/CMakeTests.cmake b/c++/examples/CMakeTests.cmake index 8b5c6b9..264a7e7 100644 --- a/c++/examples/CMakeTests.cmake +++ b/c++/examples/CMakeTests.cmake @@ -1,3 +1,14 @@ +# +# 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://support.hdfgroup.org/ftp/HDF5/releases. +# If you do not have access to either file, you may request a copy from +# help@hdfgroup.org. +# ############################################################################## ############################################################################## diff --git a/c++/test/CMakeTests.cmake b/c++/test/CMakeTests.cmake index d23a80b..6de801e 100644 --- a/c++/test/CMakeTests.cmake +++ b/c++/test/CMakeTests.cmake @@ -1,3 +1,14 @@ +# +# 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://support.hdfgroup.org/ftp/HDF5/releases. +# If you do not have access to either file, you may request a copy from +# help@hdfgroup.org. +# HDFTEST_COPY_FILE("${HDF5_CPP_TEST_SOURCE_DIR}/th5s.h5" "${PROJECT_BINARY_DIR}/th5s.h5" "cpp_testhdf5_files") add_custom_target(cpp_testhdf5_files ALL COMMENT "Copying files needed by cpp_testhdf5 tests" DEPENDS ${cpp_testhdf5_files_list}) |