[PATCH 0/3] Update README and header for Wok files

From: Paulo Vital <pvital@linux.vnet.ibm.com> Update the README file of Wok and Kimchi projects after the split of code and changed the header of all back-end and front-end files of Wok. Paulo Vital (3): Update README.md of Wok and Kimchi after slipt. Update the header of all Wok back-end files Update the header of all Wok front-end files Makefile.am | 6 +- autogen.sh | 20 +++++ configure.ac | 4 +- contrib/DEBIAN/Makefile.am | 7 +- contrib/DEBIAN/postrm | 6 +- contrib/Makefile.am | 7 +- contrib/check_i18n.py | 4 +- docs/Makefile.am | 6 +- docs/README.md | 95 ++++++++++++++++++++++ plugins/Makefile.am | 6 +- plugins/__init__.py | 6 +- plugins/kimchi/docs/README.md | 86 ++++++++------------ plugins/sample/Makefile.am | 6 +- plugins/sample/__init__.py | 6 +- plugins/sample/i18n.py | 4 +- plugins/sample/model.py | 6 +- plugins/sample/ui/Makefile.am | 8 +- plugins/sample/ui/config/Makefile.am | 7 +- plugins/sample/ui/js/Makefile.am | 6 +- plugins/sample/ui/js/util.js | 6 +- plugins/sample/ui/pages/Makefile.am | 6 +- plugins/sample/ui/pages/i18n.json.tmpl | 6 +- plugins/sample/ui/pages/sample-tab1.html.tmpl | 6 +- plugins/sample/ui/pages/sample-tab2.html.tmpl | 6 +- src/Makefile.am | 4 +- src/nginx/Makefile.am | 4 +- src/nginx/wok.conf.in | 4 +- src/wok/Makefile.am | 6 +- src/wok/__init__.py | 6 +- src/wok/asynctask.py | 6 +- src/wok/auth.py | 4 +- src/wok/basemodel.py | 6 +- src/wok/cachebust.py | 6 +- src/wok/config.py.in | 4 +- src/wok/control/Makefile.am | 6 +- src/wok/control/__init__.py | 6 +- src/wok/control/base.py | 4 +- src/wok/control/plugins.py | 6 +- src/wok/control/tasks.py | 6 +- src/wok/control/utils.py | 6 +- src/wok/exception.py | 6 +- src/wok/i18n.py | 4 +- src/wok/model/Makefile.am | 6 +- src/wok/model/__init__.py | 6 +- src/wok/model/model.py | 4 +- src/wok/model/plugins.py | 6 +- src/wok/model/tasks.py | 6 +- src/wok/objectstore.py | 6 +- src/wok/proxy.py | 4 +- src/wok/rollbackcontext.py | 6 +- src/wok/root.py | 4 +- src/wok/server.py | 6 +- src/wok/sslcert.py | 6 +- src/wok/template.py | 6 +- src/wok/utils.py | 4 +- src/wok/xmlutils/Makefile.am | 6 +- src/wok/xmlutils/__init__.py | 6 +- src/wok/xmlutils/utils.py | 6 +- src/wokd.in | 4 +- 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 +- .../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 +- 162 files changed, 723 insertions(+), 305 deletions(-) -- 2.4.3

