summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-02-06 13:51:52 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-02-06 13:52:15 (GMT)
commitb4497b9be680f9624268b041647af724bdc4c0c2 (patch)
treebad596fcf0da0c089ef0161180c83c75506f7b32
parent908b4ba54d6cac42821349b5b2a684e05d28df88 (diff)
parent64e510531216a543fabad45f2e024d5be4937e9e (diff)
downloadCMake-b4497b9be680f9624268b041647af724bdc4c0c2.zip
CMake-b4497b9be680f9624268b041647af724bdc4c0c2.tar.gz
CMake-b4497b9be680f9624268b041647af724bdc4c0c2.tar.bz2
Merge topic 'test-RunCMake-license'
64e5105312 Tests/RunCMake: Add copyright and license notices to test infrastructure Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Acked-by: alcroito <alexandru.croitor@qt.io> Merge-request: !9217
-rw-r--r--Tests/RunCMake/CMakeLists.txt3
-rw-r--r--Tests/RunCMake/RunCMake.cmake3
-rw-r--r--Tests/RunCMake/RunCTest.cmake3
3 files changed, 9 insertions, 0 deletions
diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt
index 245d550..3e22247 100644
--- a/Tests/RunCMake/CMakeLists.txt
+++ b/Tests/RunCMake/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+# file Copyright.txt or https://cmake.org/licensing for details.
+
# See adjacent README.rst for documentation of this test infrastructure.
# Note that the _isMultiConfig variable is set in the parent directory's
diff --git a/Tests/RunCMake/RunCMake.cmake b/Tests/RunCMake/RunCMake.cmake
index 179c80e..9bc510b 100644
--- a/Tests/RunCMake/RunCMake.cmake
+++ b/Tests/RunCMake/RunCMake.cmake
@@ -1,3 +1,6 @@
+# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+# file Copyright.txt or https://cmake.org/licensing for details.
+
foreach(
arg
IN ITEMS
diff --git a/Tests/RunCMake/RunCTest.cmake b/Tests/RunCMake/RunCTest.cmake
index d46f6ad..87d17f2 100644
--- a/Tests/RunCMake/RunCTest.cmake
+++ b/Tests/RunCMake/RunCTest.cmake
@@ -1,3 +1,6 @@
+# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+# file Copyright.txt or https://cmake.org/licensing for details.
+
include(RunCMake)
# Isolate our ctest runs from external environment.