summaryrefslogtreecommitdiffstats
path: root/web-gui/hello-world/source
diff options
context:
space:
mode:
Diffstat (limited to 'web-gui/hello-world/source')
-rw-r--r--web-gui/hello-world/source/class/hello_world/Application.js7
-rw-r--r--web-gui/hello-world/source/class/hello_world/test/DemoTest.js7
-rw-r--r--web-gui/hello-world/source/class/hello_world/theme/Appearance.js9
-rw-r--r--web-gui/hello-world/source/class/hello_world/theme/Color.js9
-rw-r--r--web-gui/hello-world/source/class/hello_world/theme/Decoration.js9
-rw-r--r--web-gui/hello-world/source/class/hello_world/theme/Font.js7
-rw-r--r--web-gui/hello-world/source/class/hello_world/theme/Theme.js9
7 files changed, 32 insertions, 25 deletions
diff --git a/web-gui/hello-world/source/class/hello_world/Application.js b/web-gui/hello-world/source/class/hello_world/Application.js
index 72240c7..088a294 100644
--- a/web-gui/hello-world/source/class/hello_world/Application.js
+++ b/web-gui/hello-world/source/class/hello_world/Application.js
@@ -1,10 +1,11 @@
/* ************************************************************************
- Copyright:
+ Copyright: 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
License:
-
- Authors:
+ To the extent possible under law, Pengutronix e.K. has
+ waived all copyright and related or neighboring rights to
+ JSON-DBus-Bridge Demo Code.
************************************************************************ */
diff --git a/web-gui/hello-world/source/class/hello_world/test/DemoTest.js b/web-gui/hello-world/source/class/hello_world/test/DemoTest.js
index 2333e41..7735b75 100644
--- a/web-gui/hello-world/source/class/hello_world/test/DemoTest.js
+++ b/web-gui/hello-world/source/class/hello_world/test/DemoTest.js
@@ -1,10 +1,11 @@
/* ************************************************************************
- Copyright:
+ Copyright: 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
License:
-
- Authors:
+ To the extent possible under law, Pengutronix e.K. has
+ waived all copyright and related or neighboring rights to
+ JSON-DBus-Bridge Demo Code.
************************************************************************ */
diff --git a/web-gui/hello-world/source/class/hello_world/theme/Appearance.js b/web-gui/hello-world/source/class/hello_world/theme/Appearance.js
index ee5a135..1cb1675 100644
--- a/web-gui/hello-world/source/class/hello_world/theme/Appearance.js
+++ b/web-gui/hello-world/source/class/hello_world/theme/Appearance.js
@@ -1,10 +1,11 @@
/* ************************************************************************
- Copyright:
+ Copyright: 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
License:
-
- Authors:
+ To the extent possible under law, Pengutronix e.K. has
+ waived all copyright and related or neighboring rights to
+ JSON-DBus-Bridge Demo Code.
************************************************************************ */
@@ -15,4 +16,4 @@ qx.Theme.define("hello_world.theme.Appearance",
appearances :
{
}
-}); \ No newline at end of file
+});
diff --git a/web-gui/hello-world/source/class/hello_world/theme/Color.js b/web-gui/hello-world/source/class/hello_world/theme/Color.js
index 1cd7692..3f37a86 100644
--- a/web-gui/hello-world/source/class/hello_world/theme/Color.js
+++ b/web-gui/hello-world/source/class/hello_world/theme/Color.js
@@ -1,10 +1,11 @@
/* ************************************************************************
- Copyright:
+ Copyright: 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
License:
-
- Authors:
+ To the extent possible under law, Pengutronix e.K. has
+ waived all copyright and related or neighboring rights to
+ JSON-DBus-Bridge Demo Code.
************************************************************************ */
@@ -15,4 +16,4 @@ qx.Theme.define("hello_world.theme.Color",
colors :
{
}
-}); \ No newline at end of file
+});
diff --git a/web-gui/hello-world/source/class/hello_world/theme/Decoration.js b/web-gui/hello-world/source/class/hello_world/theme/Decoration.js
index 9dc79bc..0083360 100644
--- a/web-gui/hello-world/source/class/hello_world/theme/Decoration.js
+++ b/web-gui/hello-world/source/class/hello_world/theme/Decoration.js
@@ -1,10 +1,11 @@
/* ************************************************************************
- Copyright:
+ Copyright: 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
License:
-
- Authors:
+ To the extent possible under law, Pengutronix e.K. has
+ waived all copyright and related or neighboring rights to
+ JSON-DBus-Bridge Demo Code.
************************************************************************ */
@@ -15,4 +16,4 @@ qx.Theme.define("hello_world.theme.Decoration",
decorations :
{
}
-}); \ No newline at end of file
+});
diff --git a/web-gui/hello-world/source/class/hello_world/theme/Font.js b/web-gui/hello-world/source/class/hello_world/theme/Font.js
index a73b328..712c86f 100644
--- a/web-gui/hello-world/source/class/hello_world/theme/Font.js
+++ b/web-gui/hello-world/source/class/hello_world/theme/Font.js
@@ -1,10 +1,11 @@
/* ************************************************************************
- Copyright:
+ Copyright: 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
License:
-
- Authors:
+ To the extent possible under law, Pengutronix e.K. has
+ waived all copyright and related or neighboring rights to
+ JSON-DBus-Bridge Demo Code.
************************************************************************ */
diff --git a/web-gui/hello-world/source/class/hello_world/theme/Theme.js b/web-gui/hello-world/source/class/hello_world/theme/Theme.js
index 3c07b4c..68ad492 100644
--- a/web-gui/hello-world/source/class/hello_world/theme/Theme.js
+++ b/web-gui/hello-world/source/class/hello_world/theme/Theme.js
@@ -1,10 +1,11 @@
/* ************************************************************************
- Copyright:
+ Copyright: 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
License:
-
- Authors:
+ To the extent possible under law, Pengutronix e.K. has
+ waived all copyright and related or neighboring rights to
+ JSON-DBus-Bridge Demo Code.
************************************************************************ */
@@ -18,4 +19,4 @@ qx.Theme.define("hello_world.theme.Theme",
icon : qx.theme.icon.Tango,
appearance : hello_world.theme.Appearance
}
-}); \ No newline at end of file
+});