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 --- examples/example-async-client.py | 2 ++ examples/example-client.py | 2 ++ examples/example-service.py | 2 ++ examples/example-signal-emitter.py | 2 ++ examples/example-signal-recipient.py | 2 ++ examples/gconf-proxy-client.py | 2 ++ examples/gconf-proxy-service2.py | 2 ++ examples/list-system-services.py | 2 ++ examples/unix-fd-client.py | 2 ++ examples/unix-fd-service.py | 2 ++ 10 files changed, 20 insertions(+) (limited to 'examples') 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. # 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/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. # 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/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. # 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/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. # 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/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. # 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/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. # 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/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. # 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/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. # 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/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. # Copyright (C) 2010 Signove # +# 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. # Copyright (C) 2010 Signove # +# 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 -- cgit v1.2.3