summaryrefslogtreecommitdiff
path: root/dbus/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/types.py')
-rw-r--r--dbus/types.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/types.py b/dbus/types.py
index c33acff..d0b9683 100644
--- a/dbus/types.py
+++ b/dbus/types.py
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
__all__ = ['ObjectPath', 'ByteArray', 'Signature', 'Byte', 'Boolean',
'Int16', 'UInt16', 'Int32', 'UInt32', 'Int64', 'UInt64',
'Double', 'String', 'Array', 'Struct', 'Dictionary',