summaryrefslogtreecommitdiffstats
path: root/web-gui/calculator/source/class/calculator/theme/Theme.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-gui/calculator/source/class/calculator/theme/Theme.js')
-rw-r--r--web-gui/calculator/source/class/calculator/theme/Theme.js9
1 files changed, 5 insertions, 4 deletions
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 <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("calculator.theme.Theme",
icon : qx.theme.icon.Tango,
appearance : calculator.theme.Appearance
}
-}); \ No newline at end of file
+});