summaryrefslogtreecommitdiffstats
path: root/hl/test
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-04-07 16:31:32 (GMT)
committerlrknox <lrknox>2017-04-07 16:31:32 (GMT)
commit8702c658636249be6f046544b5107ac362a057b6 (patch)
treed345945d042bff518884864774d226de866b6734 /hl/test
parent1331d6a4cb9ead128ec03d4b36610064b2203d1e (diff)
downloadhdf5-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 'hl/test')
-rw-r--r--hl/test/CMakeTests.cmake11
-rw-r--r--hl/test/gen_test_ld.c11
2 files changed, 22 insertions, 0 deletions
diff --git a/hl/test/CMakeTests.cmake b/hl/test/CMakeTests.cmake
index 211c501..e5eb58e 100644
--- a/hl/test/CMakeTests.cmake
+++ b/hl/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.
+#
##############################################################################
##############################################################################
diff --git a/hl/test/gen_test_ld.c b/hl/test/gen_test_ld.c
index cf7b321..d717a47 100644
--- a/hl/test/gen_test_ld.c
+++ b/hl/test/gen_test_ld.c
@@ -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. *
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "hdf5.h"
#include "H5LDprivate.h"