From b712fb9119f427f6e806297b41f8c7080452a4aa Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Wed, 30 Aug 2023 17:17:49 +0100 Subject: [PATCH] test: Add SPDX licensing information Signed-off-by: Simon McVittie <smcv@collabora.com> --- test/compiled.test.in | 2 ++ test/py.test.in | 2 ++ test/sh.test.in | 2 ++ 3 files changed, 6 insertions(+) diff --git a/test/compiled.test.in b/test/compiled.test.in index 66bf7af2..fa79b036 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 b73c083b..a777736a 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 66bf7af2..fa79b036 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@ -- GitLab