summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-06-04 13:03:56 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-04 13:03:56 +0200
commit7c14749be1a86afc4f06ead8f843685b723879ec (patch)
tree4c39f48cd7d39239a6f10e790a38233e03a5a897 /services
parentc66e873ca11db0c81dac67c4715f81ada5ae435c (diff)
downloadjson-dbus-bridge-examples-7c14749be1a86afc4f06ead8f843685b723879ec.tar.gz
json-dbus-bridge-examples-7c14749be1a86afc4f06ead8f843685b723879ec.tar.xz
[all] add license header
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'services')
-rwxr-xr-xservices/python/calculator.py8
-rwxr-xr-xservices/python/hello-world.py8
2 files changed, 16 insertions, 0 deletions
diff --git a/services/python/calculator.py b/services/python/calculator.py
index cebcee4..859933f 100755
--- a/services/python/calculator.py
+++ b/services/python/calculator.py
@@ -1,4 +1,12 @@
#!/usr/bin/env python2.5
+#
+# json dbus bridge examples
+#
+# Copyright (c) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# To the extent possible under law, Pengutronix e.K. has waived all copyright
+# and related or neighboring rights to JSON-DBus-Bridge Demo Code.
+#
import gobject
diff --git a/services/python/hello-world.py b/services/python/hello-world.py
index 9669f3c..92450ea 100755
--- a/services/python/hello-world.py
+++ b/services/python/hello-world.py
@@ -1,4 +1,12 @@
#!/usr/bin/env python2.5
+#
+# json dbus bridge examples
+#
+# Copyright (c) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# To the extent possible under law, Pengutronix e.K. has waived all copyright
+# and related or neighboring rights to JSON-DBus-Bridge Demo Code.
+#
import gobject