[Kimchi-devel] [PATCH 2/3] Update the header of all Wok back-end files

Aline Manera alinefm at linux.vnet.ibm.com
Wed Sep 30 20:28:43 UTC 2015



On 30/09/2015 16:14, pvital at linux.vnet.ibm.com wrote:
> From: Paulo Vital <pvital at linux.vnet.ibm.com>
>
> Signed-off-by: Paulo Vital <pvital at 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 ++++--
>   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/plugins/Makefile.am                          |  6 ++++--
>   src/wok/plugins/__init__.py                          |  6 ++++--
>   src/wok/plugins/sample/Makefile.am                   |  6 ++++--
>   src/wok/plugins/sample/__init__.py                   |  6 ++++--
>   src/wok/plugins/sample/i18n.py                       |  4 +++-
>   src/wok/plugins/sample/model.py                      |  6 ++++--
>   src/wok/plugins/sample/ui/Makefile.am                |  8 ++++----
>   src/wok/plugins/sample/ui/config/Makefile.am         |  7 ++++---
>   src/wok/plugins/sample/ui/js/Makefile.am             |  6 ++++--
>   src/wok/plugins/sample/ui/js/util.js                 |  6 ++++--
>   src/wok/plugins/sample/ui/pages/Makefile.am          |  6 ++++--
>   src/wok/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/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 337aa24..38a072c 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

Is "Code derived from Project Kimchi" better? =)




More information about the Kimchi-devel mailing list