summaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-07-15 13:08:16 +0100
committerSimon McVittie <smcv@collabora.com>2019-07-15 15:51:05 +0100
commit28734ae1661ea029fa2ed06fab6a4d6cf6ade098 (patch)
treebc427f3ca4fd54b22f0e3418f5c81196589df751 /dbus
parent69e7c4f58e9244acfc8b23a6beaf73124bb19ce0 (diff)
Add clearer licensing information in SPDX format
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'dbus')
-rw-r--r--dbus/__init__.py2
-rw-r--r--dbus/_compat.py1
-rw-r--r--dbus/_dbus.py2
-rw-r--r--dbus/_expat_introspect_parser.py2
-rw-r--r--dbus/bus.py2
-rw-r--r--dbus/connection.py2
-rw-r--r--dbus/decorators.py2
-rw-r--r--dbus/exceptions.py2
-rw-r--r--dbus/gi_service.py2
-rw-r--r--dbus/glib.py2
-rw-r--r--dbus/gobject_service.py2
-rw-r--r--dbus/lowlevel.py2
-rw-r--r--dbus/mainloop/__init__.py2
-rw-r--r--dbus/mainloop/glib.py2
-rw-r--r--dbus/proxies.py2
-rw-r--r--dbus/server.py2
-rw-r--r--dbus/service.py2
-rw-r--r--dbus/types.py2
18 files changed, 35 insertions, 0 deletions
diff --git a/dbus/__init__.py b/dbus/__init__.py
index a2aeac9..e5133c0 100644
--- a/dbus/__init__.py
+++ b/dbus/__init__.py
@@ -8,6 +8,8 @@ to export objects or claim well-known names.
# Copyright (C) 2004 Rob Taylor
# Copyright (C) 2005, 2006 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
diff --git a/dbus/_compat.py b/dbus/_compat.py
index 62bbe28..5417ae8 100644
--- a/dbus/_compat.py
+++ b/dbus/_compat.py
@@ -1,4 +1,5 @@
# Python 2 / Python 3 compatibility helpers.
+# SPDX-License-Identifier: MIT
import sys
diff --git a/dbus/_dbus.py b/dbus/_dbus.py
index 5a497f4..4b0b37a 100644
--- a/dbus/_dbus.py
+++ b/dbus/_dbus.py
@@ -5,6 +5,8 @@
# Copyright (C) 2004 Rob Taylor
# Copyright (C) 2005, 2006 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
diff --git a/dbus/_expat_introspect_parser.py b/dbus/_expat_introspect_parser.py
index 1cf8a6c..2c6f341 100644
--- a/dbus/_expat_introspect_parser.py
+++ b/dbus/_expat_introspect_parser.py
@@ -3,6 +3,8 @@
# Copyright (C) 2004 Rob Taylor
# Copyright (C) 2005, 2006 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
diff --git a/dbus/bus.py b/dbus/bus.py
index 109f4c6..6222862 100644
--- a/dbus/bus.py
+++ b/dbus/bus.py
@@ -1,5 +1,7 @@
# Copyright (C) 2007 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
diff --git a/dbus/connection.py b/dbus/connection.py
index e2361ec..f5c8dd9 100644
--- a/dbus/connection.py
+++ b/dbus/connection.py
@@ -1,5 +1,7 @@
# Copyright (C) 2007 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
diff --git a/dbus/decorators.py b/dbus/decorators.py
index 71c8be0..ca63c29 100644
--- a/dbus/decorators.py
+++ b/dbus/decorators.py
@@ -5,6 +5,8 @@
# Copyright (C) 2004 Rob Taylor
# Copyright (C) 2005, 2006 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
diff --git a/dbus/exceptions.py b/dbus/exceptions.py
index 0930425..6e85a3e 100644
--- a/dbus/exceptions.py
+++ b/dbus/exceptions.py
@@ -2,6 +2,8 @@
# Copyright (C) 2007 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
diff --git a/dbus/gi_service.py b/dbus/gi_service.py
index e091771..f68b088 100644
--- a/dbus/gi_service.py
+++ b/dbus/gi_service.py
@@ -2,6 +2,8 @@
# Copyright (C) 2007 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
diff --git a/dbus/glib.py b/dbus/glib.py
index bb6db74..b521fcf 100644
--- a/dbus/glib.py
+++ b/dbus/glib.py
@@ -2,6 +2,8 @@
# Copyright (C) 2004, 2005, 2006 Red Hat Inc. <http://www.redhat.com/>
# Copyright (C) 2005, 2006 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
diff --git a/dbus/gobject_service.py b/dbus/gobject_service.py
index ef16009..6124ee5 100644
--- a/dbus/gobject_service.py
+++ b/dbus/gobject_service.py
@@ -2,6 +2,8 @@
# Copyright (C) 2007 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
diff --git a/dbus/lowlevel.py b/dbus/lowlevel.py
index 398a10f..59bd8fe 100644
--- a/dbus/lowlevel.py
+++ b/dbus/lowlevel.py
@@ -1,5 +1,7 @@
# Copyright (C) 2006 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
diff --git a/dbus/mainloop/__init__.py b/dbus/mainloop/__init__.py
index dfaeefb..b0d20a9 100644
--- a/dbus/mainloop/__init__.py
+++ b/dbus/mainloop/__init__.py
@@ -1,5 +1,7 @@
# Copyright (C) 2006 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
diff --git a/dbus/mainloop/glib.py b/dbus/mainloop/glib.py
index 39fbb1b..5bb2f2e 100644
--- a/dbus/mainloop/glib.py
+++ b/dbus/mainloop/glib.py
@@ -2,6 +2,8 @@
# Copyright (C) 2004-2006 Red Hat Inc. <http://www.redhat.com/>
# Copyright (C) 2005-2006 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
diff --git a/dbus/proxies.py b/dbus/proxies.py
index c7cd802..5852046 100644
--- a/dbus/proxies.py
+++ b/dbus/proxies.py
@@ -3,6 +3,8 @@
# Copyright (C) 2004 Rob Taylor
# Copyright (C) 2005-2007 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
diff --git a/dbus/server.py b/dbus/server.py
index 1988101..40a7bb9 100644
--- a/dbus/server.py
+++ b/dbus/server.py
@@ -1,6 +1,8 @@
# Copyright (C) 2008 Openismus GmbH <http://openismus.com/>
# Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
diff --git a/dbus/service.py b/dbus/service.py
index 6093ac5..e42ea70 100644
--- a/dbus/service.py
+++ b/dbus/service.py
@@ -3,6 +3,8 @@
# Copyright (C) 2004 Rob Taylor
# Copyright (C) 2005-2006 Collabora Ltd. <http://www.collabora.co.uk/>
#
+# SPDX-License-Identifier: MIT
+#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
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',