From: Paulo Vital <pvital@linux.vnet.ibm.com> Update the Readme file of Wok and Kimchi to describe the dependencies and supports necessary to each project. Signed-off-by: Paulo Vital <pvital@linux.vnet.ibm.com> --- docs/README.md | 95 +++++++++++++++++++++++++++++++++++++++++++ plugins/kimchi/docs/README.md | 86 ++++++++++++++++----------------------- 2 files changed, 129 insertions(+), 52 deletions(-) diff --git a/docs/README.md b/docs/README.md index b128510..7486158 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,6 +10,101 @@ Examples of such plugins are Kimchi (Virtualization Management) and Ginger Wok runs through wokd daemon. +Browser Support +=============== + +Wok and it's plugins' UI can run in any web browser that supports HTML5. The +Kimchi community (responsable to Wok development) makes an effort to +test it with the latest versions of Chrome and Firefox browsers, but the +following list can be used as reference to browser support. + +Desktop Browser Support: +----------------------- +* **Internet Explorer:** Current version +* **Chrome:** Current version +* **Firefox:** Current version +* **Safari:** Current version +* **Opera:** Current version + +Mobile Browser Support: +----------------------- +* **Safari iOS:** Current version +* **Android Browser** Current version + + +Hypervisor Distro Support +========================= + +Wok might run on any GNU/Linux distribution that meets the conditions +described on the 'Getting Started' section below. + +The Kimchi community (responsable to Wok development) makes an effort to +test it with the latest versions of Fedora, RHEL, OpenSuSe, and Ubuntu. + +Getting Started +=============== + +Install Dependencies +-------------------- + +**For Fedora and RHEL:** + + $ sudo yum install gcc make autoconf automake gettext-devel git \ + python-cherrypy python-cheetah python-imaging\ + PyPAM m2crypto python-jsonschema rpm-build \ + python-psutil python-ldap python-lxml \ + libxslt nginx openssl + + + # If using RHEL, install the following additional packages: + $ sudo yum install python-unittest2 python-ordereddict + + # Restart libvirt to allow configuration changes to take effect + $ sudo service libvirtd restart + + Packages version requirement: + python-psutil >= 0.6.0 + + # These dependencies are only required if you want to run the tests: + $ sudo yum install pyflakes python-pep8 python-requests + +*Note for RHEL users*: Some of the above packages are located in the Red Hat +EPEL repositories. See +[this FAQ](http://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F) +for more information on how to configure your system to access this repository. + +And for RHEL7 systems, you also need to subscribe to the "RHEL Server Optional" +channel at RHN Classic or Red Hat Satellite. + +**For Ubuntu (Debian-based):** + + $ sudo apt-get install gcc make autoconf automake gettext git \ + python-cherrypy3 python-cheetah python-imaging \ + python-pam python-m2crypto python-jsonschema \ + python-psutil python-ldap python-lxml nginx \ libxslt openssl + + Packages version requirement: + python-jsonschema >= 1.3.0 + python-psutil >= 0.6.0 + + # These dependencies are only required if you want to run the tests: + $ sudo apt-get install pep8 pyflakes python-requests + +**For openSUSE:** + + $ sudo zypper install gcc make autoconf automake gettext-tools git \ + python-CherryPy python-Cheetah python-pam \ + python-imaging python-M2Crypto python-jsonschema \ + rpm-build python-psutil python-ldap python-lxml \ + libxslt-tools python-xml nginx openssl + + Packages version requirement: + python-psutil >= 0.6.0 + + # These dependencies are only required if you want to run the tests: + $ sudo zypper install python-pyflakes python-pep8 python-requests + + Build and Install ----------------- diff --git a/plugins/kimchi/docs/README.md b/plugins/kimchi/docs/README.md index eeb64d9..9ae3e18 100644 --- a/plugins/kimchi/docs/README.md +++ b/plugins/kimchi/docs/README.md @@ -11,30 +11,30 @@ over the web using a browser that supports HTML5. Browser Support =============== + +Wok and it's plugins' UI can run in any web browser that supports HTML5. The +Kimchi community (responsable to Wok development) makes an effort to +test it with the latest versions of Chrome and Firefox browsers, but the +following list can be used as reference to browser support. + Desktop Browser Support: ----------------------- -* **Internet Explorer:** IE9+ -* **Chrome:** Current-1 version -* **Firefox:** Current-1 version Firefox 24ESR -* **Safari:** Current-1 version -* **Opera:** Current-1 version +* **Internet Explorer:** Current version +* **Chrome:** Current version +* **Firefox:** Current version +* **Safari:** Current version +* **Opera:** Current version Mobile Browser Support: ----------------------- -* **Safari iOS:** Current-1 version -* **Android Browser** Current-1 version +* **Safari iOS:** Current version +* **Android Browser** Current version -Current-1 version denotes that we support the current stable version of the -browser and the version that preceded it. For example, if the current version of -a browser is 24.x, we support the 24.x and 23.x versions.This does not mean that -kimchi cannot be used in other browsers, however, functionality and appearance -may be diminished and we may not be able to provide support for any problems you -find. Hypervisor Distro Support ========================= -Kimchi and Wok might run on any GNU/Linux distribution that meets the conditions +Kimchi might run on any GNU/Linux distribution that meets the conditions described on the 'Getting Started' section below. The Kimchi community makes an effort to test it with the latest versions of @@ -48,15 +48,13 @@ Install Dependencies **For fedora and RHEL:** - $ sudo yum install gcc make autoconf automake gettext-devel git \ - python-cherrypy python-cheetah libvirt-python \ - libvirt libvirt-daemon-config-network python-imaging \ - PyPAM m2crypto python-jsonschema rpm-build \ - qemu-kvm python-psutil python-ethtool sos \ - python-ipaddr python-ldap python-lxml nfs-utils \ - iscsi-initiator-utils libxslt pyparted nginx \ - python-libguestfs libguestfs-tools python-websockify \ - novnc spice-html5 python-configobj python-magic + $ sudo yum install wok libvirt-python libvirt \ + libvirt-daemon-config-network python-imaging \ + qemu-kvm python-ethtool sos python-ipaddr \ + nfs-utils iscsi-initiator-utils pyparted \ + python-libguestfs libguestfs-tools \ + python-websockify novnc spice-html5 \ + python-configobj python-magic # If using RHEL, install the following additional packages: $ sudo yum install python-unittest2 python-ordereddict @@ -64,9 +62,6 @@ Install Dependencies # Restart libvirt to allow configuration changes to take effect $ sudo service libvirtd restart - Packages version requirement: - python-psutil >= 0.6.0 - # These dependencies are only required if you want to run the tests: $ sudo yum install pyflakes python-pep8 python-requests @@ -78,39 +73,26 @@ for more information on how to configure your system to access this repository. And for RHEL7 systems, you also need to subscribe to the "RHEL Server Optional" channel at RHN Classic or Red Hat Satellite. -**For debian:** - - $ sudo apt-get install gcc make autoconf automake gettext git \ - python-cherrypy3 python-cheetah python-libvirt \ - libvirt-bin python-imaging python-configobj \ - python-pam python-m2crypto python-jsonschema \ - qemu-kvm libtool python-psutil python-ethtool \ - sosreport python-ipaddr python-ldap \ - python-lxml nfs-common open-iscsi lvm2 xsltproc \ - python-parted nginx python-guestfs libguestfs-tools \ - websockify novnc spice-html5 python-magic +**For Ubuntu (Debian-based):** - Packages version requirement: - python-jsonschema >= 1.3.0 - python-psutil >= 0.6.0 + $ sudo apt-get install wok python-imaging python-configobj websockify \ + novnc python-libvirt libvirt-bin nfs-common \ + qemu-kvm python-parted python-ethtool sosreport \ + python-ipaddr python-lxml open-iscsi \ + python-guestfs libguestfs-tools spice-html5 \ + python-magic \ # These dependencies are only required if you want to run the tests: $ sudo apt-get install pep8 pyflakes python-requests **For openSUSE:** - $ sudo zypper install gcc make autoconf automake gettext-tools git \ - python-CherryPy python-Cheetah libvirt-python \ - libvirt libvirt-daemon-config-network python-pam \ - python-imaging python-M2Crypto python-jsonschema \ - rpm-build kvm python-psutil python-ethtool \ - python-ipaddr python-ldap python-lxml nfs-client \ - open-iscsi libxslt-tools python-xml python-parted \ - nginx python-libguestfs python-configobj \ - guestfs-tools python-websockify novnc python-magic - - Packages version requirement: - python-psutil >= 0.6.0 + $ sudo zypper install wok libvirt-python libvirt \ + libvirt-daemon-config-network python-imaging \ + kvm python-ethtool python-ipaddr nfs-client \ + open-iscsi python-parted python-libguestfs \ + python-configobj guestfs-tools python-websockify \ + novnc python-magic # These dependencies are only required if you want to run the tests: $ sudo zypper install python-pyflakes python-pep8 python-requests -- 2.4.3

