summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-08-30 17:17:49 +0100
committerSimon McVittie <smcv@collabora.com>2023-08-30 17:17:49 +0100
commitb712fb9119f427f6e806297b41f8c7080452a4aa (patch)
tree6f71c429ed55f12c3def79a3c46a4d36df9415f3
parent5ba644a1c83a44994ac2aab8d70f08378fbc2ff6 (diff)
test: Add SPDX licensing information
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--test/compiled.test.in2
-rw-r--r--test/py.test.in2
-rw-r--r--test/sh.test.in2
3 files changed, 6 insertions, 0 deletions
diff --git a/test/compiled.test.in b/test/compiled.test.in
index 66bf7af..fa79b03 100644
--- a/test/compiled.test.in
+++ b/test/compiled.test.in
@@ -1,3 +1,5 @@
+# Copyright 2022 Collabora Ltd.
+# SPDX-License-Identifier: MIT
[Test]
Type=session
Exec=@wrapper@ @program@
diff --git a/test/py.test.in b/test/py.test.in
index b73c083..a777736 100644
--- a/test/py.test.in
+++ b/test/py.test.in
@@ -1,3 +1,5 @@
+# Copyright 2022 Collabora Ltd.
+# SPDX-License-Identifier: MIT
[Test]
Type=session
Exec=@wrapper@ @python@ @program@
diff --git a/test/sh.test.in b/test/sh.test.in
index 66bf7af..fa79b03 100644
--- a/test/sh.test.in
+++ b/test/sh.test.in
@@ -1,3 +1,5 @@
+# Copyright 2022 Collabora Ltd.
+# SPDX-License-Identifier: MIT
[Test]
Type=session
Exec=@wrapper@ @program@