summaryrefslogtreecommitdiff
path: root/dbus_bindings
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_bindings
parent69e7c4f58e9244acfc8b23a6beaf73124bb19ce0 (diff)
downloaddbus-python-28734ae1661ea029fa2ed06fab6a4d6cf6ade098.tar.gz
Add clearer licensing information in SPDX format
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'dbus_bindings')
-rw-r--r--dbus_bindings/abstract.c2
-rw-r--r--dbus_bindings/bus.c2
-rw-r--r--dbus_bindings/bytes.c2
-rw-r--r--dbus_bindings/compat-internal.h2
-rw-r--r--dbus_bindings/conn-internal.h2
-rw-r--r--dbus_bindings/conn-methods.c2
-rw-r--r--dbus_bindings/conn.c2
-rw-r--r--dbus_bindings/containers.c2
-rw-r--r--dbus_bindings/dbus_bindings-internal.h2
-rw-r--r--dbus_bindings/debug.c2
-rw-r--r--dbus_bindings/exceptions.c2
-rw-r--r--dbus_bindings/float.c2
-rw-r--r--dbus_bindings/generic.c2
-rw-r--r--dbus_bindings/int.c2
-rw-r--r--dbus_bindings/libdbusconn.c2
-rw-r--r--dbus_bindings/mainloop.c2
-rw-r--r--dbus_bindings/message-append.c2
-rw-r--r--dbus_bindings/message-get-args.c2
-rw-r--r--dbus_bindings/message-internal.h2
-rw-r--r--dbus_bindings/message.c2
-rw-r--r--dbus_bindings/module.c2
-rw-r--r--dbus_bindings/pending-call.c2
-rw-r--r--dbus_bindings/server.c2
-rw-r--r--dbus_bindings/signature.c2
-rw-r--r--dbus_bindings/string.c2
-rw-r--r--dbus_bindings/types-internal.h2
-rw-r--r--dbus_bindings/unixfd.c2
-rw-r--r--dbus_bindings/validation.c2
28 files changed, 56 insertions, 0 deletions
diff --git a/dbus_bindings/abstract.c b/dbus_bindings/abstract.c
index 7bdf368..6b549e6 100644
--- a/dbus_bindings/abstract.c
+++ b/dbus_bindings/abstract.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2006-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_bindings/bus.c b/dbus_bindings/bus.c
index ef257f3..2c79cc0 100644
--- a/dbus_bindings/bus.c
+++ b/dbus_bindings/bus.c
@@ -2,6 +2,8 @@
*
* 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_bindings/bytes.c b/dbus_bindings/bytes.c
index 873a2fa..e15ce4c 100644
--- a/dbus_bindings/bytes.c
+++ b/dbus_bindings/bytes.c
@@ -2,6 +2,8 @@
*
* 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_bindings/compat-internal.h b/dbus_bindings/compat-internal.h
index 9b9dce4..1b43e28 100644
--- a/dbus_bindings/compat-internal.h
+++ b/dbus_bindings/compat-internal.h
@@ -3,6 +3,8 @@
* Copyright © 2006-2011 Collabora Ltd.
* Copyright © 2011 Nokia Corporation
*
+ * 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_bindings/conn-internal.h b/dbus_bindings/conn-internal.h
index f4c7a80..d333d27 100644
--- a/dbus_bindings/conn-internal.h
+++ b/dbus_bindings/conn-internal.h
@@ -2,6 +2,8 @@
*
* 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_bindings/conn-methods.c b/dbus_bindings/conn-methods.c
index 424fdc4..8ae053a 100644
--- a/dbus_bindings/conn-methods.c
+++ b/dbus_bindings/conn-methods.c
@@ -3,6 +3,8 @@
*
* 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_bindings/conn.c b/dbus_bindings/conn.c
index 739f305..01c326b 100644
--- a/dbus_bindings/conn.c
+++ b/dbus_bindings/conn.c
@@ -3,6 +3,8 @@
*
* Copyright (C) 2006-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_bindings/containers.c b/dbus_bindings/containers.c
index 26f983b..019c60d 100644
--- a/dbus_bindings/containers.c
+++ b/dbus_bindings/containers.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2006-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_bindings/dbus_bindings-internal.h b/dbus_bindings/dbus_bindings-internal.h
index b3006b5..8b080c4 100644
--- a/dbus_bindings/dbus_bindings-internal.h
+++ b/dbus_bindings/dbus_bindings-internal.h
@@ -2,6 +2,8 @@
*
* 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_bindings/debug.c b/dbus_bindings/debug.c
index 4620c86..614e541 100644
--- a/dbus_bindings/debug.c
+++ b/dbus_bindings/debug.c
@@ -2,6 +2,8 @@
*
* 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_bindings/exceptions.c b/dbus_bindings/exceptions.c
index 6721f5c..508537a 100644
--- a/dbus_bindings/exceptions.c
+++ b/dbus_bindings/exceptions.c
@@ -2,6 +2,8 @@
*
* 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_bindings/float.c b/dbus_bindings/float.c
index 9d05c19..7a682e4 100644
--- a/dbus_bindings/float.c
+++ b/dbus_bindings/float.c
@@ -2,6 +2,8 @@
*
* 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_bindings/generic.c b/dbus_bindings/generic.c
index ed12025..385a2e4 100644
--- a/dbus_bindings/generic.c
+++ b/dbus_bindings/generic.c
@@ -3,6 +3,8 @@
*
* 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_bindings/int.c b/dbus_bindings/int.c
index 109d4c7..f26c55a 100644
--- a/dbus_bindings/int.c
+++ b/dbus_bindings/int.c
@@ -2,6 +2,8 @@
*
* 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_bindings/libdbusconn.c b/dbus_bindings/libdbusconn.c
index e9401fe..4ab548b 100644
--- a/dbus_bindings/libdbusconn.c
+++ b/dbus_bindings/libdbusconn.c
@@ -3,6 +3,8 @@
*
* 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_bindings/mainloop.c b/dbus_bindings/mainloop.c
index 59d1e99..b0e0255 100644
--- a/dbus_bindings/mainloop.c
+++ b/dbus_bindings/mainloop.c
@@ -3,6 +3,8 @@
* Copyright (C) 2006 Collabora Ltd. <http://www.collabora.co.uk/>
* Copyright (C) 2008 Huang Peng <phuang@redhat.com>
*
+ * 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_bindings/message-append.c b/dbus_bindings/message-append.c
index 0480ceb..3257405 100644
--- a/dbus_bindings/message-append.c
+++ b/dbus_bindings/message-append.c
@@ -3,6 +3,8 @@
*
* 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_bindings/message-get-args.c b/dbus_bindings/message-get-args.c
index 65596d9..c097160 100644
--- a/dbus_bindings/message-get-args.c
+++ b/dbus_bindings/message-get-args.c
@@ -3,6 +3,8 @@
*
* Copyright (C) 2006-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_bindings/message-internal.h b/dbus_bindings/message-internal.h
index dfa78e0..0d99cf3 100644
--- a/dbus_bindings/message-internal.h
+++ b/dbus_bindings/message-internal.h
@@ -2,6 +2,8 @@
*
* 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_bindings/message.c b/dbus_bindings/message.c
index 43b8df6..602a3fb 100644
--- a/dbus_bindings/message.c
+++ b/dbus_bindings/message.c
@@ -3,6 +3,8 @@
*
* 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_bindings/module.c b/dbus_bindings/module.c
index 5b8851c..559d12c 100644
--- a/dbus_bindings/module.c
+++ b/dbus_bindings/module.c
@@ -2,6 +2,8 @@
*
* 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_bindings/pending-call.c b/dbus_bindings/pending-call.c
index 469c997..d5092db 100644
--- a/dbus_bindings/pending-call.c
+++ b/dbus_bindings/pending-call.c
@@ -2,6 +2,8 @@
*
* 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_bindings/server.c b/dbus_bindings/server.c
index 3ce67c2..3f2819d 100644
--- a/dbus_bindings/server.c
+++ b/dbus_bindings/server.c
@@ -4,6 +4,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_bindings/signature.c b/dbus_bindings/signature.c
index c1a32e7..900740e 100644
--- a/dbus_bindings/signature.c
+++ b/dbus_bindings/signature.c
@@ -2,6 +2,8 @@
*
* 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_bindings/string.c b/dbus_bindings/string.c
index ce8f03d..a7510d5 100644
--- a/dbus_bindings/string.c
+++ b/dbus_bindings/string.c
@@ -2,6 +2,8 @@
*
* Copyright (C) 2006-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_bindings/types-internal.h b/dbus_bindings/types-internal.h
index 041c33b..37879cf 100644
--- a/dbus_bindings/types-internal.h
+++ b/dbus_bindings/types-internal.h
@@ -2,6 +2,8 @@
*
* Copyright (C) 2006-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_bindings/unixfd.c b/dbus_bindings/unixfd.c
index ecb32d2..79b513c 100644
--- a/dbus_bindings/unixfd.c
+++ b/dbus_bindings/unixfd.c
@@ -3,6 +3,8 @@
* Copyright (C) 2006 Collabora Ltd. <http://www.collabora.co.uk/>
* Copyright (C) 2010 Signove <http://www.signove.com>
*
+ * 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_bindings/validation.c b/dbus_bindings/validation.c
index abec0a9..5a21dc2 100644
--- a/dbus_bindings/validation.c
+++ b/dbus_bindings/validation.c
@@ -2,6 +2,8 @@
*
* 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