On 30/09/2015 11:20, pvital@linux.vnet.ibm.com wrote:
From: Paulo Vital <pvital@linux.vnet.ibm.com>
Update the Readme file of Wok and Kimchi to describe the dependencies and supports necessary to each project.
Signed-off-by: Paulo Vital <pvital@linux.vnet.ibm.com> --- docs/README.md | 95 +++++++++++++++++++++++++++++++++++++++++++ plugins/kimchi/docs/README.md | 86 ++++++++++++++++----------------------- 2 files changed, 129 insertions(+), 52 deletions(-)
diff --git a/docs/README.md b/docs/README.md index b128510..7486158 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,6 +10,101 @@ Examples of such plugins are Kimchi (Virtualization Management) and Ginger Wok runs through wokd daemon.
+Browser Support +=============== + +Wok and it's plugins' UI can run in any web browser that supports HTML5. The
Wok and its plugins can run in any web browser ...
+Kimchi community (responsable to Wok development) makes an effort to
responsible for Wok project
+test it with the latest versions of Chrome and Firefox browsers, but the +following list can be used as reference to browser support. + +Desktop Browser Support: +----------------------- +* **Internet Explorer:** Current version +* **Chrome:** Current version +* **Firefox:** Current version +* **Safari:** Current version +* **Opera:** Current version + +Mobile Browser Support: +----------------------- +* **Safari iOS:** Current version +* **Android Browser** Current version + + +Hypervisor Distro Support +========================= + +Wok might run on any GNU/Linux distribution that meets the conditions +described on the 'Getting Started' section below. + +The Kimchi community (responsable to Wok development) makes an effort to
responsible for Wok project
+test it with the latest versions of Fedora, RHEL, OpenSuSe, and Ubuntu.
openSUSE
+ +Getting Started +=============== + +Install Dependencies +-------------------- + +**For Fedora and RHEL:** + + $ sudo yum install gcc make autoconf automake gettext-devel git \ + python-cherrypy python-cheetah python-imaging\ + PyPAM m2crypto python-jsonschema rpm-build \ + python-psutil python-ldap python-lxml \ + libxslt nginx openssl + + + # If using RHEL, install the following additional packages: + $ sudo yum install python-unittest2 python-ordereddict +
+ # Restart libvirt to allow configuration changes to take effect + $ sudo service libvirtd restart +
This is not needed for wok. =)
+ Packages version requirement: + python-psutil >= 0.6.0 + + # These dependencies are only required if you want to run the tests: + $ sudo yum install pyflakes python-pep8 python-requests + +*Note for RHEL users*: Some of the above packages are located in the Red Hat +EPEL repositories. See +[this FAQ](http://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F) +for more information on how to configure your system to access this repository. + +And for RHEL7 systems, you also need to subscribe to the "RHEL Server Optional" +channel at RHN Classic or Red Hat Satellite. + +**For Ubuntu (Debian-based):** + + $ sudo apt-get install gcc make autoconf automake gettext git \ + python-cherrypy3 python-cheetah python-imaging \ + python-pam python-m2crypto python-jsonschema \ + python-psutil python-ldap python-lxml nginx \ libxslt openssl +
nginx libxslt openssl
+ Packages version requirement: + python-jsonschema >= 1.3.0 + python-psutil >= 0.6.0 + + # These dependencies are only required if you want to run the tests: + $ sudo apt-get install pep8 pyflakes python-requests + +**For openSUSE:** + + $ sudo zypper install gcc make autoconf automake gettext-tools git \ + python-CherryPy python-Cheetah python-pam \ + python-imaging python-M2Crypto python-jsonschema \ + rpm-build python-psutil python-ldap python-lxml \ + libxslt-tools python-xml nginx openssl + + Packages version requirement: + python-psutil >= 0.6.0 + + # These dependencies are only required if you want to run the tests: + $ sudo zypper install python-pyflakes python-pep8 python-requests + + Build and Install -----------------
diff --git a/plugins/kimchi/docs/README.md b/plugins/kimchi/docs/README.md index eeb64d9..9ae3e18 100644 --- a/plugins/kimchi/docs/README.md +++ b/plugins/kimchi/docs/README.md @@ -11,30 +11,30 @@ over the web using a browser that supports HTML5.
Browser Support =============== + +Wok and it's plugins' UI can run in any web browser that supports HTML5. The
and its plugins can run...
+Kimchi community (responsable to Wok development) makes an effort to
responsible for Wok project
+test it with the latest versions of Chrome and Firefox browsers, but the +following list can be used as reference to browser support. + Desktop Browser Support: ----------------------- -* **Internet Explorer:** IE9+ -* **Chrome:** Current-1 version -* **Firefox:** Current-1 version Firefox 24ESR -* **Safari:** Current-1 version -* **Opera:** Current-1 version +* **Internet Explorer:** Current version +* **Chrome:** Current version +* **Firefox:** Current version +* **Safari:** Current version +* **Opera:** Current version
Mobile Browser Support: ----------------------- -* **Safari iOS:** Current-1 version -* **Android Browser** Current-1 version +* **Safari iOS:** Current version +* **Android Browser** Current version
-Current-1 version denotes that we support the current stable version of the -browser and the version that preceded it. For example, if the current version of -a browser is 24.x, we support the 24.x and 23.x versions.This does not mean that -kimchi cannot be used in other browsers, however, functionality and appearance -may be diminished and we may not be able to provide support for any problems you -find.
Hypervisor Distro Support =========================
-Kimchi and Wok might run on any GNU/Linux distribution that meets the conditions +Kimchi might run on any GNU/Linux distribution that meets the conditions described on the 'Getting Started' section below.
The Kimchi community makes an effort to test it with the latest versions of @@ -48,15 +48,13 @@ Install Dependencies
**For fedora and RHEL:**
- $ sudo yum install gcc make autoconf automake gettext-devel git \ - python-cherrypy python-cheetah libvirt-python \ - libvirt libvirt-daemon-config-network python-imaging \ - PyPAM m2crypto python-jsonschema rpm-build \ - qemu-kvm python-psutil python-ethtool sos \ - python-ipaddr python-ldap python-lxml nfs-utils \ - iscsi-initiator-utils libxslt pyparted nginx \ - python-libguestfs libguestfs-tools python-websockify \ - novnc spice-html5 python-configobj python-magic + $ sudo yum install wok libvirt-python libvirt \ + libvirt-daemon-config-network python-imaging \ + qemu-kvm python-ethtool sos python-ipaddr \ + nfs-utils iscsi-initiator-utils pyparted \ + python-libguestfs libguestfs-tools \ + python-websockify novnc spice-html5 \ + python-configobj python-magic
# If using RHEL, install the following additional packages: $ sudo yum install python-unittest2 python-ordereddict @@ -64,9 +62,6 @@ Install Dependencies # Restart libvirt to allow configuration changes to take effect $ sudo service libvirtd restart
- Packages version requirement: - python-psutil >= 0.6.0 - # These dependencies are only required if you want to run the tests: $ sudo yum install pyflakes python-pep8 python-requests
@@ -78,39 +73,26 @@ for more information on how to configure your system to access this repository. And for RHEL7 systems, you also need to subscribe to the "RHEL Server Optional" channel at RHN Classic or Red Hat Satellite.
-**For debian:** - - $ sudo apt-get install gcc make autoconf automake gettext git \ - python-cherrypy3 python-cheetah python-libvirt \ - libvirt-bin python-imaging python-configobj \ - python-pam python-m2crypto python-jsonschema \ - qemu-kvm libtool python-psutil python-ethtool \ - sosreport python-ipaddr python-ldap \ - python-lxml nfs-common open-iscsi lvm2 xsltproc \ - python-parted nginx python-guestfs libguestfs-tools \ - websockify novnc spice-html5 python-magic +**For Ubuntu (Debian-based):**
- Packages version requirement: - python-jsonschema >= 1.3.0 - python-psutil >= 0.6.0 + $ sudo apt-get install wok python-imaging python-configobj websockify \ + novnc python-libvirt libvirt-bin nfs-common \ + qemu-kvm python-parted python-ethtool sosreport \ + python-ipaddr python-lxml open-iscsi \ + python-guestfs libguestfs-tools spice-html5 \ + python-magic \
# These dependencies are only required if you want to run the tests: $ sudo apt-get install pep8 pyflakes python-requests
**For openSUSE:**
- $ sudo zypper install gcc make autoconf automake gettext-tools git \ - python-CherryPy python-Cheetah libvirt-python \ - libvirt libvirt-daemon-config-network python-pam \ - python-imaging python-M2Crypto python-jsonschema \ - rpm-build kvm python-psutil python-ethtool \ - python-ipaddr python-ldap python-lxml nfs-client \ - open-iscsi libxslt-tools python-xml python-parted \ - nginx python-libguestfs python-configobj \ - guestfs-tools python-websockify novnc python-magic - - Packages version requirement: - python-psutil >= 0.6.0 + $ sudo zypper install wok libvirt-python libvirt \ + libvirt-daemon-config-network python-imaging \ + kvm python-ethtool python-ipaddr nfs-client \ + open-iscsi python-parted python-libguestfs \ + python-configobj guestfs-tools python-websockify \ + novnc python-magic
# These dependencies are only required if you want to run the tests: $ sudo zypper install python-pyflakes python-pep8 python-requests

