summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-06 14:48:49 +0100
committerSimon McVittie <smcv@collabora.com>2022-10-12 12:08:38 +0000
commitfdd589c8d84094c821774ad1b258f2b50ed542d0 (patch)
tree9f4d478cfa8280dcece144dd1c3a5bb46dba73e1 /test
parentcf3203575d1d55dd54582aa71d2fa35f91cae85b (diff)
downloaddbus-fdd589c8d84094c821774ad1b258f2b50ed542d0.tar.gz
launch-helper-for-tests: Add a permissive license
I wrote this, and it hasn't changed since. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'test')
-rw-r--r--test/bus/launch-helper-for-tests.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/bus/launch-helper-for-tests.c b/test/bus/launch-helper-for-tests.c
index 6ad003d0..e8f29d37 100644
--- a/test/bus/launch-helper-for-tests.c
+++ b/test/bus/launch-helper-for-tests.c
@@ -1,4 +1,8 @@
-/* Embed a version of the real activation helper that has been altered
+/*
+ * Copyright 2018 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
+ *
+ * Embed a version of the real activation helper that has been altered
* to be testable. We monkey-patch it like this because we don't want to
* compile test-only code into the real setuid executable, and Automake
* versions older than 1.16 can't cope with expanding directory variables