summaryrefslogtreecommitdiff
path: root/examples
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 /examples
parent69e7c4f58e9244acfc8b23a6beaf73124bb19ce0 (diff)
Add clearer licensing information in SPDX format
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/example-async-client.py2
-rwxr-xr-xexamples/example-client.py2
-rwxr-xr-xexamples/example-service.py2
-rwxr-xr-xexamples/example-signal-emitter.py2
-rwxr-xr-xexamples/example-signal-recipient.py2
-rwxr-xr-xexamples/gconf-proxy-client.py2
-rwxr-xr-xexamples/gconf-proxy-service2.py2
-rwxr-xr-xexamples/list-system-services.py2
-rwxr-xr-xexamples/unix-fd-client.py2
-rwxr-xr-xexamples/unix-fd-service.py2
10 files changed, 20 insertions, 0 deletions
diff --git a/examples/example-async-client.py b/examples/example-async-client.py
index a24191d..0d024c3 100755
--- a/examples/example-async-client.py
+++ b/examples/example-async-client.py
@@ -9,6 +9,8 @@ python example-client.py --exit-service
# Copyright (C) 2004-2006 Red Hat Inc. <http://www.redhat.com/>
# 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/examples/example-client.py b/examples/example-client.py
index 262f892..d9ff776 100755
--- a/examples/example-client.py
+++ b/examples/example-client.py
@@ -9,6 +9,8 @@ python example-client.py --exit-service
# Copyright (C) 2004-2006 Red Hat Inc. <http://www.redhat.com/>
# 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/examples/example-service.py b/examples/example-service.py
index af22577..12c81d9 100755
--- a/examples/example-service.py
+++ b/examples/example-service.py
@@ -10,6 +10,8 @@ python example-client.py --exit-service
# Copyright (C) 2004-2006 Red Hat Inc. <http://www.redhat.com/>
# 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/examples/example-signal-emitter.py b/examples/example-signal-emitter.py
index 6cf1387..48349a8 100755
--- a/examples/example-signal-emitter.py
+++ b/examples/example-signal-emitter.py
@@ -9,6 +9,8 @@ python example-signal-recipient.py --exit-service
# Copyright (C) 2004-2006 Red Hat Inc. <http://www.redhat.com/>
# 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/examples/example-signal-recipient.py b/examples/example-signal-recipient.py
index 818b0fa..63f53d6 100755
--- a/examples/example-signal-recipient.py
+++ b/examples/example-signal-recipient.py
@@ -9,6 +9,8 @@ python example-signal-recipient.py --exit-service
# Copyright (C) 2004-2006 Red Hat Inc. <http://www.redhat.com/>
# 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/examples/gconf-proxy-client.py b/examples/gconf-proxy-client.py
index e57d7cd..8d81486 100755
--- a/examples/gconf-proxy-client.py
+++ b/examples/gconf-proxy-client.py
@@ -5,6 +5,8 @@
# Copyright (C) 2004-2006 Red Hat Inc. <http://www.redhat.com/>
# 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/examples/gconf-proxy-service2.py b/examples/gconf-proxy-service2.py
index b9c78ef..d31277f 100755
--- a/examples/gconf-proxy-service2.py
+++ b/examples/gconf-proxy-service2.py
@@ -10,6 +10,8 @@
# Copyright (C) 2004-2006 Red Hat Inc. <http://www.redhat.com/>
# 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/examples/list-system-services.py b/examples/list-system-services.py
index a8a1829..4734f5e 100755
--- a/examples/list-system-services.py
+++ b/examples/list-system-services.py
@@ -6,6 +6,8 @@ List services on the system bus (default) or the session bus."""
# Copyright (C) 2004-2006 Red Hat Inc. <http://www.redhat.com/>
# 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/examples/unix-fd-client.py b/examples/unix-fd-client.py
index ce1011d..ad421b3 100755
--- a/examples/unix-fd-client.py
+++ b/examples/unix-fd-client.py
@@ -11,6 +11,8 @@ python unix-fd-client.py
# Copyright (C) 2005-2007 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/examples/unix-fd-service.py b/examples/unix-fd-service.py
index 8188647..8b65bf2 100755
--- a/examples/unix-fd-service.py
+++ b/examples/unix-fd-service.py
@@ -9,6 +9,8 @@ python unix-fd-client.py
# Copyright (C) 2005-2007 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