summaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
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',