
From: Paulo Vital <pvital@linux.vnet.ibm.com> Signed-off-by: Paulo Vital <pvital@linux.vnet.ibm.com> --- ui/Makefile.am | 6 ++++-- ui/base64/Makefile.am | 4 +++- ui/css/Makefile.am | 6 ++++-- ui/css/fontawesome/Makefile.am | 4 +++- ui/css/jquery-ui.custom.css | 4 +++- ui/css/opensans/Makefile.am | 4 +++- ui/css/theme-default/about.css | 6 ++++-- ui/css/theme-default/base.css | 6 ++++-- ui/css/theme-default/button-flat.css | 4 +++- ui/css/theme-default/button.css | 4 +++- ui/css/theme-default/checkbox-flat.css | 6 ++++-- ui/css/theme-default/circleGauge.css | 6 ++++-- ui/css/theme-default/datagrid.css | 4 +++- ui/css/theme-default/dialog-flat.css | 6 ++++-- ui/css/theme-default/error.css | 6 ++++-- ui/css/theme-default/form.css | 4 +++- ui/css/theme-default/framework.css | 6 ++++-- ui/css/theme-default/gauge-flat.css | 6 ++++-- ui/css/theme-default/grid.css | 6 ++++-- ui/css/theme-default/jquery-ui.custom.css | 6 ++++-- ui/css/theme-default/line-chart.css | 6 ++++-- ui/css/theme-default/line.css | 4 +++- ui/css/theme-default/list-flat.css | 6 ++++-- ui/css/theme-default/login-window.css | 6 ++++-- ui/css/theme-default/menu-flat.css | 4 +++- ui/css/theme-default/message-flat.css | 6 ++++-- ui/css/theme-default/message.css | 4 +++- ui/css/theme-default/messagebar-flat.css | 6 ++++-- ui/css/theme-default/nav-tree.css | 6 ++++-- ui/css/theme-default/navbar.css | 6 ++++-- ui/css/theme-default/popover.css | 6 ++++-- ui/css/theme-default/radio-flat.css | 8 +++++--- ui/css/theme-default/reset.css | 4 +++- ui/css/theme-default/selectmenu-flat.css | 4 +++- ui/css/theme-default/tabs.css | 4 +++- ui/css/theme-default/textbox-flat.css | 6 ++++-- ui/css/theme-default/theme.css | 4 +++- ui/css/theme-default/tile-check.css | 6 ++++-- ui/css/theme-default/toolbar.css | 6 ++++-- ui/css/theme-default/topbar.css | 4 +++- ui/css/theme-default/window.css | 4 +++- ui/js/Makefile.am | 6 ++++-- ui/js/src/wok.api.js | 4 +++- ui/js/src/wok.cookie.js | 6 ++++-- ui/js/src/wok.form.js | 6 ++++-- ui/js/src/wok.grid.js | 4 +++- ui/js/src/wok.lang.js | 6 ++++-- ui/js/src/wok.line-chart.js | 6 ++++-- ui/js/src/wok.login.js | 4 +++- ui/js/src/wok.main.js | 4 +++- ui/js/src/wok.message.js | 6 ++++-- ui/js/src/wok.object.js | 6 ++++-- ui/js/src/wok.popable.js | 6 ++++-- ui/js/src/wok.select.js | 6 ++++-- ui/js/src/wok.string.js | 6 ++++-- ui/js/src/wok.substitute.js | 6 ++++-- ui/js/src/wok.topic.js | 6 ++++-- ui/js/src/wok.user.js | 6 ++++-- ui/js/src/wok.utils.js | 4 +++- ui/js/src/wok.window.js | 6 ++++-- ui/js/widgets/button-dropDown.js | 6 ++++-- ui/js/widgets/button-flat.js | 4 +++- ui/js/widgets/checkbox-flat.js | 4 +++- ui/js/widgets/circleGauge.js | 6 ++++-- ui/js/widgets/combobox.js | 6 ++++-- ui/js/widgets/dialog-flat.js | 4 +++- ui/js/widgets/filter-select.js | 6 ++++-- ui/js/widgets/gauge-flat.js | 4 +++- ui/js/widgets/grid.js | 4 +++- ui/js/widgets/line.js | 4 +++- ui/js/widgets/list-flat.js | 4 +++- ui/js/widgets/menu-flat.js | 4 +++- ui/js/widgets/message-flat.js | 4 +++- ui/js/widgets/messagebar-flat.js | 4 +++- ui/js/widgets/radio-flat.js | 4 +++- ui/js/widgets/samples/dialog.html | 4 +++- ui/js/widgets/samples/gauge-flat.html | 6 ++++-- ui/js/widgets/samples/grid.html | 4 +++- ui/js/widgets/samples/line.html | 4 +++- ui/js/widgets/samples/list.html | 4 +++- ui/js/widgets/samples/menu-button-radio-checkbox-text-select.html | 4 +++- ui/js/widgets/samples/message.html | 4 +++- ui/js/widgets/samples/messagebar-flat.html | 4 +++- ui/js/widgets/samples/tabs.html | 4 +++- ui/js/widgets/select-menu.js | 6 ++++-- ui/js/widgets/selectmenu-flat.js | 4 +++- ui/js/widgets/textbox-flat.js | 4 +++- ui/libs/Makefile.am | 6 ++++-- ui/libs/bootstrap-select/Makefile.am | 4 +++- ui/libs/bootstrap/Makefile.am | 4 +++- ui/libs/es5-shim/Makefile.am | 4 +++- ui/libs/jquery-i18n/Makefile.am | 4 +++- ui/libs/jquery-ui/Makefile.am | 2 ++ ui/libs/jquery-ui/themes/Makefile.am | 6 ++++-- ui/libs/jquery-ui/themes/base/Makefile.am | 6 ++++-- ui/libs/jquery-ui/themes/base/images/Makefile.am | 6 ++++-- ui/libs/jquery/Makefile.am | 4 +++- ui/pages/Makefile.am | 6 ++++-- ui/pages/error.html.tmpl | 6 ++++-- ui/pages/i18n.json.tmpl | 4 +++- ui/pages/login.html.tmpl | 6 ++++-- ui/pages/websockify/Makefile.am | 4 +++- ui/pages/wok-ui.html.tmpl | 6 ++++-- 103 files changed, 361 insertions(+), 155 deletions(-) diff --git a/ui/Makefile.am b/ui/Makefile.am index 0abb3ff..9785802 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/base64/Makefile.am b/ui/base64/Makefile.am index 56417d9..22987ea 100644 --- a/ui/base64/Makefile.am +++ b/ui/base64/Makefile.am @@ -1,8 +1,10 @@ # -# Kimchi +# Project Wok # # Copyright IBM, Corp. 2015 # +# Code delivered from Project Kimchi +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ui/css/Makefile.am b/ui/css/Makefile.am index 6f8fe05..9bb6aa9 100644 --- a/ui/css/Makefile.am +++ b/ui/css/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/css/fontawesome/Makefile.am b/ui/css/fontawesome/Makefile.am index 872b6c9..a03ded5 100644 --- a/ui/css/fontawesome/Makefile.am +++ b/ui/css/fontawesome/Makefile.am @@ -1,8 +1,10 @@ # -# Kimchi +# Project Wok # # Copyright IBM, Corp. 2015 # +# Code delivered from Project Kimchi +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ui/css/jquery-ui.custom.css b/ui/css/jquery-ui.custom.css index 48b44ab..3d56ada 100644 --- a/ui/css/jquery-ui.custom.css +++ b/ui/css/jquery-ui.custom.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/css/opensans/Makefile.am b/ui/css/opensans/Makefile.am index 49aadb6..8154d93 100644 --- a/ui/css/opensans/Makefile.am +++ b/ui/css/opensans/Makefile.am @@ -1,8 +1,10 @@ # -# Kimchi +# Project Wok # # Copyright IBM, Corp. 2015 # +# Code delivered from Project Kimchi +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ui/css/theme-default/about.css b/ui/css/theme-default/about.css index 577b403..15496f5 100644 --- a/ui/css/theme-default/about.css +++ b/ui/css/theme-default/about.css @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2014 + * Copyright IBM, Corp. 2014-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/css/theme-default/base.css b/ui/css/theme-default/base.css index 1104f55..ed0150d 100644 --- a/ui/css/theme-default/base.css +++ b/ui/css/theme-default/base.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -69,4 +71,4 @@ html, body { .help-inline { display: inline-block; -} \ No newline at end of file +} diff --git a/ui/css/theme-default/button-flat.css b/ui/css/theme-default/button-flat.css index 0897b10..5b515ad 100755 --- a/ui/css/theme-default/button-flat.css +++ b/ui/css/theme-default/button-flat.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/css/theme-default/button.css b/ui/css/theme-default/button.css index 071e331..1f78fb6 100644 --- a/ui/css/theme-default/button.css +++ b/ui/css/theme-default/button.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2013-2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/css/theme-default/checkbox-flat.css b/ui/css/theme-default/checkbox-flat.css index b8712b3..7ec4635 100644 --- a/ui/css/theme-default/checkbox-flat.css +++ b/ui/css/theme-default/checkbox-flat.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -22,4 +24,4 @@ .checkbox-inline { display: inline-block; - } \ No newline at end of file + } diff --git a/ui/css/theme-default/circleGauge.css b/ui/css/theme-default/circleGauge.css index 48ef1d3..7283621 100644 --- a/ui/css/theme-default/circleGauge.css +++ b/ui/css/theme-default/circleGauge.css @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2014 + * Copyright IBM, Corp. 2014-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/css/theme-default/datagrid.css b/ui/css/theme-default/datagrid.css index 14d28c3..3c63435 100644 --- a/ui/css/theme-default/datagrid.css +++ b/ui/css/theme-default/datagrid.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/css/theme-default/dialog-flat.css b/ui/css/theme-default/dialog-flat.css index fafe5b0..9bf6802 100644 --- a/ui/css/theme-default/dialog-flat.css +++ b/ui/css/theme-default/dialog-flat.css @@ -1,8 +1,10 @@ /* -* Project Kimchi +* Project Wok * * Copyright IBM, Corp. 2015 * +* Code delivered from Project Kimchi +* * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -64,4 +66,4 @@ .dialog-container .dialog-footer .dialog-button:hover{ background-color: #EEEEEE; cursor: pointer; -} \ No newline at end of file +} diff --git a/ui/css/theme-default/error.css b/ui/css/theme-default/error.css index bb6f814..ae43382 100644 --- a/ui/css/theme-default/error.css +++ b/ui/css/theme-default/error.css @@ -1,7 +1,9 @@ /* - * Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/css/theme-default/form.css b/ui/css/theme-default/form.css index 9f3c6b6..d9f5562 100644 --- a/ui/css/theme-default/form.css +++ b/ui/css/theme-default/form.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2013-2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/css/theme-default/framework.css b/ui/css/theme-default/framework.css index ad3e37e..aaf7469 100644 --- a/ui/css/theme-default/framework.css +++ b/ui/css/theme-default/framework.css @@ -1,9 +1,11 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2013-2015 * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Code delivered from Project Kimchi + * +* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/ui/css/theme-default/gauge-flat.css b/ui/css/theme-default/gauge-flat.css index 2aa09da..f99de49 100755 --- a/ui/css/theme-default/gauge-flat.css +++ b/ui/css/theme-default/gauge-flat.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -49,4 +51,4 @@ .ui-gauge-flat .purple { background: #7F1C7D; border:1px solid #7F1C7D; -} \ No newline at end of file +} diff --git a/ui/css/theme-default/grid.css b/ui/css/theme-default/grid.css index dfc20ff..6d4217f 100644 --- a/ui/css/theme-default/grid.css +++ b/ui/css/theme-default/grid.css @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/css/theme-default/jquery-ui.custom.css b/ui/css/theme-default/jquery-ui.custom.css index 56f7e06..08a0086 100644 --- a/ui/css/theme-default/jquery-ui.custom.css +++ b/ui/css/theme-default/jquery-ui.custom.css @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2014 + * Copyright IBM, Corp. 2014-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/css/theme-default/line-chart.css b/ui/css/theme-default/line-chart.css index 15d9bb8..06a9da8 100644 --- a/ui/css/theme-default/line-chart.css +++ b/ui/css/theme-default/line-chart.css @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/css/theme-default/line.css b/ui/css/theme-default/line.css index 7dde827..9298b1f 100644 --- a/ui/css/theme-default/line.css +++ b/ui/css/theme-default/line.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/css/theme-default/list-flat.css b/ui/css/theme-default/list-flat.css index ba0439d..6a89878 100644 --- a/ui/css/theme-default/list-flat.css +++ b/ui/css/theme-default/list-flat.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -80,4 +82,4 @@ .list-item-detail { font-size: 11px; color: #CDCDCD; -} \ No newline at end of file +} diff --git a/ui/css/theme-default/login-window.css b/ui/css/theme-default/login-window.css index d403079..82e0615 100644 --- a/ui/css/theme-default/login-window.css +++ b/ui/css/theme-default/login-window.css @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/css/theme-default/menu-flat.css b/ui/css/theme-default/menu-flat.css index 385a312..9211a2f 100644 --- a/ui/css/theme-default/menu-flat.css +++ b/ui/css/theme-default/menu-flat.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/css/theme-default/message-flat.css b/ui/css/theme-default/message-flat.css index 8281bff..583bcfd 100644 --- a/ui/css/theme-default/message-flat.css +++ b/ui/css/theme-default/message-flat.css @@ -1,8 +1,10 @@ /* -* Project Kimchi +* Project Wok * * Copyright IBM, Corp. 2015 * +* Code delivered from Project Kimchi +* * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -84,4 +86,4 @@ .message-dialog .message-footer .message-button:hover{ background-color: #EEEEEE; cursor: pointer; -} \ No newline at end of file +} diff --git a/ui/css/theme-default/message.css b/ui/css/theme-default/message.css index c3f9b03..fc26d29 100644 --- a/ui/css/theme-default/message.css +++ b/ui/css/theme-default/message.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2013-2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/css/theme-default/messagebar-flat.css b/ui/css/theme-default/messagebar-flat.css index d5efc8e..43a5feb 100644 --- a/ui/css/theme-default/messagebar-flat.css +++ b/ui/css/theme-default/messagebar-flat.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -61,4 +63,4 @@ .dark-red { background-color: #D81227; -} \ No newline at end of file +} diff --git a/ui/css/theme-default/nav-tree.css b/ui/css/theme-default/nav-tree.css index d33e717..9c6b710 100644 --- a/ui/css/theme-default/nav-tree.css +++ b/ui/css/theme-default/nav-tree.css @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/css/theme-default/navbar.css b/ui/css/theme-default/navbar.css index 24ef451..38bb945 100644 --- a/ui/css/theme-default/navbar.css +++ b/ui/css/theme-default/navbar.css @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/css/theme-default/popover.css b/ui/css/theme-default/popover.css index 3668307..45cae96 100644 --- a/ui/css/theme-default/popover.css +++ b/ui/css/theme-default/popover.css @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/css/theme-default/radio-flat.css b/ui/css/theme-default/radio-flat.css index 0c03485..c195007 100644 --- a/ui/css/theme-default/radio-flat.css +++ b/ui/css/theme-default/radio-flat.css @@ -1,9 +1,11 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * - * Licensed under the Apache License, Version 2.0 (the 'License'); + * Code delivered from Project Kimchi + * +* Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * @@ -27,4 +29,4 @@ .inline-radio { display: inline-block; - } \ No newline at end of file + } diff --git a/ui/css/theme-default/reset.css b/ui/css/theme-default/reset.css index 6d27a4e..4e1a7c9 100644 --- a/ui/css/theme-default/reset.css +++ b/ui/css/theme-default/reset.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2013-2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/css/theme-default/selectmenu-flat.css b/ui/css/theme-default/selectmenu-flat.css index 0f91d80..abaf868 100644 --- a/ui/css/theme-default/selectmenu-flat.css +++ b/ui/css/theme-default/selectmenu-flat.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/css/theme-default/tabs.css b/ui/css/theme-default/tabs.css index 47404b7..a505bce 100644 --- a/ui/css/theme-default/tabs.css +++ b/ui/css/theme-default/tabs.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/css/theme-default/textbox-flat.css b/ui/css/theme-default/textbox-flat.css index 39d5ffb..97f5626 100644 --- a/ui/css/theme-default/textbox-flat.css +++ b/ui/css/theme-default/textbox-flat.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -19,4 +21,4 @@ .textbox-container { border: 1px solid #CCC; border-radius: 3px; - } \ No newline at end of file + } diff --git a/ui/css/theme-default/theme.css b/ui/css/theme-default/theme.css index 221f488..16ea253 100644 --- a/ui/css/theme-default/theme.css +++ b/ui/css/theme-default/theme.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/css/theme-default/tile-check.css b/ui/css/theme-default/tile-check.css index 5e802ca..be39cb9 100644 --- a/ui/css/theme-default/tile-check.css +++ b/ui/css/theme-default/tile-check.css @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/css/theme-default/toolbar.css b/ui/css/theme-default/toolbar.css index ea2a039..14f75d4 100644 --- a/ui/css/theme-default/toolbar.css +++ b/ui/css/theme-default/toolbar.css @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/css/theme-default/topbar.css b/ui/css/theme-default/topbar.css index 4fce02c..884a21a 100644 --- a/ui/css/theme-default/topbar.css +++ b/ui/css/theme-default/topbar.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2013-2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/css/theme-default/window.css b/ui/css/theme-default/window.css index 5cb2790..2553ca0 100644 --- a/ui/css/theme-default/window.css +++ b/ui/css/theme-default/window.css @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2013-2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/Makefile.am b/ui/js/Makefile.am index 2549846..84dd223 100644 --- a/ui/js/Makefile.am +++ b/ui/js/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/js/src/wok.api.js b/ui/js/src/wok.api.js index 93a07ad..a051e8c 100644 --- a/ui/js/src/wok.api.js +++ b/ui/js/src/wok.api.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2013-2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/src/wok.cookie.js b/ui/js/src/wok.cookie.js index bc0a06d..517f78c 100644 --- a/ui/js/src/wok.cookie.js +++ b/ui/js/src/wok.cookie.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/wok.form.js b/ui/js/src/wok.form.js index 0bb7c4b..6810a72 100644 --- a/ui/js/src/wok.form.js +++ b/ui/js/src/wok.form.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/wok.grid.js b/ui/js/src/wok.grid.js index 84f8d33..cd79d18 100644 --- a/ui/js/src/wok.grid.js +++ b/ui/js/src/wok.grid.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2013-2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/src/wok.lang.js b/ui/js/src/wok.lang.js index ef8e923..e4607d9 100644 --- a/ui/js/src/wok.lang.js +++ b/ui/js/src/wok.lang.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/wok.line-chart.js b/ui/js/src/wok.line-chart.js index 8b40288..b111809 100644 --- a/ui/js/src/wok.line-chart.js +++ b/ui/js/src/wok.line-chart.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/wok.login.js b/ui/js/src/wok.login.js index 926d80c..fe7a86b 100644 --- a/ui/js/src/wok.login.js +++ b/ui/js/src/wok.login.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2014-2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/src/wok.main.js b/ui/js/src/wok.main.js index 570743d..b8d3aa2 100644 --- a/ui/js/src/wok.main.js +++ b/ui/js/src/wok.main.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2013-2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/src/wok.message.js b/ui/js/src/wok.message.js index db1dc36..4bfadab 100644 --- a/ui/js/src/wok.message.js +++ b/ui/js/src/wok.message.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/wok.object.js b/ui/js/src/wok.object.js index 57ec8d7..78e1895 100644 --- a/ui/js/src/wok.object.js +++ b/ui/js/src/wok.object.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2014 + * Copyright IBM, Corp. 2014-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/wok.popable.js b/ui/js/src/wok.popable.js index 7c01a0e..1a0e378 100644 --- a/ui/js/src/wok.popable.js +++ b/ui/js/src/wok.popable.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/wok.select.js b/ui/js/src/wok.select.js index 60830a5..1c4d236 100644 --- a/ui/js/src/wok.select.js +++ b/ui/js/src/wok.select.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/wok.string.js b/ui/js/src/wok.string.js index 252ae50..39b240f 100644 --- a/ui/js/src/wok.string.js +++ b/ui/js/src/wok.string.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2014 + * Copyright IBM, Corp. 2014-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/wok.substitute.js b/ui/js/src/wok.substitute.js index 225f967..bf6a7b4 100644 --- a/ui/js/src/wok.substitute.js +++ b/ui/js/src/wok.substitute.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2014 + * Copyright IBM, Corp. 2014-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/wok.topic.js b/ui/js/src/wok.topic.js index 0b8b148..ee7533c 100644 --- a/ui/js/src/wok.topic.js +++ b/ui/js/src/wok.topic.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/wok.user.js b/ui/js/src/wok.user.js index e642801..a94ba06 100644 --- a/ui/js/src/wok.user.js +++ b/ui/js/src/wok.user.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/wok.utils.js b/ui/js/src/wok.utils.js index edb23ad..a5e8a0d 100644 --- a/ui/js/src/wok.utils.js +++ b/ui/js/src/wok.utils.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2013-2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/src/wok.window.js b/ui/js/src/wok.window.js index 5542270..2aa3b07 100644 --- a/ui/js/src/wok.window.js +++ b/ui/js/src/wok.window.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/widgets/button-dropDown.js b/ui/js/widgets/button-dropDown.js index ec6bd2a..3075f7b 100644 --- a/ui/js/widgets/button-dropDown.js +++ b/ui/js/widgets/button-dropDown.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2014 + * Copyright IBM, Corp. 2014-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. diff --git a/ui/js/widgets/button-flat.js b/ui/js/widgets/button-flat.js index bc72544..52971df 100755 --- a/ui/js/widgets/button-flat.js +++ b/ui/js/widgets/button-flat.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/checkbox-flat.js b/ui/js/widgets/checkbox-flat.js index 8a2564f..8259a0b 100644 --- a/ui/js/widgets/checkbox-flat.js +++ b/ui/js/widgets/checkbox-flat.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/circleGauge.js b/ui/js/widgets/circleGauge.js index 52ec027..a553530 100644 --- a/ui/js/widgets/circleGauge.js +++ b/ui/js/widgets/circleGauge.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2014 + * Copyright IBM, Corp. 2014-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/widgets/combobox.js b/ui/js/widgets/combobox.js index 92244a2..d743f6b 100644 --- a/ui/js/widgets/combobox.js +++ b/ui/js/widgets/combobox.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2014 + * Copyright IBM, Corp. 2014-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. diff --git a/ui/js/widgets/dialog-flat.js b/ui/js/widgets/dialog-flat.js index 22fc1f0..d93b97d 100644 --- a/ui/js/widgets/dialog-flat.js +++ b/ui/js/widgets/dialog-flat.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/filter-select.js b/ui/js/widgets/filter-select.js index db6b4b0..ae008c6 100644 --- a/ui/js/widgets/filter-select.js +++ b/ui/js/widgets/filter-select.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2014 + * Copyright IBM, Corp. 2014-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. diff --git a/ui/js/widgets/gauge-flat.js b/ui/js/widgets/gauge-flat.js index f715bb6..8403a63 100755 --- a/ui/js/widgets/gauge-flat.js +++ b/ui/js/widgets/gauge-flat.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/grid.js b/ui/js/widgets/grid.js index bc6a11d..b6b8089 100644 --- a/ui/js/widgets/grid.js +++ b/ui/js/widgets/grid.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/line.js b/ui/js/widgets/line.js index 8fcc4ba..1314be2 100644 --- a/ui/js/widgets/line.js +++ b/ui/js/widgets/line.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/list-flat.js b/ui/js/widgets/list-flat.js index 8e9ea84..00f1e69 100644 --- a/ui/js/widgets/list-flat.js +++ b/ui/js/widgets/list-flat.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/menu-flat.js b/ui/js/widgets/menu-flat.js index 8263393..efb2a14 100644 --- a/ui/js/widgets/menu-flat.js +++ b/ui/js/widgets/menu-flat.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/message-flat.js b/ui/js/widgets/message-flat.js index d59d452..43b3b8a 100644 --- a/ui/js/widgets/message-flat.js +++ b/ui/js/widgets/message-flat.js @@ -1,8 +1,10 @@ /* -* Project Kimchi +* Project Wok * * Copyright IBM, Corp. 2015 * +* Code delivered from Project Kimchi +* * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/messagebar-flat.js b/ui/js/widgets/messagebar-flat.js index b7bd86f..aaf563d 100644 --- a/ui/js/widgets/messagebar-flat.js +++ b/ui/js/widgets/messagebar-flat.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/radio-flat.js b/ui/js/widgets/radio-flat.js index 401ef62..d8d2944 100644 --- a/ui/js/widgets/radio-flat.js +++ b/ui/js/widgets/radio-flat.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/samples/dialog.html b/ui/js/widgets/samples/dialog.html index 40594d0..09a3116 100644 --- a/ui/js/widgets/samples/dialog.html +++ b/ui/js/widgets/samples/dialog.html @@ -1,9 +1,11 @@ <!-- /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/samples/gauge-flat.html b/ui/js/widgets/samples/gauge-flat.html index 92ce07a..c45fcf6 100644 --- a/ui/js/widgets/samples/gauge-flat.html +++ b/ui/js/widgets/samples/gauge-flat.html @@ -1,10 +1,12 @@ <!--Sample code of gauge--> <!-- /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -50,4 +52,4 @@ }); </script> </body> -</html> \ No newline at end of file +</html> diff --git a/ui/js/widgets/samples/grid.html b/ui/js/widgets/samples/grid.html index 9b92d62..c3bc510 100644 --- a/ui/js/widgets/samples/grid.html +++ b/ui/js/widgets/samples/grid.html @@ -1,9 +1,11 @@ <!-- * - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/samples/line.html b/ui/js/widgets/samples/line.html index cc0b738..3638ea3 100644 --- a/ui/js/widgets/samples/line.html +++ b/ui/js/widgets/samples/line.html @@ -1,9 +1,11 @@ <!-- * - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/samples/list.html b/ui/js/widgets/samples/list.html index 850550c..aaa103f 100644 --- a/ui/js/widgets/samples/list.html +++ b/ui/js/widgets/samples/list.html @@ -1,9 +1,11 @@ <!-- * - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/samples/menu-button-radio-checkbox-text-select.html b/ui/js/widgets/samples/menu-button-radio-checkbox-text-select.html index e435263..cc5cd5e 100644 --- a/ui/js/widgets/samples/menu-button-radio-checkbox-text-select.html +++ b/ui/js/widgets/samples/menu-button-radio-checkbox-text-select.html @@ -1,9 +1,11 @@ <!-- * - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/samples/message.html b/ui/js/widgets/samples/message.html index b8a2cf4..5f480bd 100644 --- a/ui/js/widgets/samples/message.html +++ b/ui/js/widgets/samples/message.html @@ -1,9 +1,11 @@ <!-- * - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/samples/messagebar-flat.html b/ui/js/widgets/samples/messagebar-flat.html index fd1417a..8122c6a 100644 --- a/ui/js/widgets/samples/messagebar-flat.html +++ b/ui/js/widgets/samples/messagebar-flat.html @@ -1,9 +1,11 @@ <!-- /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/samples/tabs.html b/ui/js/widgets/samples/tabs.html index a8c4b4d..658868a 100644 --- a/ui/js/widgets/samples/tabs.html +++ b/ui/js/widgets/samples/tabs.html @@ -1,9 +1,11 @@ <!-- * - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/select-menu.js b/ui/js/widgets/select-menu.js index bd7a207..2f92474 100644 --- a/ui/js/widgets/select-menu.js +++ b/ui/js/widgets/select-menu.js @@ -1,7 +1,9 @@ /* - * Project Kimchi + * Project Wok * - * Copyright IBM, Corp. 2014 + * Copyright IBM, Corp. 2014-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. diff --git a/ui/js/widgets/selectmenu-flat.js b/ui/js/widgets/selectmenu-flat.js index de17dcd..916e950 100644 --- a/ui/js/widgets/selectmenu-flat.js +++ b/ui/js/widgets/selectmenu-flat.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/js/widgets/textbox-flat.js b/ui/js/widgets/textbox-flat.js index cd9eca0..46177de 100644 --- a/ui/js/widgets/textbox-flat.js +++ b/ui/js/widgets/textbox-flat.js @@ -1,8 +1,10 @@ /* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/libs/Makefile.am b/ui/libs/Makefile.am index 38af60b..7b57247 100644 --- a/ui/libs/Makefile.am +++ b/ui/libs/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/libs/bootstrap-select/Makefile.am b/ui/libs/bootstrap-select/Makefile.am index df7964e..22acb1f 100644 --- a/ui/libs/bootstrap-select/Makefile.am +++ b/ui/libs/bootstrap-select/Makefile.am @@ -1,8 +1,10 @@ # -# Kimchi +# Project Wok # # Copyright IBM, Corp. 2013-2015 # +# Code delivered from Project Kimchi +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ui/libs/bootstrap/Makefile.am b/ui/libs/bootstrap/Makefile.am index da746a1..fffaab1 100644 --- a/ui/libs/bootstrap/Makefile.am +++ b/ui/libs/bootstrap/Makefile.am @@ -1,8 +1,10 @@ # -# Kimchi +# Project Wol # # Copyright IBM, Corp. 2013-2015 # +# Code delivered from Project Kimchi +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ui/libs/es5-shim/Makefile.am b/ui/libs/es5-shim/Makefile.am index 0d40e3d..e393285 100644 --- a/ui/libs/es5-shim/Makefile.am +++ b/ui/libs/es5-shim/Makefile.am @@ -1,8 +1,10 @@ # -# Kimchi +# Project Wok # # Copyright IBM, Corp. 2013-2015 # +# Code delivered from Project Kimchi +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ui/libs/jquery-i18n/Makefile.am b/ui/libs/jquery-i18n/Makefile.am index 56872b0..e893cef 100644 --- a/ui/libs/jquery-i18n/Makefile.am +++ b/ui/libs/jquery-i18n/Makefile.am @@ -1,8 +1,10 @@ # -# Kimchi +# Project Wok # # Copyright IBM, Corp. 2013-2015 # +# Code delivered from Project Kimchi +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ui/libs/jquery-ui/Makefile.am b/ui/libs/jquery-ui/Makefile.am index 9d9f646..f14722a 100644 --- a/ui/libs/jquery-ui/Makefile.am +++ b/ui/libs/jquery-ui/Makefile.am @@ -3,6 +3,8 @@ # # Copyright IBM, Corp. 2013-2015 # +# Code delivered from Project Kimchi +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ui/libs/jquery-ui/themes/Makefile.am b/ui/libs/jquery-ui/themes/Makefile.am index 1ce56d9..a86d042 100644 --- a/ui/libs/jquery-ui/themes/Makefile.am +++ b/ui/libs/jquery-ui/themes/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/libs/jquery-ui/themes/base/Makefile.am b/ui/libs/jquery-ui/themes/base/Makefile.am index 8a5bbd2..455bfd1 100644 --- a/ui/libs/jquery-ui/themes/base/Makefile.am +++ b/ui/libs/jquery-ui/themes/base/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/libs/jquery-ui/themes/base/images/Makefile.am b/ui/libs/jquery-ui/themes/base/images/Makefile.am index 38e6f18..fe1c109 100644 --- a/ui/libs/jquery-ui/themes/base/images/Makefile.am +++ b/ui/libs/jquery-ui/themes/base/images/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/libs/jquery/Makefile.am b/ui/libs/jquery/Makefile.am index 1aef505..67d76fb 100644 --- a/ui/libs/jquery/Makefile.am +++ b/ui/libs/jquery/Makefile.am @@ -1,8 +1,10 @@ # -# Kimchi +# Project Wok # # Copyright IBM, Corp. 2013-2015 # +# Code delivered from Project Kimchi +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/ui/pages/Makefile.am b/ui/pages/Makefile.am index 68f4c92..ac5f431 100644 --- a/ui/pages/Makefile.am +++ b/ui/pages/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/pages/error.html.tmpl b/ui/pages/error.html.tmpl index c767ffb..7446698 100644 --- a/ui/pages/error.html.tmpl +++ b/ui/pages/error.html.tmpl @@ -1,7 +1,9 @@ #* - * Kimchi + * Project Wok * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM, Corp. 2013-2015 + * + * Code delivered from Project Kimchi * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/i18n.json.tmpl b/ui/pages/i18n.json.tmpl index cd320e0..2703633 100644 --- a/ui/pages/i18n.json.tmpl +++ b/ui/pages/i18n.json.tmpl @@ -1,8 +1,10 @@ #* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2014-2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/ui/pages/login.html.tmpl b/ui/pages/login.html.tmpl index 1b87b60..b03225c 100644 --- a/ui/pages/login.html.tmpl +++ b/ui/pages/login.html.tmpl @@ -1,8 +1,10 @@ #* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2014-2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -79,7 +81,7 @@ </head> <body onload="wok.login_main()"> <div class="container topbar"> - <span id="logo"><img alt="Project Kimchi" src="images/theme-default/logo-white.png"></span> + <span id="logo"><img alt="Project Wok" src="images/theme-default/logo-white.png"></span> <select id="userLang"> <option value="en_US">English (US)</option> <option value="zh_CN">中文(简体)</option> diff --git a/ui/pages/websockify/Makefile.am b/ui/pages/websockify/Makefile.am index 5321562..3fcd07d 100644 --- a/ui/pages/websockify/Makefile.am +++ b/ui/pages/websockify/Makefile.am @@ -1,7 +1,9 @@ # # Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM, Corp. 2014-2015 +# +# Code delivered from Project Kimchi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/pages/wok-ui.html.tmpl b/ui/pages/wok-ui.html.tmpl index 3eb8c54..9a704ea 100644 --- a/ui/pages/wok-ui.html.tmpl +++ b/ui/pages/wok-ui.html.tmpl @@ -1,8 +1,10 @@ #* - * Project Kimchi + * Project Wok * * Copyright IBM, Corp. 2013-2015 * + * Code delivered from Project Kimchi + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -86,7 +88,7 @@ <body onload="wok.main()"> <div class="container"> <header class="topbar"> - <h1 id="logo"><img alt="Project Kimchi" src="images/theme-default/logo-white.png"></h1> + <h1 id="logo"><img alt="Project Wok" src="images/theme-default/logo-white.png"></h1> <ul class="nav-top"> <li> <div id="peers" class="peers hide-content popable"> -- 2.4.3