From: Paulo Vital <pvital@linux.vnet.ibm.com> Signed-off-by: Paulo Vital <pvital@linux.vnet.ibm.com> --- Makefile.am | 6 ++++-- autogen.sh | 20 ++++++++++++++++++++ configure.ac | 4 +++- contrib/DEBIAN/Makefile.am | 7 ++++++- contrib/DEBIAN/postrm | 6 ++++-- contrib/Makefile.am | 7 ++++++- contrib/check_i18n.py | 4 +++- docs/Makefile.am | 6 ++++-- plugins/Makefile.am | 6 ++++-- plugins/__init__.py | 6 ++++-- plugins/sample/Makefile.am | 6 ++++-- plugins/sample/__init__.py | 6 ++++-- plugins/sample/i18n.py | 4 +++- plugins/sample/model.py | 6 ++++-- plugins/sample/ui/Makefile.am | 8 ++++---- plugins/sample/ui/config/Makefile.am | 7 ++++--- plugins/sample/ui/js/Makefile.am | 6 ++++-- plugins/sample/ui/js/util.js | 6 ++++-- plugins/sample/ui/pages/Makefile.am | 6 ++++-- plugins/sample/ui/pages/i18n.json.tmpl | 6 ++++-- plugins/sample/ui/pages/sample-tab1.html.tmpl | 6 ++++-- plugins/sample/ui/pages/sample-tab2.html.tmpl | 6 ++++-- src/Makefile.am | 4 +++- src/nginx/Makefile.am | 4 +++- src/nginx/wok.conf.in | 4 +++- src/wok/Makefile.am | 6 ++++-- src/wok/__init__.py | 6 ++++-- src/wok/asynctask.py | 6 ++++-- src/wok/auth.py | 4 +++- src/wok/basemodel.py | 6 ++++-- src/wok/cachebust.py | 6 ++++-- src/wok/config.py.in | 4 +++- src/wok/control/Makefile.am | 6 ++++-- src/wok/control/__init__.py | 6 ++++-- src/wok/control/base.py | 4 +++- src/wok/control/plugins.py | 6 ++++-- src/wok/control/tasks.py | 6 ++++-- src/wok/control/utils.py | 6 ++++-- src/wok/exception.py | 6 ++++-- src/wok/i18n.py | 4 +++- src/wok/model/Makefile.am | 6 ++++-- src/wok/model/__init__.py | 6 ++++-- src/wok/model/model.py | 4 +++- src/wok/model/plugins.py | 6 ++++-- src/wok/model/tasks.py | 6 ++++-- src/wok/objectstore.py | 6 ++++-- src/wok/proxy.py | 4 +++- src/wok/rollbackcontext.py | 6 ++++-- src/wok/root.py | 4 +++- src/wok/server.py | 6 ++++-- src/wok/sslcert.py | 6 ++++-- src/wok/template.py | 6 ++++-- src/wok/utils.py | 4 +++- src/wok/xmlutils/Makefile.am | 6 ++++-- src/wok/xmlutils/__init__.py | 6 ++++-- src/wok/xmlutils/utils.py | 6 ++++-- src/wokd.in | 4 +++- 57 files changed, 233 insertions(+), 98 deletions(-) diff --git a/Makefile.am b/Makefile.am index c7914d0..84bfd78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM Corp, 2013 +# Copyright IBM Corp, 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/autogen.sh b/autogen.sh index 0f22dba..92500f5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,24 @@ #!/bin/bash +# +# Project Wok +# +# Copyright IBM Corp, 2013-2015 +# +# Code delivered from Project Kimchi +# +# This library 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 library 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 Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA aclocal automake --add-missing diff --git a/configure.ac b/configure.ac index f287ba5..fa391a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,10 @@ # -# Kimchi +# Project Wok # # Copyright IBM Corp, 2013-2015 # +# Code delivered from Project Kimchi +# # This library 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 diff --git a/contrib/DEBIAN/Makefile.am b/contrib/DEBIAN/Makefile.am index ca89552..3d00aa8 100644 --- a/contrib/DEBIAN/Makefile.am +++ b/contrib/DEBIAN/Makefile.am @@ -1,4 +1,9 @@ -# Copyright IBM Corp, 2013 +# +# Project Wok +# +# Copyright IBM Corp, 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/contrib/DEBIAN/postrm b/contrib/DEBIAN/postrm index 256a234..381c5d7 100755 --- a/contrib/DEBIAN/postrm +++ b/contrib/DEBIAN/postrm @@ -1,8 +1,10 @@ #!/bin/sh -e # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/contrib/Makefile.am b/contrib/Makefile.am index b537df5..8a7f830 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,4 +1,9 @@ -# Copyright IBM Corp, 2013 +# +# Project Wok +# +# Copyright IBM Corp, 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/contrib/check_i18n.py b/contrib/check_i18n.py index 6a2603c..c7ea3d1 100755 --- a/contrib/check_i18n.py +++ b/contrib/check_i18n.py @@ -1,9 +1,11 @@ #!/usr/bin/env python2 # -# Project Kimchi +# Project Wok # # Copyright IBM, Corp. 2014-2015 # +# Code delivered from Project Kimchi +# # This library 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 diff --git a/docs/Makefile.am b/docs/Makefile.am index db23721..78af3e9 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM Corp, 2013 +# Copyright IBM Corp, 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 21a6ece..12eda52 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM Corp, 2013 +# Copyright IBM Corp, 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/plugins/__init__.py b/plugins/__init__.py index 0539a76..ec9bcaf 100644 --- a/plugins/__init__.py +++ b/plugins/__init__.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/plugins/sample/Makefile.am b/plugins/sample/Makefile.am index 876ab54..a524d13 100644 --- a/plugins/sample/Makefile.am +++ b/plugins/sample/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM Corp, 2013 +# Copyright IBM Corp, 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/plugins/sample/__init__.py b/plugins/sample/__init__.py index a3a8f05..f6eae0b 100644 --- a/plugins/sample/__init__.py +++ b/plugins/sample/__init__.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/plugins/sample/i18n.py b/plugins/sample/i18n.py index 763970f..f00feaf 100644 --- a/plugins/sample/i18n.py +++ b/plugins/sample/i18n.py @@ -1,8 +1,10 @@ # -# Project Kimchi +# Project Wok # # Copyright IBM, Corp. 2014 # +# Code delivered from Project Kimchi +# # This library 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 diff --git a/plugins/sample/model.py b/plugins/sample/model.py index 4ada648..f46a4d9 100644 --- a/plugins/sample/model.py +++ b/plugins/sample/model.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/plugins/sample/ui/Makefile.am b/plugins/sample/ui/Makefile.am index 37fec98..8d30d60 100644 --- a/plugins/sample/ui/Makefile.am +++ b/plugins/sample/ui/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM Corp, 2013 +# Copyright IBM Corp, 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -18,5 +20,3 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA SUBDIRS = config js pages - - diff --git a/plugins/sample/ui/config/Makefile.am b/plugins/sample/ui/config/Makefile.am index cf9e09e..660f561 100644 --- a/plugins/sample/ui/config/Makefile.am +++ b/plugins/sample/ui/config/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM Corp, 2013 +# Copyright IBM Corp, 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -18,4 +20,3 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA EXTRA_DIST = tab-ext.xml - diff --git a/plugins/sample/ui/js/Makefile.am b/plugins/sample/ui/js/Makefile.am index 4d536ae..dce514e 100644 --- a/plugins/sample/ui/js/Makefile.am +++ b/plugins/sample/ui/js/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM Corp, 2014 +# Copyright IBM Corp, 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/plugins/sample/ui/js/util.js b/plugins/sample/ui/js/util.js index 7689a81..801c2df 100644 --- a/plugins/sample/ui/js/util.js +++ b/plugins/sample/ui/js/util.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/plugins/sample/ui/pages/Makefile.am b/plugins/sample/ui/pages/Makefile.am index 3da95a2..27f3dee 100644 --- a/plugins/sample/ui/pages/Makefile.am +++ b/plugins/sample/ui/pages/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM Corp, 2014 +# Copyright IBM Corp, 2014-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/plugins/sample/ui/pages/i18n.json.tmpl b/plugins/sample/ui/pages/i18n.json.tmpl index 737bb39..5a0cd5c 100644 --- a/plugins/sample/ui/pages/i18n.json.tmpl +++ b/plugins/sample/ui/pages/i18n.json.tmpl @@ -1,7 +1,9 @@ #* - * 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/plugins/sample/ui/pages/sample-tab1.html.tmpl b/plugins/sample/ui/pages/sample-tab1.html.tmpl index 4354d81..a1cd002 100644 --- a/plugins/sample/ui/pages/sample-tab1.html.tmpl +++ b/plugins/sample/ui/pages/sample-tab1.html.tmpl @@ -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/plugins/sample/ui/pages/sample-tab2.html.tmpl b/plugins/sample/ui/pages/sample-tab2.html.tmpl index 4354d81..a1cd002 100644 --- a/plugins/sample/ui/pages/sample-tab2.html.tmpl +++ b/plugins/sample/ui/pages/sample-tab2.html.tmpl @@ -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/src/Makefile.am b/src/Makefile.am index 2fed7d5..9e5e5ac 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,10 @@ # -# Kimchi +# Project Wok # # Copyright IBM Corp, 2013-2015 # +# Code delivered from Project Kimchi +# # This library 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 diff --git a/src/nginx/Makefile.am b/src/nginx/Makefile.am index 0f36b44..568dc70 100644 --- a/src/nginx/Makefile.am +++ b/src/nginx/Makefile.am @@ -1,8 +1,10 @@ # -# Kimchi +# Project Wok # # Copyright IBM Corp, 2015 # +# Code delivered from Project Kimchi +# # This library 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 diff --git a/src/nginx/wok.conf.in b/src/nginx/wok.conf.in index ce99115..96c9703 100644 --- a/src/nginx/wok.conf.in +++ b/src/nginx/wok.conf.in @@ -1,7 +1,9 @@ -# Project Kimchi +# Project Wok # # Copyright IBM, Corp. 2014-2015 # +# Code delivered from Project Kimchi +# # This library 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 diff --git a/src/wok/Makefile.am b/src/wok/Makefile.am index 6e00907..7c5ae87 100644 --- a/src/wok/Makefile.am +++ b/src/wok/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM Corp, 2013 +# Copyright IBM Corp, 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/__init__.py b/src/wok/__init__.py index edf8e5d..3c9fe27 100644 --- a/src/wok/__init__.py +++ b/src/wok/__init__.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/asynctask.py b/src/wok/asynctask.py index e3e10d5..666993d 100644 --- a/src/wok/asynctask.py +++ b/src/wok/asynctask.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/auth.py b/src/wok/auth.py index 6ae8bfc..03f4ea4 100644 --- a/src/wok/auth.py +++ b/src/wok/auth.py @@ -1,8 +1,10 @@ # -# Project Kimchi +# Project Wok # # Copyright IBM, Corp. 2013-2015 # +# Code delivered from Project Kimchi +# # This library 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 diff --git a/src/wok/basemodel.py b/src/wok/basemodel.py index 096c66b..a50f7d5 100644 --- a/src/wok/basemodel.py +++ b/src/wok/basemodel.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2014 +# Copyright IBM, Corp. 2014-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/cachebust.py b/src/wok/cachebust.py index 26cb232..4957408 100644 --- a/src/wok/cachebust.py +++ b/src/wok/cachebust.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/config.py.in b/src/wok/config.py.in index dcc4613..51beb99 100644 --- a/src/wok/config.py.in +++ b/src/wok/config.py.in @@ -1,8 +1,10 @@ # -# Project Kimchi +# Project Wok # # Copyright IBM, Corp. 2013-2015 # +# Code delivered from Project Kimchi +# # This library 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 diff --git a/src/wok/control/Makefile.am b/src/wok/control/Makefile.am index d6cb3f0..07bcf7b 100644 --- a/src/wok/control/Makefile.am +++ b/src/wok/control/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM Corp, 2013 +# Copyright IBM Corp, 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/control/__init__.py b/src/wok/control/__init__.py index 4ad9459..f193149 100644 --- a/src/wok/control/__init__.py +++ b/src/wok/control/__init__.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/control/base.py b/src/wok/control/base.py index f2ad552..255b5c6 100644 --- a/src/wok/control/base.py +++ b/src/wok/control/base.py @@ -1,8 +1,10 @@ # -# Project Kimchi +# Project Wok # # Copyright IBM, Corp. 2013-2015 # +# Code delivered from Project Kimchi +# # This library 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 diff --git a/src/wok/control/plugins.py b/src/wok/control/plugins.py index 1cc1d5a..1e44cdb 100644 --- a/src/wok/control/plugins.py +++ b/src/wok/control/plugins.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/control/tasks.py b/src/wok/control/tasks.py index f6e8a80..ad30e36 100644 --- a/src/wok/control/tasks.py +++ b/src/wok/control/tasks.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/control/utils.py b/src/wok/control/utils.py index 56f9e7f..96a101e 100644 --- a/src/wok/control/utils.py +++ b/src/wok/control/utils.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/exception.py b/src/wok/exception.py index 6f5e9d9..824e616 100644 --- a/src/wok/exception.py +++ b/src/wok/exception.py @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/i18n.py b/src/wok/i18n.py index 43a1edf..eee1b29 100644 --- a/src/wok/i18n.py +++ b/src/wok/i18n.py @@ -1,8 +1,10 @@ # -# Project Kimchi +# Project Wok # # Copyright IBM, Corp. 2014-2015 # +# Code delivered from Project Kimchi +# # This library 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 diff --git a/src/wok/model/Makefile.am b/src/wok/model/Makefile.am index 8f0f102..d0b7127 100644 --- a/src/wok/model/Makefile.am +++ b/src/wok/model/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM Corp, 2013 +# Copyright IBM Corp, 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/model/__init__.py b/src/wok/model/__init__.py index ca7ede4..687ee47 100644 --- a/src/wok/model/__init__.py +++ b/src/wok/model/__init__.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2014 +# Copyright IBM, Corp. 2014-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/model/model.py b/src/wok/model/model.py index 09c4c1e..37a9707 100644 --- a/src/wok/model/model.py +++ b/src/wok/model/model.py @@ -1,8 +1,10 @@ # -# Project Kimchi +# Project Wok # # Copyright IBM, Corp. 2014-2015 # +# Code delivered from Project Kimchi +# # This library 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 diff --git a/src/wok/model/plugins.py b/src/wok/model/plugins.py index e350f1e..981f200 100644 --- a/src/wok/model/plugins.py +++ b/src/wok/model/plugins.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2014 +# Copyright IBM, Corp. 2014-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/model/tasks.py b/src/wok/model/tasks.py index 678fdc2..d784232 100644 --- a/src/wok/model/tasks.py +++ b/src/wok/model/tasks.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2014 +# Copyright IBM, Corp. 2014-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/objectstore.py b/src/wok/objectstore.py index aa2a21c..4af3040 100644 --- a/src/wok/objectstore.py +++ b/src/wok/objectstore.py @@ -1,6 +1,8 @@ -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/proxy.py b/src/wok/proxy.py index 961f8a7..ad5bc86 100644 --- a/src/wok/proxy.py +++ b/src/wok/proxy.py @@ -1,9 +1,11 @@ #!/usr/bin/python # -# Project Kimchi +# Project Wok # # Copyright IBM, Corp. 2014-2015 # +# Code delivered from Project Kimchi +# # This library 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 diff --git a/src/wok/rollbackcontext.py b/src/wok/rollbackcontext.py index 2f3e8bc..a4c25d1 100644 --- a/src/wok/rollbackcontext.py +++ b/src/wok/rollbackcontext.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/root.py b/src/wok/root.py index 4262bd0..6d170c2 100644 --- a/src/wok/root.py +++ b/src/wok/root.py @@ -1,8 +1,10 @@ # -# Project Kimchi +# Project Wok # # Copyright IBM, Corp. 2013-2015 # +# Code delivered from Project Kimchi +# # This library 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 diff --git a/src/wok/server.py b/src/wok/server.py index e18ecb5..e9ef528 100644 --- a/src/wok/server.py +++ b/src/wok/server.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/sslcert.py b/src/wok/sslcert.py index 6b64796..60c986f 100644 --- a/src/wok/sslcert.py +++ b/src/wok/sslcert.py @@ -1,9 +1,11 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 # Copyright (C) 2004-2005 OSAF. All Rights Reserved. # +# Code delivered from Project Kimchi +# # Portions of this file were derived from the python-m2crypto unit tests: # http://svn.osafoundation.org/m2crypto/trunk/tests/test_x509.py # diff --git a/src/wok/template.py b/src/wok/template.py index c743f73..b72482b 100644 --- a/src/wok/template.py +++ b/src/wok/template.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM, Corp. 2013-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/utils.py b/src/wok/utils.py index 89ab15d..6ccf6ad 100644 --- a/src/wok/utils.py +++ b/src/wok/utils.py @@ -1,8 +1,10 @@ # -# Project Kimchi +# Project Wok # # Copyright IBM, Corp. 2013-2015 # +# Code delivered from Project Kimchi +# # This library 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 diff --git a/src/wok/xmlutils/Makefile.am b/src/wok/xmlutils/Makefile.am index 69aa524..c139096 100644 --- a/src/wok/xmlutils/Makefile.am +++ b/src/wok/xmlutils/Makefile.am @@ -1,7 +1,9 @@ # -# Kimchi +# Project Wok # -# Copyright IBM Corp, 2014 +# Copyright IBM Corp, 2014-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/xmlutils/__init__.py b/src/wok/xmlutils/__init__.py index ca7ede4..687ee47 100644 --- a/src/wok/xmlutils/__init__.py +++ b/src/wok/xmlutils/__init__.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2014 +# Copyright IBM, Corp. 2014-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wok/xmlutils/utils.py b/src/wok/xmlutils/utils.py index be08a14..e09dccb 100644 --- a/src/wok/xmlutils/utils.py +++ b/src/wok/xmlutils/utils.py @@ -1,7 +1,9 @@ # -# Project Kimchi +# Project Wok # -# Copyright IBM, Corp. 2014 +# Copyright IBM, Corp. 2014-2015 +# +# Code delivered from Project Kimchi # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/wokd.in b/src/wokd.in index f225361..351054b 100644 --- a/src/wokd.in +++ b/src/wokd.in @@ -1,9 +1,11 @@ #!/usr/bin/env python2 # -# Project Kimchi +# Project Wok # # Copyright IBM, Corp. 2013-2015 # +# Code delivered from Project Kimchi +# # This library 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 -- 2.4.3

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
participants (2)
-
Aline Manera
-
pvital@linux.vnet.ibm.com