From 7c14749be1a86afc4f06ead8f843685b723879ec Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 4 Jun 2010 13:03:56 +0200 Subject: [all] add license header Signed-off-by: Michael Olbrich --- web-gui/calculator/source/class/calculator/Application.js | 7 ++++--- web-gui/calculator/source/class/calculator/test/DemoTest.js | 7 ++++--- web-gui/calculator/source/class/calculator/theme/Appearance.js | 7 ++++--- web-gui/calculator/source/class/calculator/theme/Color.js | 9 +++++---- web-gui/calculator/source/class/calculator/theme/Decoration.js | 9 +++++---- web-gui/calculator/source/class/calculator/theme/Font.js | 7 ++++--- web-gui/calculator/source/class/calculator/theme/Theme.js | 9 +++++---- web-gui/hello-world/source/class/hello_world/Application.js | 7 ++++--- web-gui/hello-world/source/class/hello_world/test/DemoTest.js | 7 ++++--- web-gui/hello-world/source/class/hello_world/theme/Appearance.js | 9 +++++---- web-gui/hello-world/source/class/hello_world/theme/Color.js | 9 +++++---- web-gui/hello-world/source/class/hello_world/theme/Decoration.js | 9 +++++---- web-gui/hello-world/source/class/hello_world/theme/Font.js | 7 ++++--- web-gui/hello-world/source/class/hello_world/theme/Theme.js | 9 +++++---- 14 files changed, 63 insertions(+), 49 deletions(-) (limited to 'web-gui') diff --git a/web-gui/calculator/source/class/calculator/Application.js b/web-gui/calculator/source/class/calculator/Application.js index 3041bea..0e3652a 100644 --- a/web-gui/calculator/source/class/calculator/Application.js +++ b/web-gui/calculator/source/class/calculator/Application.js @@ -1,10 +1,11 @@ /* ************************************************************************ - Copyright: + Copyright: 2010 by Michael Olbrich 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/calculator/source/class/calculator/test/DemoTest.js b/web-gui/calculator/source/class/calculator/test/DemoTest.js index ac0b7c4..e43274b 100644 --- a/web-gui/calculator/source/class/calculator/test/DemoTest.js +++ b/web-gui/calculator/source/class/calculator/test/DemoTest.js @@ -1,10 +1,11 @@ /* ************************************************************************ - Copyright: + Copyright: 2010 by Michael Olbrich 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/calculator/source/class/calculator/theme/Appearance.js b/web-gui/calculator/source/class/calculator/theme/Appearance.js index 1f5758c..f675f6c 100644 --- a/web-gui/calculator/source/class/calculator/theme/Appearance.js +++ b/web-gui/calculator/source/class/calculator/theme/Appearance.js @@ -1,10 +1,11 @@ /* ************************************************************************ - Copyright: + Copyright: 2010 by Michael Olbrich 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/calculator/source/class/calculator/theme/Color.js b/web-gui/calculator/source/class/calculator/theme/Color.js index 8636762..eebf256 100644 --- a/web-gui/calculator/source/class/calculator/theme/Color.js +++ b/web-gui/calculator/source/class/calculator/theme/Color.js @@ -1,10 +1,11 @@ /* ************************************************************************ - Copyright: + Copyright: 2010 by Michael Olbrich 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("calculator.theme.Color", colors : { } -}); \ No newline at end of file +}); diff --git a/web-gui/calculator/source/class/calculator/theme/Decoration.js b/web-gui/calculator/source/class/calculator/theme/Decoration.js index cfa2c0f..6f21956 100644 --- a/web-gui/calculator/source/class/calculator/theme/Decoration.js +++ b/web-gui/calculator/source/class/calculator/theme/Decoration.js @@ -1,10 +1,11 @@ /* ************************************************************************ - Copyright: + Copyright: 2010 by Michael Olbrich 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("calculator.theme.Decoration", decorations : { } -}); \ No newline at end of file +}); diff --git a/web-gui/calculator/source/class/calculator/theme/Font.js b/web-gui/calculator/source/class/calculator/theme/Font.js index 7382377..64149ae 100644 --- a/web-gui/calculator/source/class/calculator/theme/Font.js +++ b/web-gui/calculator/source/class/calculator/theme/Font.js @@ -1,10 +1,11 @@ /* ************************************************************************ - Copyright: + Copyright: 2010 by Michael Olbrich 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/calculator/source/class/calculator/theme/Theme.js b/web-gui/calculator/source/class/calculator/theme/Theme.js index aa59d7d..2ca1f35 100644 --- a/web-gui/calculator/source/class/calculator/theme/Theme.js +++ b/web-gui/calculator/source/class/calculator/theme/Theme.js @@ -1,10 +1,11 @@ /* ************************************************************************ - Copyright: + Copyright: 2010 by Michael Olbrich 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("calculator.theme.Theme", icon : qx.theme.icon.Tango, appearance : calculator.theme.Appearance } -}); \ No newline at end of file +}); 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 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 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 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 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 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 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 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 +}); -- cgit v1.2.3