summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-04 23:24:41 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-05 10:53:58 +0100
commitf83a62c27203553c04c375ff663d9d99273670c9 (patch)
treeda66a4eba0f83b153db5cbe0892b5d61f82c734b /test
parent1fc7813fff2df74ec4582bada587b8400a1c34fe (diff)
Add licensing information in REUSE format
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'test')
-rw-r--r--test/import-repeatedly.c5
-rwxr-xr-xtest/test-exception-py3.py2
-rwxr-xr-xtest/test-server.py2
3 files changed, 8 insertions, 1 deletions
diff --git a/test/import-repeatedly.c b/test/import-repeatedly.c
index 28fe081..457104d 100644
--- a/test/import-repeatedly.c
+++ b/test/import-repeatedly.c
@@ -1,5 +1,8 @@
/* Regression test for https://bugs.freedesktop.org/show_bug.cgi?id=23831 */
-/* SPDX-License-Identifier: MIT */
+/*
+ * Copyright 2010-2016 Collabora Ltd.
+ * SPDX-License-Identifier: MIT
+ */
#include <stdio.h>
diff --git a/test/test-exception-py3.py b/test/test-exception-py3.py
index ee8212f..4ee0fff 100755
--- a/test/test-exception-py3.py
+++ b/test/test-exception-py3.py
@@ -1,6 +1,8 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
+# Copyright 2012 Michael Vogt
+# Copyright 2016-2020 Collabora Ltd.
# SPDX-License-Identifier: MIT
import unittest
diff --git a/test/test-server.py b/test/test-server.py
index c7bb759..8bb5550 100755
--- a/test/test-server.py
+++ b/test/test-server.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python
+# Copyright 2008 Mathias Hasselmann and/or Openismus
+# Copyright 2008-2016 Collabora Ltd.
# SPDX-License-Identifier: MIT
from dbus.mainloop.glib import DBusGMainLoop