summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-06-01 13:38:05 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-03 17:08:14 +0200
commit43295a9dbcfc003ca07142f801c73111f1e059f6 (patch)
treecc852d6e199969f09afbecfb2e1bed22d70478aa
parent725fef636f9a5e5407f097828a5ca5926a225c12 (diff)
downloadjson-dbus-bridge-43295a9dbcfc003ca07142f801c73111f1e059f6.tar.gz
json-dbus-bridge-43295a9dbcfc003ca07142f801c73111f1e059f6.tar.xz
[tests] add copyright header
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rwxr-xr-xtests/basic_boolean_test.sh8
-rwxr-xr-xtests/basic_byte_test.sh8
-rwxr-xr-xtests/basic_double_test.sh8
-rwxr-xr-xtests/basic_int16_test.sh8
-rwxr-xr-xtests/basic_int32_test.sh8
-rwxr-xr-xtests/basic_int64_test.sh8
-rwxr-xr-xtests/basic_signature_test.sh8
-rwxr-xr-xtests/basic_string_test.sh8
-rwxr-xr-xtests/basic_uint16_test.sh8
-rwxr-xr-xtests/basic_uint32_test.sh8
-rwxr-xr-xtests/basic_uint64_test.sh8
-rwxr-xr-xtests/complex_array_test.sh8
-rwxr-xr-xtests/complex_dict_test.sh8
-rwxr-xr-xtests/complex_variant_test.sh8
-rw-r--r--tests/libtest.sh18
-rw-r--r--tests/run_test.sh.in8
-rw-r--r--tests/test_finish.sh.in8
-rw-r--r--tests/test_init.sh.in8
-rw-r--r--tests/test_setup.sh8
19 files changed, 148 insertions, 14 deletions
diff --git a/tests/basic_boolean_test.sh b/tests/basic_boolean_test.sh
index b8e642e..c81f096 100755
--- a/tests/basic_boolean_test.sh
+++ b/tests/basic_boolean_test.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. `dirname $0`/test_setup.sh "com.pengutronix.jdb.Test.Basic" || exit
diff --git a/tests/basic_byte_test.sh b/tests/basic_byte_test.sh
index 0454fbe..8d2793a 100755
--- a/tests/basic_byte_test.sh
+++ b/tests/basic_byte_test.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. `dirname $0`/test_setup.sh "com.pengutronix.jdb.Test.Basic" || exit
diff --git a/tests/basic_double_test.sh b/tests/basic_double_test.sh
index 13c9d84..559cc93 100755
--- a/tests/basic_double_test.sh
+++ b/tests/basic_double_test.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. `dirname $0`/test_setup.sh "com.pengutronix.jdb.Test.Basic" || exit
diff --git a/tests/basic_int16_test.sh b/tests/basic_int16_test.sh
index 4a2d949..835d2a1 100755
--- a/tests/basic_int16_test.sh
+++ b/tests/basic_int16_test.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. `dirname $0`/test_setup.sh "com.pengutronix.jdb.Test.Basic" || exit
diff --git a/tests/basic_int32_test.sh b/tests/basic_int32_test.sh
index 1c55f34..649a016 100755
--- a/tests/basic_int32_test.sh
+++ b/tests/basic_int32_test.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. `dirname $0`/test_setup.sh "com.pengutronix.jdb.Test.Basic" || exit
diff --git a/tests/basic_int64_test.sh b/tests/basic_int64_test.sh
index 8a3b002..66f47df 100755
--- a/tests/basic_int64_test.sh
+++ b/tests/basic_int64_test.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. `dirname $0`/test_setup.sh "com.pengutronix.jdb.Test.Basic" || exit
diff --git a/tests/basic_signature_test.sh b/tests/basic_signature_test.sh
index 0424f7e..ab1476f 100755
--- a/tests/basic_signature_test.sh
+++ b/tests/basic_signature_test.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. `dirname $0`/test_setup.sh "com.pengutronix.jdb.Test.Basic" || exit
diff --git a/tests/basic_string_test.sh b/tests/basic_string_test.sh
index 87c2f97..a676e16 100755
--- a/tests/basic_string_test.sh
+++ b/tests/basic_string_test.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. `dirname $0`/test_setup.sh "com.pengutronix.jdb.Test.Basic" || exit
diff --git a/tests/basic_uint16_test.sh b/tests/basic_uint16_test.sh
index c6033d5..98ad91e 100755
--- a/tests/basic_uint16_test.sh
+++ b/tests/basic_uint16_test.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. `dirname $0`/test_setup.sh "com.pengutronix.jdb.Test.Basic" || exit
diff --git a/tests/basic_uint32_test.sh b/tests/basic_uint32_test.sh
index d30da30..1b23a5a 100755
--- a/tests/basic_uint32_test.sh
+++ b/tests/basic_uint32_test.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. `dirname $0`/test_setup.sh "com.pengutronix.jdb.Test.Basic" || exit
diff --git a/tests/basic_uint64_test.sh b/tests/basic_uint64_test.sh
index d1d93e0..13bcec7 100755
--- a/tests/basic_uint64_test.sh
+++ b/tests/basic_uint64_test.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. `dirname $0`/test_setup.sh "com.pengutronix.jdb.Test.Basic" || exit
diff --git a/tests/complex_array_test.sh b/tests/complex_array_test.sh
index 4e638ef..f868396 100755
--- a/tests/complex_array_test.sh
+++ b/tests/complex_array_test.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. `dirname $0`/test_setup.sh "com.pengutronix.jdb.Test.Complex" || exit
diff --git a/tests/complex_dict_test.sh b/tests/complex_dict_test.sh
index 20d0f98..da9621b 100755
--- a/tests/complex_dict_test.sh
+++ b/tests/complex_dict_test.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. `dirname $0`/test_setup.sh "com.pengutronix.jdb.Test.Complex" || exit
diff --git a/tests/complex_variant_test.sh b/tests/complex_variant_test.sh
index 743142f..29a7d80 100755
--- a/tests/complex_variant_test.sh
+++ b/tests/complex_variant_test.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. `dirname $0`/test_setup.sh "com.pengutronix.jdb.Test.Complex" || exit
diff --git a/tests/libtest.sh b/tests/libtest.sh
index 7d4c1e4..7f7769e 100644
--- a/tests/libtest.sh
+++ b/tests/libtest.sh
@@ -1,21 +1,11 @@
#!/bin/bash
#
-# json dbus bridge
+# json dbus bridge
#
-# Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
+# Copyright (c) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation; either version 2.1 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# To the extent possible under law, Pengutronix e.K. has waived all copyright
+# and related or neighboring rights to JSON-DBus-Bridge Demo Code.
#
if [ -z "$libtest_tag" ]; then
diff --git a/tests/run_test.sh.in b/tests/run_test.sh.in
index 98f87e8..47f092e 100644
--- a/tests/run_test.sh.in
+++ b/tests/run_test.sh.in
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. "@abs_srcdir@/libtest.sh"
diff --git a/tests/test_finish.sh.in b/tests/test_finish.sh.in
index 1e9c985..e0fae62 100644
--- a/tests/test_finish.sh.in
+++ b/tests/test_finish.sh.in
@@ -1,4 +1,12 @@
#!/bin/sh
+#
+# json dbus bridge
+#
+# 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.
+#
kill `cat "@abs_builddir@/dbus-test-service.pid"`
kill `cat "@abs_builddir@/lighttpd.pid"`
diff --git a/tests/test_init.sh.in b/tests/test_init.sh.in
index 680533a..0365422 100644
--- a/tests/test_init.sh.in
+++ b/tests/test_init.sh.in
@@ -1,4 +1,12 @@
#!/bin/sh
+#
+# json dbus bridge
+#
+# 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.
+#
. "@abs_srcdir@/libtest.sh"
diff --git a/tests/test_setup.sh b/tests/test_setup.sh
index cea0f3b..dfbb766 100644
--- a/tests/test_setup.sh
+++ b/tests/test_setup.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# json dbus bridge
+#
+# 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.
+#
. `dirname $0`/libtest.sh