summaryrefslogtreecommitdiff
path: root/dbus
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 /dbus
parent1fc7813fff2df74ec4582bada587b8400a1c34fe (diff)
Add licensing information in REUSE format
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'dbus')
-rw-r--r--dbus/_compat.py2
-rw-r--r--dbus/types.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/dbus/_compat.py b/dbus/_compat.py
index ea242a3..3e5f148 100644
--- a/dbus/_compat.py
+++ b/dbus/_compat.py
@@ -1,4 +1,6 @@
# Python 2 / Python 3 compatibility helpers.
+# Copyright 2011 Barry Warsaw
+# Copyright 2021 Collabora Ltd.
# SPDX-License-Identifier: MIT
import sys
diff --git a/dbus/types.py b/dbus/types.py
index 849ffdc..461639e 100644
--- a/dbus/types.py
+++ b/dbus/types.py
@@ -1,3 +1,5 @@
+# Copyright 2006-2021 Collabora Ltd.
+# Copyright 2011 Barry Warsaw
# SPDX-License-Identifier: MIT
__all__ = ['ObjectPath', 'ByteArray', 'Signature', 'Byte', 'Boolean',