summaryrefslogtreecommitdiff
path: root/test/cmake/ptp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmake/ptp')
-rwxr-xr-xtest/cmake/ptp/coverage.sh11
-rwxr-xr-xtest/cmake/ptp/run.sh11
2 files changed, 22 insertions, 0 deletions
diff --git a/test/cmake/ptp/coverage.sh b/test/cmake/ptp/coverage.sh
index cd0e5ec9..c272b401 100755
--- a/test/cmake/ptp/coverage.sh
+++ b/test/cmake/ptp/coverage.sh
@@ -1,4 +1,15 @@
#!/bin/bash
+##############################################################################
+# Copyright (c) 2024 Microsoft Corporation
+# Copyright (c) 2026 Eclipse ThreadX contributors
+#
+# This program and the accompanying materials are made available under the
+# terms of the MIT License which is available at
+# https://opensource.org/licenses/MIT.
+#
+# SPDX-License-Identifier: MIT
+##############################################################################
+
set -e
diff --git a/test/cmake/ptp/run.sh b/test/cmake/ptp/run.sh
index 234f43c8..5f06b26a 100755
--- a/test/cmake/ptp/run.sh
+++ b/test/cmake/ptp/run.sh
@@ -1,4 +1,15 @@
#!/bin/bash
+##############################################################################
+# Copyright (c) 2024 Microsoft Corporation
+# Copyright (c) 2026 Eclipse ThreadX contributors
+#
+# This program and the accompanying materials are made available under the
+# terms of the MIT License which is available at
+# https://opensource.org/licenses/MIT.
+#
+# SPDX-License-Identifier: MIT
+##############################################################################
+
cd $(dirname $0)