From 28734ae1661ea029fa2ed06fab6a4d6cf6ade098 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 15 Jul 2019 13:08:16 +0100 Subject: Add clearer licensing information in SPDX format Signed-off-by: Simon McVittie --- dbus/__init__.py | 2 ++ dbus/_compat.py | 1 + dbus/_dbus.py | 2 ++ dbus/_expat_introspect_parser.py | 2 ++ dbus/bus.py | 2 ++ dbus/connection.py | 2 ++ dbus/decorators.py | 2 ++ dbus/exceptions.py | 2 ++ dbus/gi_service.py | 2 ++ dbus/glib.py | 2 ++ dbus/gobject_service.py | 2 ++ dbus/lowlevel.py | 2 ++ dbus/mainloop/__init__.py | 2 ++ dbus/mainloop/glib.py | 2 ++ dbus/proxies.py | 2 ++ dbus/server.py | 2 ++ dbus/service.py | 2 ++ dbus/types.py | 2 ++ 18 files changed, 35 insertions(+) (limited to 'dbus') 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. # +# 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. # +# 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. # +# 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. # +# 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. # +# 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. # +# 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. # +# 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. # +# 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. # Copyright (C) 2005, 2006 Collabora Ltd. # +# 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. # +# 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. # +# 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. # +# 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. # Copyright (C) 2005-2006 Collabora Ltd. # +# 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. # +# 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 # Copyright (C) 2008 Collabora Ltd. # +# 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. # +# 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', -- cgit v1.2.3