[Kimchi-devel] [PATCH] Authors cleanup

Aline Manera alinefm at linux.vnet.ibm.com
Wed Feb 26 00:41:13 UTC 2014


Thanks a lot for this patch, Paulo!

That way we solve the problem pointed by Ming and also avoid future 
conflicts. :-)

Reviewed-by: Aline Manera <alinefm at linux.vnet.ibm.com>

On 02/25/2014 05:58 PM, Paulo Vital wrote:
> Removed authors references from any type of code files and moved to
> AUTHORS file
>
> Signed-off-by: Paulo Vital <pvital at linux.vnet.ibm.com>
> ---
>   AUTHORS                                   | 21 +++++++++++++++++++--
>   Makefile.am                               |  3 ---
>   config/Makefile.am                        |  3 ---
>   config/ui/Makefile.am                     |  3 ---
>   configure.ac                              |  3 ---
>   contrib/DEBIAN/Makefile.am                |  3 ---
>   contrib/Makefile.am                       |  3 ---
>   docs/Makefile.am                          |  3 ---
>   plugins/Makefile.am                       |  3 ---
>   plugins/__init__.py                       |  3 ---
>   plugins/sample/Makefile.am                |  3 ---
>   plugins/sample/__init__.py                |  3 ---
>   plugins/sample/i18n.py                    |  3 ---
>   plugins/sample/model.py                   |  3 ---
>   plugins/sample/ui/Makefile.am             |  3 ---
>   plugins/sample/ui/config/Makefile.am      |  3 ---
>   src/Makefile.am                           |  3 ---
>   src/distros.d/Makefile.am                 |  3 ---
>   src/kimchi/Makefile.am                    |  3 ---
>   src/kimchi/__init__.py                    |  4 ----
>   src/kimchi/asynctask.py                   |  3 ---
>   src/kimchi/auth.py                        |  5 -----
>   src/kimchi/basemodel.py                   |  3 ---
>   src/kimchi/cachebust.py                   |  3 ---
>   src/kimchi/config.py.in                   |  4 ----
>   src/kimchi/control/Makefile.am            |  3 ---
>   src/kimchi/control/__init__.py            |  3 ---
>   src/kimchi/control/base.py                |  5 -----
>   src/kimchi/control/config.py              |  5 -----
>   src/kimchi/control/debugreports.py        |  4 ----
>   src/kimchi/control/host.py                |  6 ------
>   src/kimchi/control/interfaces.py          |  5 -----
>   src/kimchi/control/networks.py            |  4 ----
>   src/kimchi/control/plugins.py             |  5 -----
>   src/kimchi/control/storagepools.py        |  6 ------
>   src/kimchi/control/storageservers.py      |  3 ---
>   src/kimchi/control/storagevolumes.py      |  6 ------
>   src/kimchi/control/tasks.py               |  4 ----
>   src/kimchi/control/templates.py           |  4 ----
>   src/kimchi/control/utils.py               |  5 -----
>   src/kimchi/control/vm/Makefile.am         |  4 ----
>   src/kimchi/control/vm/__init__.py         |  4 ----
>   src/kimchi/control/vm/ifaces.py           |  3 ---
>   src/kimchi/control/vm/storages.py         |  3 ---
>   src/kimchi/control/vms.py                 |  5 -----
>   src/kimchi/disks.py                       |  3 ---
>   src/kimchi/distroloader.py                |  3 ---
>   src/kimchi/exception.py                   |  3 ---
>   src/kimchi/featuretests.py                |  3 ---
>   src/kimchi/i18n.py                        |  3 ---
>   src/kimchi/iscsi.py                       |  3 ---
>   src/kimchi/isoinfo.py                     |  3 ---
>   src/kimchi/mockmodel.py                   |  3 ---
>   src/kimchi/model/Makefile.am              |  3 ---
>   src/kimchi/model/__init__.py              |  3 ---
>   src/kimchi/model/config.py                |  3 ---
>   src/kimchi/model/debugreports.py          |  3 ---
>   src/kimchi/model/host.py                  |  3 ---
>   src/kimchi/model/interfaces.py            |  3 ---
>   src/kimchi/model/libvirtconnection.py     |  3 ---
>   src/kimchi/model/libvirtstoragepool.py    |  3 ---
>   src/kimchi/model/model.py                 |  3 ---
>   src/kimchi/model/networks.py              |  3 ---
>   src/kimchi/model/plugins.py               |  3 ---
>   src/kimchi/model/storagepools.py          |  3 ---
>   src/kimchi/model/storageservers.py        |  3 ---
>   src/kimchi/model/storagetargets.py        |  3 ---
>   src/kimchi/model/storagevolumes.py        |  3 ---
>   src/kimchi/model/tasks.py                 |  3 ---
>   src/kimchi/model/templates.py             |  3 ---
>   src/kimchi/model/utils.py                 |  3 ---
>   src/kimchi/model/vmifaces.py              |  3 ---
>   src/kimchi/model/vms.py                   |  3 ---
>   src/kimchi/model/vmstorages.py            |  4 ----
>   src/kimchi/netinfo.py                     |  3 ---
>   src/kimchi/network.py                     |  3 ---
>   src/kimchi/networkxml.py                  |  3 ---
>   src/kimchi/objectstore.py                 |  4 ----
>   src/kimchi/osinfo.py                      |  3 ---
>   src/kimchi/repositories.py                |  3 ---
>   src/kimchi/rollbackcontext.py             |  5 -----
>   src/kimchi/root.py                        |  4 ----
>   src/kimchi/scan.py                        |  3 ---
>   src/kimchi/screenshot.py                  |  3 ---
>   src/kimchi/server.py                      |  4 ----
>   src/kimchi/sslcert.py                     |  4 ----
>   src/kimchi/swupdate.py                    |  4 ----
>   src/kimchi/template.py                    |  4 ----
>   src/kimchi/utils.py                       |  3 ---
>   src/kimchi/vmtemplate.py                  |  3 ---
>   src/kimchi/vnc.py                         |  3 ---
>   src/kimchi/xmlutils.py                    |  3 ---
>   src/kimchid.in                            |  5 -----
>   tests/Makefile.am                         |  3 ---
>   tests/iso_gen.py                          |  3 ---
>   tests/run_tests.sh.in                     |  3 ---
>   tests/test_authorization.py               |  3 ---
>   tests/test_config.py.in                   |  3 ---
>   tests/test_exception.py                   |  3 ---
>   tests/test_mockmodel.py                   |  3 ---
>   tests/test_model.py                       |  3 ---
>   tests/test_networkxml.py                  |  3 ---
>   tests/test_osinfo.py                      |  3 ---
>   tests/test_plugin.py                      |  3 ---
>   tests/test_rest.py                        |  3 ---
>   tests/test_rollbackcontext.py             |  3 ---
>   tests/test_server.py                      |  3 ---
>   tests/test_storagepool.py                 |  3 ---
>   tests/test_vmtemplate.py                  |  3 ---
>   tests/utils.py                            |  3 ---
>   ui/Makefile.am                            |  3 ---
>   ui/css/Makefile.am                        |  3 ---
>   ui/css/fonts/Makefile.am                  |  3 ---
>   ui/css/fonts/novnc/Makefile.am            |  3 ---
>   ui/css/novnc/Makefile.am                  |  3 ---
>   ui/css/theme-default/button.css           |  3 ---
>   ui/css/theme-default/circleGauge.css      |  3 ---
>   ui/css/theme-default/error.css            |  3 ---
>   ui/css/theme-default/form.css             |  5 +----
>   ui/css/theme-default/framework.css        |  3 ---
>   ui/css/theme-default/grid.css             |  3 ---
>   ui/css/theme-default/guest-edit.css       |  3 ---
>   ui/css/theme-default/host.css             |  3 ---
>   ui/css/theme-default/jquery-ui.custom.css |  3 ---
>   ui/css/theme-default/line-chart.css       |  3 ---
>   ui/css/theme-default/list.css             |  3 ---
>   ui/css/theme-default/login-window.css     |  3 ---
>   ui/css/theme-default/message.css          |  5 +----
>   ui/css/theme-default/nav-tree.css         |  3 ---
>   ui/css/theme-default/navbar.css           |  3 ---
>   ui/css/theme-default/network.css          |  3 ---
>   ui/css/theme-default/popover.css          |  3 ---
>   ui/css/theme-default/reset.css            |  3 ---
>   ui/css/theme-default/storage.css          |  3 ---
>   ui/css/theme-default/template-edit.css    |  3 ---
>   ui/css/theme-default/template.css         |  3 ---
>   ui/css/theme-default/template_add.css     |  3 ---
>   ui/css/theme-default/template_list.css    |  3 ---
>   ui/css/theme-default/tile-check.css       |  3 ---
>   ui/css/theme-default/toolbar.css          |  3 ---
>   ui/css/theme-default/topbar.css           |  3 ---
>   ui/css/theme-default/window.css           |  3 ---
>   ui/images/Makefile.am                     |  3 ---
>   ui/images/theme-default/Makefile.am       |  3 ---
>   ui/js/Makefile.am                         |  3 ---
>   ui/js/novnc/Makefile.am                   |  3 ---
>   ui/js/novnc/web-socket-js/Makefile.am     |  3 ---
>   ui/js/spice/Makefile.am                   |  3 ---
>   ui/js/src/kimchi.api.js                   |  4 ----
>   ui/js/src/kimchi.cookie.js                |  3 ---
>   ui/js/src/kimchi.form.js                  |  3 ---
>   ui/js/src/kimchi.grid.js                  |  3 ---
>   ui/js/src/kimchi.guest_add_main.js        |  3 ---
>   ui/js/src/kimchi.guest_edit_main.js       |  3 ---
>   ui/js/src/kimchi.guest_main.js            |  4 ----
>   ui/js/src/kimchi.host.js                  |  3 ---
>   ui/js/src/kimchi.lang.js                  |  3 ---
>   ui/js/src/kimchi.line-chart.js            |  3 ---
>   ui/js/src/kimchi.login_window.js          |  4 ----
>   ui/js/src/kimchi.main.js                  |  3 ---
>   ui/js/src/kimchi.message.js               |  3 ---
>   ui/js/src/kimchi.network.js               |  3 ---
>   ui/js/src/kimchi.popable.js               |  3 ---
>   ui/js/src/kimchi.select.js                |  3 ---
>   ui/js/src/kimchi.storage_main.js          |  3 ---
>   ui/js/src/kimchi.storagepool_add_main.js  |  4 ----
>   ui/js/src/kimchi.template.js              |  3 ---
>   ui/js/src/kimchi.template_add_main.js     |  3 ---
>   ui/js/src/kimchi.template_edit_main.js    |  3 ---
>   ui/js/src/kimchi.template_main.js         |  3 ---
>   ui/js/src/kimchi.topic.js                 |  3 ---
>   ui/js/src/kimchi.user.js                  |  3 ---
>   ui/js/src/kimchi.utils.js                 |  3 ---
>   ui/js/src/kimchi.window.js                |  4 ----
>   ui/js/widgets/button-dropDown.js          |  5 +----
>   ui/js/widgets/circleGauge.js              |  4 ----
>   ui/js/widgets/combobox.js                 |  5 +----
>   ui/js/widgets/filter-select.js            |  5 +----
>   ui/js/widgets/select-menu.js              |  3 ---
>   ui/libs/Makefile.am                       |  3 ---
>   ui/libs/themes/Makefile.am                |  4 ----
>   ui/libs/themes/base/Makefile.am           |  4 ----
>   ui/libs/themes/base/images/Makefile.am    |  4 ----
>   ui/pages/Makefile.am                      |  3 ---
>   ui/pages/error.html.tmpl                  |  4 ----
>   ui/pages/guest-add.html.tmpl              |  3 ---
>   ui/pages/guest-edit.html.tmpl             |  4 ----
>   ui/pages/guest.html.tmpl                  |  4 ----
>   ui/pages/help/Makefile.am                 |  3 ---
>   ui/pages/help/gen-index.py                |  3 ---
>   ui/pages/i18n.html.tmpl                   |  5 -----
>   ui/pages/kimchi-ui.html.tmpl              |  4 ----
>   ui/pages/login-window.html.tmpl           |  3 ---
>   ui/pages/report-add.html.tmpl             |  3 ---
>   ui/pages/storagepool-add.html.tmpl        |  4 ----
>   ui/pages/tabs/Makefile.am                 |  3 ---
>   ui/pages/tabs/guests.html.tmpl            |  4 ----
>   ui/pages/tabs/host.html.tmpl              |  3 ---
>   ui/pages/tabs/network.html.tmpl           |  3 ---
>   ui/pages/tabs/storage.html.tmpl           |  3 ---
>   ui/pages/tabs/templates.html.tmpl         |  4 ----
>   ui/pages/template-add.html.tmpl           |  4 ----
>   ui/pages/template-edit.html.tmpl          |  4 ----
>   203 files changed, 24 insertions(+), 675 deletions(-)
>
> diff --git a/AUTHORS b/AUTHORS
> index 05067d0..3f75332 100644
> --- a/AUTHORS
> +++ b/AUTHORS
> @@ -1,15 +1,32 @@
>   Adam King <rak at linux.vnet.ibm.com>
>   Adam Litke <agl at linux.vnet.ibm.com>
> +Adriano Botega <abotega at linux.vnet.ibm.com>
> +Alexandre Tanaka Hirata <hirata at linux.vnet.ibm.com>
>   Aline Manera <alinefm at br.ibm.com>
> +apporc <appleorchard2000 at gmail.com>
>   Anthony Liguori <aliguori at us.ibm.com>
>   Bing Bu Cao <mars at linux.vnet.ibm.com>
> +Christy Perez <christy at linux.vnet.ibm.com>
>   Cole Robinson <crobinso at redhat.com>
> +Crístian Viana <vianac at linux.vnet.ibm.com>
> +Daniel H Barboza <danielhb at linux.vnet.ibm.com>
>   Eduardo Elias Ferreira <edusf at linux.vnet.ibm.com>
> +Eli Qiao(Li Yong Qiao) <taget at linux.vnet.ibm.com>
>   Hongliang Wang <hlwang at linux.vnet.ibm.com>
> +Leonardo Garcia <lagarcia at br.ibm.com>
> +Lise Noble <lwnoble at us.ibm.com>
> +Malcolm Yu <minghaoyusombie at gmail.com>
> +Mark Wu <wudxw at linux.vnet.ibm.com>
> +Mei Na Zhou <zhoumein at linux.vnet.ibm.com>
> +Paulo Vital <pvital at linux.vnet.ibm.com>
> +Pradeep K Surisetty<psuriset at linux.vnet.ibm.com>
> +Ramon Medeiros <ramonn at linux.vnet.ibm.com>
> +Rodrigo Trujilo <rodrigo.trujillo at linux.vnet.ibm.com>
>   Royce Lv <lvroyce at linux.vnet.ibm.com>
>   ShaoHe Feng <shaohef at linux.vnet.ibm.com>
>   Shu Ming <shuming at linux.vnet.ibm.com>
> +Toby Allsopp <toby at MI6.GEN.NZ>
>   Tony Breeds <tonyb at au1.ibm.com>
>   Xin BJ Ding <xinding at cn.ibm.com>
> -zhoumeina <zhmeina at cn.ibm.com>
> -Pradeep K Surisetty<psuriset at linux.vnet.ibm.com>
> +Yu Xin Huo <huoyuxin at linux.vnet.ibm.com>
> +Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>
> diff --git a/Makefile.am b/Makefile.am
> index 47ba154..22944d5 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/config/Makefile.am b/config/Makefile.am
> index 514ae25..208d3e3 100644
> --- a/config/Makefile.am
> +++ b/config/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  zhoumeina <zhoumein at linux.vnet.ibm.com>
> -#
>   # 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/config/ui/Makefile.am b/config/ui/Makefile.am
> index 04c6e64..32b74e3 100644
> --- a/config/ui/Makefile.am
> +++ b/config/ui/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  zhoumeina <zhoumein at linux.vnet.ibm.com>
> -#
>   # 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/configure.ac b/configure.ac
> index c0bc538..365348f 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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 bec0c9e..ca89552 100644
> --- a/contrib/DEBIAN/Makefile.am
> +++ b/contrib/DEBIAN/Makefile.am
> @@ -1,8 +1,5 @@
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/Makefile.am b/contrib/Makefile.am
> index 44f3b48..e36d4cd 100644
> --- a/contrib/Makefile.am
> +++ b/contrib/Makefile.am
> @@ -1,8 +1,5 @@
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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 586281a..f195cbc 100644
> --- a/docs/Makefile.am
> +++ b/docs/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/Makefile.am b/plugins/Makefile.am
> index b7cd57a..2ceedae 100644
> --- a/plugins/Makefile.am
> +++ b/plugins/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Mark Wu <wudxw at linux.vnet.ibm.com>
> -#
>   # 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/__init__.py b/plugins/__init__.py
> index 188268d..910cdc4 100644
> --- a/plugins/__init__.py
> +++ b/plugins/__init__.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2014
>   #
> -# Authors:
> -#  Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>
> -#
>   # 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/Makefile.am b/plugins/sample/Makefile.am
> index bb2d926..e03a4c0 100644
> --- a/plugins/sample/Makefile.am
> +++ b/plugins/sample/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Mark Wu <wudxw at linux.vnet.ibm.com>
> -#
>   # 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/__init__.py b/plugins/sample/__init__.py
> index fff9aa7..3183898 100644
> --- a/plugins/sample/__init__.py
> +++ b/plugins/sample/__init__.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Mark Wu <wudxw at linux.vnet.ibm.com>
> -#
>   # 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/i18n.py b/plugins/sample/i18n.py
> index b4cd5cb..8957e11 100644
> --- a/plugins/sample/i18n.py
> +++ b/plugins/sample/i18n.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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 f7ca319..e34b9d0 100644
> --- a/plugins/sample/model.py
> +++ b/plugins/sample/model.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Mark Wu <wudxw at linux.vnet.ibm.com>
> -#
>   # 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/ui/Makefile.am b/plugins/sample/ui/Makefile.am
> index 02d2ef2..0ee244f 100644
> --- a/plugins/sample/ui/Makefile.am
> +++ b/plugins/sample/ui/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Mark Wu <wudxw at linux.vnet.ibm.com>
> -#
>   # 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/ui/config/Makefile.am b/plugins/sample/ui/config/Makefile.am
> index 30a4001..cf9e09e 100644
> --- a/plugins/sample/ui/config/Makefile.am
> +++ b/plugins/sample/ui/config/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Mark Wu <wudxw at linux.vnet.ibm.com>
> -#
>   # 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/Makefile.am b/src/Makefile.am
> index 7514870..2005f7c 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/distros.d/Makefile.am b/src/distros.d/Makefile.am
> index b552c79..684fe60 100644
> --- a/src/distros.d/Makefile.am
> +++ b/src/distros.d/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/Makefile.am b/src/kimchi/Makefile.am
> index 6a0e100..957d2c9 100644
> --- a/src/kimchi/Makefile.am
> +++ b/src/kimchi/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/__init__.py b/src/kimchi/__init__.py
> index c6140fb..b93d4e3 100644
> --- a/src/kimchi/__init__.py
> +++ b/src/kimchi/__init__.py
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Anthony Liguori <aliguori at us.ibm.com>
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/asynctask.py b/src/kimchi/asynctask.py
> index f5cba50..8f0d96c 100644
> --- a/src/kimchi/asynctask.py
> +++ b/src/kimchi/asynctask.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Shu Ming <shuming at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/auth.py b/src/kimchi/auth.py
> index 94e7eab..ebe3a3c 100644
> --- a/src/kimchi/auth.py
> +++ b/src/kimchi/auth.py
> @@ -3,11 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#  Shu Ming <shuming at linux.vnet.ibm.com>
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/basemodel.py b/src/kimchi/basemodel.py
> index 0058dc2..93aab0c 100644
> --- a/src/kimchi/basemodel.py
> +++ b/src/kimchi/basemodel.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2014
>   #
> -# Authors:
> -#  Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/cachebust.py b/src/kimchi/cachebust.py
> index 7844695..2961eeb 100644
> --- a/src/kimchi/cachebust.py
> +++ b/src/kimchi/cachebust.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -# ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/config.py.in b/src/kimchi/config.py.in
> index 32d61c6..ffe2305 100644
> --- a/src/kimchi/config.py.in
> +++ b/src/kimchi/config.py.in
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Anthony Liguori <aliguori at us.ibm.com>
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/Makefile.am b/src/kimchi/control/Makefile.am
> index 42f62c3..fee98dc 100644
> --- a/src/kimchi/control/Makefile.am
> +++ b/src/kimchi/control/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/__init__.py b/src/kimchi/control/__init__.py
> index f24f9f3..7735ddd 100644
> --- a/src/kimchi/control/__init__.py
> +++ b/src/kimchi/control/__init__.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/base.py b/src/kimchi/control/base.py
> index 91a70ae..082f95b 100644
> --- a/src/kimchi/control/base.py
> +++ b/src/kimchi/control/base.py
> @@ -3,11 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#  Aline Manera <alinefm at linix.vnet.ibm.com>
> -#  Shu Ming <shuming at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/config.py b/src/kimchi/control/config.py
> index 4750410..b485737 100644
> --- a/src/kimchi/control/config.py
> +++ b/src/kimchi/control/config.py
> @@ -3,11 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/debugreports.py b/src/kimchi/control/debugreports.py
> index 57dc0f3..9922cfa 100644
> --- a/src/kimchi/control/debugreports.py
> +++ b/src/kimchi/control/debugreports.py
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#  Shu Ming <shuming at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/host.py b/src/kimchi/control/host.py
> index 50edc71..4fd6b51 100644
> --- a/src/kimchi/control/host.py
> +++ b/src/kimchi/control/host.py
> @@ -3,12 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#  Daniel Henrique Barboza <danielhb at linux.vnet.ibm.com>
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/interfaces.py b/src/kimchi/control/interfaces.py
> index f93dd6a..3f353a9 100644
> --- a/src/kimchi/control/interfaces.py
> +++ b/src/kimchi/control/interfaces.py
> @@ -3,11 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/networks.py b/src/kimchi/control/networks.py
> index 3a02f60..dd7e08d 100644
> --- a/src/kimchi/control/networks.py
> +++ b/src/kimchi/control/networks.py
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/plugins.py b/src/kimchi/control/plugins.py
> index fdbfd9a..8dc2273 100644
> --- a/src/kimchi/control/plugins.py
> +++ b/src/kimchi/control/plugins.py
> @@ -3,11 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#  zhoumeina <zhoumein at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/storagepools.py b/src/kimchi/control/storagepools.py
> index 7e6bdd7..62f9525 100644
> --- a/src/kimchi/control/storagepools.py
> +++ b/src/kimchi/control/storagepools.py
> @@ -3,12 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#  Bing Bu Cao <mars at linux.vnet.ibm.com>
> -#  Royce Lv <lvroyce at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/storageservers.py b/src/kimchi/control/storageservers.py
> index 9e7f4ac..515120f 100644
> --- a/src/kimchi/control/storageservers.py
> +++ b/src/kimchi/control/storageservers.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2014
>   #
> -# Authors:
> -#  Royce Lv <lvroyce at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/storagevolumes.py b/src/kimchi/control/storagevolumes.py
> index cd15bcc..718c97a 100644
> --- a/src/kimchi/control/storagevolumes.py
> +++ b/src/kimchi/control/storagevolumes.py
> @@ -3,12 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#  Bing Bu Cao <mars at linux.vnet.ibm.com>
> -#  Royce Lv <lvroyce at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/tasks.py b/src/kimchi/control/tasks.py
> index f3dbfd9..76b7ec8 100644
> --- a/src/kimchi/control/tasks.py
> +++ b/src/kimchi/control/tasks.py
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#  Shu Ming <shuming at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/templates.py b/src/kimchi/control/templates.py
> index 3f1dc7a..a535960 100644
> --- a/src/kimchi/control/templates.py
> +++ b/src/kimchi/control/templates.py
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/utils.py b/src/kimchi/control/utils.py
> index 0d7e84a..5e63816 100644
> --- a/src/kimchi/control/utils.py
> +++ b/src/kimchi/control/utils.py
> @@ -3,11 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#  Mark Wu <wudxw at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/vm/Makefile.am b/src/kimchi/control/vm/Makefile.am
> index c42a6cd..e57b907 100644
> --- a/src/kimchi/control/vm/Makefile.am
> +++ b/src/kimchi/control/vm/Makefile.am
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#  Royce Lv <lvroyce at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/vm/__init__.py b/src/kimchi/control/vm/__init__.py
> index c430d2f..7735ddd 100644
> --- a/src/kimchi/control/vm/__init__.py
> +++ b/src/kimchi/control/vm/__init__.py
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#  Royce Lv <lvroyce at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/vm/ifaces.py b/src/kimchi/control/vm/ifaces.py
> index 263b664..874ef54 100644
> --- a/src/kimchi/control/vm/ifaces.py
> +++ b/src/kimchi/control/vm/ifaces.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/vm/storages.py b/src/kimchi/control/vm/storages.py
> index f0e8fb5..984c4d2 100644
> --- a/src/kimchi/control/vm/storages.py
> +++ b/src/kimchi/control/vm/storages.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2014
>   #
> -# Authors:
> -#  Rodrigo Trujilo <rodrigo.trujillo at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/control/vms.py b/src/kimchi/control/vms.py
> index a74ce27..81ad3a6 100644
> --- a/src/kimchi/control/vms.py
> +++ b/src/kimchi/control/vms.py
> @@ -3,11 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#  Royce Lv <lvroyce at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/disks.py b/src/kimchi/disks.py
> index ef065e2..8389922 100644
> --- a/src/kimchi/disks.py
> +++ b/src/kimchi/disks.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Daniel H Barboza <danielhb at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/distroloader.py b/src/kimchi/distroloader.py
> index f0b0208..daa5d5b 100644
> --- a/src/kimchi/distroloader.py
> +++ b/src/kimchi/distroloader.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/exception.py b/src/kimchi/exception.py
> index 2d974a8..71a4d11 100644
> --- a/src/kimchi/exception.py
> +++ b/src/kimchi/exception.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Royce Lv <lvroyce at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/featuretests.py b/src/kimchi/featuretests.py
> index e759b6d..045f72b 100644
> --- a/src/kimchi/featuretests.py
> +++ b/src/kimchi/featuretests.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at br.ibm.com>
> -#
>   # 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/kimchi/i18n.py b/src/kimchi/i18n.py
> index fea0184..2983edd 100644
> --- a/src/kimchi/i18n.py
> +++ b/src/kimchi/i18n.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/iscsi.py b/src/kimchi/iscsi.py
> index 248188c..ea84caa 100644
> --- a/src/kimchi/iscsi.py
> +++ b/src/kimchi/iscsi.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/isoinfo.py b/src/kimchi/isoinfo.py
> index 5629391..1e9e02d 100644
> --- a/src/kimchi/isoinfo.py
> +++ b/src/kimchi/isoinfo.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/mockmodel.py b/src/kimchi/mockmodel.py
> index b23a024..50b5f0e 100644
> --- a/src/kimchi/mockmodel.py
> +++ b/src/kimchi/mockmodel.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/Makefile.am b/src/kimchi/model/Makefile.am
> index edab6fb..a6ccbf0 100644
> --- a/src/kimchi/model/Makefile.am
> +++ b/src/kimchi/model/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/__init__.py b/src/kimchi/model/__init__.py
> index 8a37cc4..53588e0 100644
> --- a/src/kimchi/model/__init__.py
> +++ b/src/kimchi/model/__init__.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/config.py b/src/kimchi/model/config.py
> index 2d09416..e201737 100644
> --- a/src/kimchi/model/config.py
> +++ b/src/kimchi/model/config.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/debugreports.py b/src/kimchi/model/debugreports.py
> index 7573a5b..3e14848 100644
> --- a/src/kimchi/model/debugreports.py
> +++ b/src/kimchi/model/debugreports.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/host.py b/src/kimchi/model/host.py
> index 503cddc..d0d2190 100644
> --- a/src/kimchi/model/host.py
> +++ b/src/kimchi/model/host.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/interfaces.py b/src/kimchi/model/interfaces.py
> index 96b1261..54ea098 100644
> --- a/src/kimchi/model/interfaces.py
> +++ b/src/kimchi/model/interfaces.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/libvirtconnection.py b/src/kimchi/model/libvirtconnection.py
> index 7bbb668..324edc1 100644
> --- a/src/kimchi/model/libvirtconnection.py
> +++ b/src/kimchi/model/libvirtconnection.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/libvirtstoragepool.py b/src/kimchi/model/libvirtstoragepool.py
> index dc38d50..6c1ffb4 100644
> --- a/src/kimchi/model/libvirtstoragepool.py
> +++ b/src/kimchi/model/libvirtstoragepool.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/model.py b/src/kimchi/model/model.py
> index ac0779d..aa5eab5 100644
> --- a/src/kimchi/model/model.py
> +++ b/src/kimchi/model/model.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/networks.py b/src/kimchi/model/networks.py
> index 7e9b471..f032875 100644
> --- a/src/kimchi/model/networks.py
> +++ b/src/kimchi/model/networks.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/plugins.py b/src/kimchi/model/plugins.py
> index d6756d0..43077d4 100644
> --- a/src/kimchi/model/plugins.py
> +++ b/src/kimchi/model/plugins.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/storagepools.py b/src/kimchi/model/storagepools.py
> index 011feb0..10a7a0d 100644
> --- a/src/kimchi/model/storagepools.py
> +++ b/src/kimchi/model/storagepools.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/storageservers.py b/src/kimchi/model/storageservers.py
> index 26e1f6f..d4fba9d 100644
> --- a/src/kimchi/model/storageservers.py
> +++ b/src/kimchi/model/storageservers.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/storagetargets.py b/src/kimchi/model/storagetargets.py
> index 01cdaf8..e090d84 100644
> --- a/src/kimchi/model/storagetargets.py
> +++ b/src/kimchi/model/storagetargets.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/storagevolumes.py b/src/kimchi/model/storagevolumes.py
> index 6bd6ded..8defdb7 100644
> --- a/src/kimchi/model/storagevolumes.py
> +++ b/src/kimchi/model/storagevolumes.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/tasks.py b/src/kimchi/model/tasks.py
> index 40ca1d6..f8f995a 100644
> --- a/src/kimchi/model/tasks.py
> +++ b/src/kimchi/model/tasks.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/templates.py b/src/kimchi/model/templates.py
> index eac1a2a..7afb0e0 100644
> --- a/src/kimchi/model/templates.py
> +++ b/src/kimchi/model/templates.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/utils.py b/src/kimchi/model/utils.py
> index b642f05..80e1801 100644
> --- a/src/kimchi/model/utils.py
> +++ b/src/kimchi/model/utils.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/vmifaces.py b/src/kimchi/model/vmifaces.py
> index f526e0d..9bf110e 100644
> --- a/src/kimchi/model/vmifaces.py
> +++ b/src/kimchi/model/vmifaces.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/vms.py b/src/kimchi/model/vms.py
> index b6a42e6..a3b6c31 100644
> --- a/src/kimchi/model/vms.py
> +++ b/src/kimchi/model/vms.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/model/vmstorages.py b/src/kimchi/model/vmstorages.py
> index 7796f30..6298a81 100644
> --- a/src/kimchi/model/vmstorages.py
> +++ b/src/kimchi/model/vmstorages.py
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2014
>   #
> -# Authors:
> -#  Rodrigo Trujillo <rodrigo.trujillo at linux.vnet.ibm.com>
> -#  Daniel Henrique Barboza <danielhb at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/netinfo.py b/src/kimchi/netinfo.py
> index c34b96d..4dc6657 100644
> --- a/src/kimchi/netinfo.py
> +++ b/src/kimchi/netinfo.py
> @@ -2,9 +2,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/network.py b/src/kimchi/network.py
> index 3c9cf40..24439df 100644
> --- a/src/kimchi/network.py
> +++ b/src/kimchi/network.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/networkxml.py b/src/kimchi/networkxml.py
> index 63cb210..f67c982 100644
> --- a/src/kimchi/networkxml.py
> +++ b/src/kimchi/networkxml.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/objectstore.py b/src/kimchi/objectstore.py
> index 5cb8ae1..d960ca9 100644
> --- a/src/kimchi/objectstore.py
> +++ b/src/kimchi/objectstore.py
> @@ -2,10 +2,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Shu Ming <shuming at linux.vnet.ibm.com>
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/osinfo.py b/src/kimchi/osinfo.py
> index eff8070..8ce4110 100644
> --- a/src/kimchi/osinfo.py
> +++ b/src/kimchi/osinfo.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/repositories.py b/src/kimchi/repositories.py
> index 0ab0b1a..18f6116 100644
> --- a/src/kimchi/repositories.py
> +++ b/src/kimchi/repositories.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2014
>   #
> -# Authors:
> -#  Paulo Vital <pvital at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/rollbackcontext.py b/src/kimchi/rollbackcontext.py
> index d493af2..70fcfeb 100644
> --- a/src/kimchi/rollbackcontext.py
> +++ b/src/kimchi/rollbackcontext.py
> @@ -3,11 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#  Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/root.py b/src/kimchi/root.py
> index 08056d2..3956ea6 100644
> --- a/src/kimchi/root.py
> +++ b/src/kimchi/root.py
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Anthony Liguori <aliguori at us.ibm.com>
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/scan.py b/src/kimchi/scan.py
> index e192f01..b67e3a5 100644
> --- a/src/kimchi/scan.py
> +++ b/src/kimchi/scan.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Royce Lv <lvroyce at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/screenshot.py b/src/kimchi/screenshot.py
> index 91c14a6..6c8a599 100644
> --- a/src/kimchi/screenshot.py
> +++ b/src/kimchi/screenshot.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Royce Lv <lvroyce at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/server.py b/src/kimchi/server.py
> index 6dd0404..c829097 100644
> --- a/src/kimchi/server.py
> +++ b/src/kimchi/server.py
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Anthony Liguori <aliguori at us.ibm.com>
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/sslcert.py b/src/kimchi/sslcert.py
> index 529699d..37b4961 100644
> --- a/src/kimchi/sslcert.py
> +++ b/src/kimchi/sslcert.py
> @@ -4,10 +4,6 @@
>   # Copyright IBM, Corp. 2013
>   # Copyright (C) 2004-2005 OSAF. All Rights Reserved.
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#  Toby Allsopp <toby at MI6.GEN.NZ>
> -#
>   # 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/kimchi/swupdate.py b/src/kimchi/swupdate.py
> index 70855dc..2c2713a 100644
> --- a/src/kimchi/swupdate.py
> +++ b/src/kimchi/swupdate.py
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2014
>   #
> -# Authors:
> -#  Paulo Vital <pvital at linux.vnet.ibm.com>
> -#  Ramon Medeiros <ramonn at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/template.py b/src/kimchi/template.py
> index fd1d591..5707121 100644
> --- a/src/kimchi/template.py
> +++ b/src/kimchi/template.py
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Anthony Liguori <aliguori at us.ibm.com>
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/utils.py b/src/kimchi/utils.py
> index 6be1c04..a284638 100644
> --- a/src/kimchi/utils.py
> +++ b/src/kimchi/utils.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/vmtemplate.py b/src/kimchi/vmtemplate.py
> index af07ee3..f786fa5 100644
> --- a/src/kimchi/vmtemplate.py
> +++ b/src/kimchi/vmtemplate.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/vnc.py b/src/kimchi/vnc.py
> index 780be70..1f36e9a 100644
> --- a/src/kimchi/vnc.py
> +++ b/src/kimchi/vnc.py
> @@ -4,9 +4,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/kimchi/xmlutils.py b/src/kimchi/xmlutils.py
> index 51ff0ec..76f0696 100644
> --- a/src/kimchi/xmlutils.py
> +++ b/src/kimchi/xmlutils.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/kimchid.in b/src/kimchid.in
> index eebc017..8b63b57 100644
> --- a/src/kimchid.in
> +++ b/src/kimchid.in
> @@ -4,11 +4,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Anthony Liguori <aliguori at us.ibm.com>
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#  Aline Manera <alinefm at br.ibm.com>
> -#
>   # 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/tests/Makefile.am b/tests/Makefile.am
> index 1c40f5b..e89a572 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/tests/iso_gen.py b/tests/iso_gen.py
> index c773bd6..b02b846 100644
> --- a/tests/iso_gen.py
> +++ b/tests/iso_gen.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Royce Lv <lvroyce at linux.vnet.ibm.com>
> -#
>   # 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/tests/run_tests.sh.in b/tests/run_tests.sh.in
> index 038e8fa..a097761 100644
> --- a/tests/run_tests.sh.in
> +++ b/tests/run_tests.sh.in
> @@ -4,9 +4,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/tests/test_authorization.py b/tests/test_authorization.py
> index 24ce4bd..b211e06 100644
> --- a/tests/test_authorization.py
> +++ b/tests/test_authorization.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/tests/test_config.py.in b/tests/test_config.py.in
> index 3b9ebdc..907b72e 100644
> --- a/tests/test_config.py.in
> +++ b/tests/test_config.py.in
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Mark Wu <wudxw at linux.vnet.ibm.com>
> -#
>   # 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/tests/test_exception.py b/tests/test_exception.py
> index 2209319..42041bc 100644
> --- a/tests/test_exception.py
> +++ b/tests/test_exception.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  Royce Lv <lvroyce at linux.vnet.ibm.com>
> -#
>   # 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/tests/test_mockmodel.py b/tests/test_mockmodel.py
> index ab5eb59..0798701 100644
> --- a/tests/test_mockmodel.py
> +++ b/tests/test_mockmodel.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/tests/test_model.py b/tests/test_model.py
> index 74e2424..f1a3118 100644
> --- a/tests/test_model.py
> +++ b/tests/test_model.py
> @@ -4,9 +4,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/tests/test_networkxml.py b/tests/test_networkxml.py
> index 42b3ea9..a1bd810 100644
> --- a/tests/test_networkxml.py
> +++ b/tests/test_networkxml.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM Corp, 2013
>   #
> -# Authors:
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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/tests/test_osinfo.py b/tests/test_osinfo.py
> index 0f88a35..8020895 100644
> --- a/tests/test_osinfo.py
> +++ b/tests/test_osinfo.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/tests/test_plugin.py b/tests/test_plugin.py
> index 607dd55..62c2583 100644
> --- a/tests/test_plugin.py
> +++ b/tests/test_plugin.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Mark Wu <wudxw at linux.vnet.ibm.com>
> -#
>   # 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/tests/test_rest.py b/tests/test_rest.py
> index ca96dc0..ced9a33 100644
> --- a/tests/test_rest.py
> +++ b/tests/test_rest.py
> @@ -4,9 +4,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/tests/test_rollbackcontext.py b/tests/test_rollbackcontext.py
> index fea430d..1492d33 100644
> --- a/tests/test_rollbackcontext.py
> +++ b/tests/test_rollbackcontext.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2014
>   #
> -# Authors:
> -#  Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>
> -#
>   # 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/tests/test_server.py b/tests/test_server.py
> index 734a618..d7b93ad 100644
> --- a/tests/test_server.py
> +++ b/tests/test_server.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/tests/test_storagepool.py b/tests/test_storagepool.py
> index 028bb45..fcf24f8 100644
> --- a/tests/test_storagepool.py
> +++ b/tests/test_storagepool.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>
> -#
>   # 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/tests/test_vmtemplate.py b/tests/test_vmtemplate.py
> index ee20dbf..821ca24 100644
> --- a/tests/test_vmtemplate.py
> +++ b/tests/test_vmtemplate.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/tests/utils.py b/tests/utils.py
> index 18b707c..0a1a967 100644
> --- a/tests/utils.py
> +++ b/tests/utils.py
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/ui/Makefile.am b/ui/Makefile.am
> index 1d538f7..b5366c5 100644
> --- a/ui/Makefile.am
> +++ b/ui/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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 e835cdf..db65799 100644
> --- a/ui/css/Makefile.am
> +++ b/ui/css/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/fonts/Makefile.am b/ui/css/fonts/Makefile.am
> index a7fa997..63df038 100644
> --- a/ui/css/fonts/Makefile.am
> +++ b/ui/css/fonts/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/fonts/novnc/Makefile.am b/ui/css/fonts/novnc/Makefile.am
> index 577d4e9..50f6050 100644
> --- a/ui/css/fonts/novnc/Makefile.am
> +++ b/ui/css/fonts/novnc/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/novnc/Makefile.am b/ui/css/novnc/Makefile.am
> index 6314bbb..29703d6 100644
> --- a/ui/css/novnc/Makefile.am
> +++ b/ui/css/novnc/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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 014ad20..ae15ee6 100644
> --- a/ui/css/theme-default/button.css
> +++ b/ui/css/theme-default/button.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Lise Noble <lwnoble at us.ibm.com>
> - *
>    * 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/circleGauge.css b/ui/css/theme-default/circleGauge.css
> index cf9970e..d41b750 100644
> --- a/ui/css/theme-default/circleGauge.css
> +++ b/ui/css/theme-default/circleGauge.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Lise Noble <lwnoble at us.ibm.com>
> - *
>    * 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/error.css b/ui/css/theme-default/error.css
> index 46b4326..a70077f 100644
> --- a/ui/css/theme-default/error.css
> +++ b/ui/css/theme-default/error.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM Corp, 2013
>    *
> - * Authors:
> - *  Meina Zhou <zhmeina at cn.ibm.com>
> - *
>    * 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/form.css b/ui/css/theme-default/form.css
> index d1a3885..94344f3 100644
> --- a/ui/css/theme-default/form.css
> +++ b/ui/css/theme-default/form.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Lise Noble <lwnoble at us.ibm.com>
> - *
>    * 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
> @@ -55,4 +52,4 @@
>       font-size: 12px;
>       color: #333;
>       margin: 0 0 5px 5px;
> -}
> \ No newline at end of file
> +}
> diff --git a/ui/css/theme-default/framework.css b/ui/css/theme-default/framework.css
> index d904527..9e4b440 100644
> --- a/ui/css/theme-default/framework.css
> +++ b/ui/css/theme-default/framework.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Lise Noble <lwnoble at us.ibm.com>
> - *
>    * 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/grid.css b/ui/css/theme-default/grid.css
> index bff787f..9f8f98e 100644
> --- a/ui/css/theme-default/grid.css
> +++ b/ui/css/theme-default/grid.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/guest-edit.css b/ui/css/theme-default/guest-edit.css
> index 79fca83..f4ccdee 100644
> --- a/ui/css/theme-default/guest-edit.css
> +++ b/ui/css/theme-default/guest-edit.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/host.css b/ui/css/theme-default/host.css
> index 67daeaf..470ed1b 100644
> --- a/ui/css/theme-default/host.css
> +++ b/ui/css/theme-default/host.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/jquery-ui.custom.css b/ui/css/theme-default/jquery-ui.custom.css
> index fab6a95..56f7e06 100644
> --- a/ui/css/theme-default/jquery-ui.custom.css
> +++ b/ui/css/theme-default/jquery-ui.custom.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2014
>    *
> - * Authors:
> - * Yu Xin Huo <huoyuxin at linux.vnet.ibm.com>
> - *
>    * 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/line-chart.css b/ui/css/theme-default/line-chart.css
> index 0a0155a..a3c25c8 100644
> --- a/ui/css/theme-default/line-chart.css
> +++ b/ui/css/theme-default/line-chart.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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.css b/ui/css/theme-default/list.css
> index f0205b7..ad28836 100644
> --- a/ui/css/theme-default/list.css
> +++ b/ui/css/theme-default/list.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Lise Noble <lwnoble at us.ibm.com>
> - *
>    * 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/login-window.css b/ui/css/theme-default/login-window.css
> index a5a2729..fe83de0 100644
> --- a/ui/css/theme-default/login-window.css
> +++ b/ui/css/theme-default/login-window.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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.css b/ui/css/theme-default/message.css
> index 46d1a55..2631a18 100644
> --- a/ui/css/theme-default/message.css
> +++ b/ui/css/theme-default/message.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Lise Noble <lwnoble at us.ibm.com>
> - *
>    * 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
> @@ -135,4 +132,4 @@
>   .confirmbox>header>.close:hover {
>       border: 2px solid #444;
>       color: #444;
> -}
> \ 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 31f675b..a70b4e8 100644
> --- a/ui/css/theme-default/nav-tree.css
> +++ b/ui/css/theme-default/nav-tree.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Lise Noble <lwnoble at us.ibm.com>
> - *
>    * 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/navbar.css b/ui/css/theme-default/navbar.css
> index 7ecfcf1..020fc59 100644
> --- a/ui/css/theme-default/navbar.css
> +++ b/ui/css/theme-default/navbar.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Lise Noble <lwnoble at us.ibm.com>
> - *
>    * 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/network.css b/ui/css/theme-default/network.css
> index fdbd2d5..80640a3 100644
> --- a/ui/css/theme-default/network.css
> +++ b/ui/css/theme-default/network.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - * Yu Xin Huo <huoyuxin at linux.vnet.ibm.com>
> - *
>    * 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/popover.css b/ui/css/theme-default/popover.css
> index 295f8f9..945a5c2 100644
> --- a/ui/css/theme-default/popover.css
> +++ b/ui/css/theme-default/popover.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Lise Noble <lwnoble at us.ibm.com>
> - *
>    * 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/reset.css b/ui/css/theme-default/reset.css
> index 760300f..77ec8fc 100644
> --- a/ui/css/theme-default/reset.css
> +++ b/ui/css/theme-default/reset.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Lise Noble <lwnoble at us.ibm.com>
> - *
>    * 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/storage.css b/ui/css/theme-default/storage.css
> index dde7f5a..db3a62b 100644
> --- a/ui/css/theme-default/storage.css
> +++ b/ui/css/theme-default/storage.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Mei Na Zhou <zhoumein at linux.vnet.ibm.com>
> - *
>    * 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/template-edit.css b/ui/css/theme-default/template-edit.css
> index fee273f..c827048 100644
> --- a/ui/css/theme-default/template-edit.css
> +++ b/ui/css/theme-default/template-edit.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwanghl at cn.ibm.com>
> - *
>    * 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/template.css b/ui/css/theme-default/template.css
> index 0962926..efeca89 100644
> --- a/ui/css/theme-default/template.css
> +++ b/ui/css/theme-default/template.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Lise Noble <lwnoble at us.ibm.com>
> - *
>    * 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/template_add.css b/ui/css/theme-default/template_add.css
> index 6a999f9..849e33b 100644
> --- a/ui/css/theme-default/template_add.css
> +++ b/ui/css/theme-default/template_add.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Xin Ding <xinding at cn.ibm.com>
> - *
>    * 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/template_list.css b/ui/css/theme-default/template_list.css
> index 72e88ad..c0d51e0 100644
> --- a/ui/css/theme-default/template_list.css
> +++ b/ui/css/theme-default/template_list.css
> @@ -3,9 +3,6 @@
>   *
>   * Copyright IBM, Corp. 2013
>   *
> -* Authors:
> -*  Mei Na Zhou <zhmeina at cn.ibm.com>
> -*
>   * 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 e30e173..def2978 100644
> --- a/ui/css/theme-default/tile-check.css
> +++ b/ui/css/theme-default/tile-check.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Lise Noble <lwnoble at us.ibm.com>
> - *
>    * 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/toolbar.css b/ui/css/theme-default/toolbar.css
> index 4f668b6..aef4153 100644
> --- a/ui/css/theme-default/toolbar.css
> +++ b/ui/css/theme-default/toolbar.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Lise Noble <lwnoble at us.ibm.com>
> - *
>    * 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/topbar.css b/ui/css/theme-default/topbar.css
> index 1988a6e..7180cd5 100644
> --- a/ui/css/theme-default/topbar.css
> +++ b/ui/css/theme-default/topbar.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Lise Noble <lwnoble at us.ibm.com>
> - *
>    * 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 5709f16..09a9840 100644
> --- a/ui/css/theme-default/window.css
> +++ b/ui/css/theme-default/window.css
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Lise Noble <lwnoble at us.ibm.com>
> - *
>    * 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/images/Makefile.am b/ui/images/Makefile.am
> index cb78efb..7b63d23 100644
> --- a/ui/images/Makefile.am
> +++ b/ui/images/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/images/theme-default/Makefile.am b/ui/images/theme-default/Makefile.am
> index ce9178a..7c69b2a 100644
> --- a/ui/images/theme-default/Makefile.am
> +++ b/ui/images/theme-default/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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 f5aa7ba..f4d1e6b 100644
> --- a/ui/js/Makefile.am
> +++ b/ui/js/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/novnc/Makefile.am b/ui/js/novnc/Makefile.am
> index b9038d7..fefe6af 100644
> --- a/ui/js/novnc/Makefile.am
> +++ b/ui/js/novnc/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/novnc/web-socket-js/Makefile.am b/ui/js/novnc/web-socket-js/Makefile.am
> index a79d8b6..7d685f5 100644
> --- a/ui/js/novnc/web-socket-js/Makefile.am
> +++ b/ui/js/novnc/web-socket-js/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/spice/Makefile.am b/ui/js/spice/Makefile.am
> index d326e54..164c119 100644
> --- a/ui/js/spice/Makefile.am
> +++ b/ui/js/spice/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -# zhou meina <zhoumein at linux.vnet.ibm.com>
> -#
>   # 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/kimchi.api.js b/ui/js/src/kimchi.api.js
> index 6433fe0..fdd9cfc 100644
> --- a/ui/js/src/kimchi.api.js
> +++ b/ui/js/src/kimchi.api.js
> @@ -3,10 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Xin Ding <xinding at linux.vnet.ibm.com>
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/kimchi.cookie.js b/ui/js/src/kimchi.cookie.js
> index 1ea6fb9..d63fb97 100644
> --- a/ui/js/src/kimchi.cookie.js
> +++ b/ui/js/src/kimchi.cookie.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/kimchi.form.js b/ui/js/src/kimchi.form.js
> index 33fe3dc..7174b35 100644
> --- a/ui/js/src/kimchi.form.js
> +++ b/ui/js/src/kimchi.form.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwanghl at cn.ibm.com>
> - *
>    * 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/kimchi.grid.js b/ui/js/src/kimchi.grid.js
> index 7959346..bb98218 100644
> --- a/ui/js/src/kimchi.grid.js
> +++ b/ui/js/src/kimchi.grid.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/kimchi.guest_add_main.js b/ui/js/src/kimchi.guest_add_main.js
> index 7ada1e3..2113099 100644
> --- a/ui/js/src/kimchi.guest_add_main.js
> +++ b/ui/js/src/kimchi.guest_add_main.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwanghl at cn.ibm.com>
> - *
>    * 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/kimchi.guest_edit_main.js b/ui/js/src/kimchi.guest_edit_main.js
> index 13ea9d0..f32fbb1 100644
> --- a/ui/js/src/kimchi.guest_edit_main.js
> +++ b/ui/js/src/kimchi.guest_edit_main.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/kimchi.guest_main.js b/ui/js/src/kimchi.guest_main.js
> index e350373..bbc8051 100644
> --- a/ui/js/src/kimchi.guest_main.js
> +++ b/ui/js/src/kimchi.guest_main.js
> @@ -3,10 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwanghl at cn.ibm.com>
> - *  Adam King <rak at us.ibm.com>
> - *
>    * 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/kimchi.host.js b/ui/js/src/kimchi.host.js
> index a5c341b..6e7f333 100644
> --- a/ui/js/src/kimchi.host.js
> +++ b/ui/js/src/kimchi.host.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/kimchi.lang.js b/ui/js/src/kimchi.lang.js
> index 519c7eb..d5add66 100644
> --- a/ui/js/src/kimchi.lang.js
> +++ b/ui/js/src/kimchi.lang.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/kimchi.line-chart.js b/ui/js/src/kimchi.line-chart.js
> index 4e59cb4..17ac5f7 100644
> --- a/ui/js/src/kimchi.line-chart.js
> +++ b/ui/js/src/kimchi.line-chart.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/kimchi.login_window.js b/ui/js/src/kimchi.login_window.js
> index 59de389..22d74e0 100644
> --- a/ui/js/src/kimchi.login_window.js
> +++ b/ui/js/src/kimchi.login_window.js
> @@ -3,10 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Adam Litke <agl at linux.vnet.ibm.com>
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/kimchi.main.js b/ui/js/src/kimchi.main.js
> index 1ebec35..c9d56e4 100644
> --- a/ui/js/src/kimchi.main.js
> +++ b/ui/js/src/kimchi.main.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/kimchi.message.js b/ui/js/src/kimchi.message.js
> index f8dc42c..f997a73 100644
> --- a/ui/js/src/kimchi.message.js
> +++ b/ui/js/src/kimchi.message.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwanghl at cn.ibm.com>
> - *
>    * 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/kimchi.network.js b/ui/js/src/kimchi.network.js
> index faf1285..fa2319c 100644
> --- a/ui/js/src/kimchi.network.js
> +++ b/ui/js/src/kimchi.network.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - * Yu Xin Huo <huoyuxin at linux.vnet.ibm.com>
> - *
>    * 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/kimchi.popable.js b/ui/js/src/kimchi.popable.js
> index 2a843be..295eaed 100644
> --- a/ui/js/src/kimchi.popable.js
> +++ b/ui/js/src/kimchi.popable.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwanghl at cn.ibm.com>
> - *
>    * 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/kimchi.select.js b/ui/js/src/kimchi.select.js
> index 00bc68b..7b43426 100644
> --- a/ui/js/src/kimchi.select.js
> +++ b/ui/js/src/kimchi.select.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Xin Ding <xinding at cn.ibm.com>
> - *
>    * 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/kimchi.storage_main.js b/ui/js/src/kimchi.storage_main.js
> index d65da0b..886feef 100644
> --- a/ui/js/src/kimchi.storage_main.js
> +++ b/ui/js/src/kimchi.storage_main.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Mei Na Zhou <zhoumein at linux.vnet.ibm.com>
> - *
>    * 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/kimchi.storagepool_add_main.js b/ui/js/src/kimchi.storagepool_add_main.js
> index 1e3e4b4..63c6d11 100644
> --- a/ui/js/src/kimchi.storagepool_add_main.js
> +++ b/ui/js/src/kimchi.storagepool_add_main.js
> @@ -3,10 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Mei Na Zhou <zhoumein at linux.vnet.ibm.com>
> - *  Pradeep K Surisetty <psuriset at linux.vnet.ibm.com>
> - *
>    * 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/kimchi.template.js b/ui/js/src/kimchi.template.js
> index 66211c9..082269f 100644
> --- a/ui/js/src/kimchi.template.js
> +++ b/ui/js/src/kimchi.template.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwanghl at cn.ibm.com>
> - *
>    * 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/kimchi.template_add_main.js b/ui/js/src/kimchi.template_add_main.js
> index 1b1f413..31326df 100644
> --- a/ui/js/src/kimchi.template_add_main.js
> +++ b/ui/js/src/kimchi.template_add_main.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Xin Ding <xinding at cn.ibm.com>
> - *
>    * 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/kimchi.template_edit_main.js b/ui/js/src/kimchi.template_edit_main.js
> index ad535ee..5a928ae 100644
> --- a/ui/js/src/kimchi.template_edit_main.js
> +++ b/ui/js/src/kimchi.template_edit_main.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwanghl at cn.ibm.com>
> - *
>    * 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/kimchi.template_main.js b/ui/js/src/kimchi.template_main.js
> index 3704f30..5de6e8c 100644
> --- a/ui/js/src/kimchi.template_main.js
> +++ b/ui/js/src/kimchi.template_main.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Mei Na Zhou <zhmeina at cn.ibm.com>
> - *
>    * 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/kimchi.topic.js b/ui/js/src/kimchi.topic.js
> index 0b03526..b01b61f 100644
> --- a/ui/js/src/kimchi.topic.js
> +++ b/ui/js/src/kimchi.topic.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwanghl at linux.vnet.ibm.com>
> - *
>    * 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/kimchi.user.js b/ui/js/src/kimchi.user.js
> index 34156b8..bd7d20b 100644
> --- a/ui/js/src/kimchi.user.js
> +++ b/ui/js/src/kimchi.user.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/kimchi.utils.js b/ui/js/src/kimchi.utils.js
> index 3cf36b9..d1ea105 100644
> --- a/ui/js/src/kimchi.utils.js
> +++ b/ui/js/src/kimchi.utils.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/kimchi.window.js b/ui/js/src/kimchi.window.js
> index 5cf8054..b32ab60 100644
> --- a/ui/js/src/kimchi.window.js
> +++ b/ui/js/src/kimchi.window.js
> @@ -3,10 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Xin Ding <xinding at linux.vnet.ibm.com>
> - *  Hongliang Wang <hlwanghl at linux.vnet.ibm.com>
> - *
>    * 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/button-dropDown.js b/ui/js/widgets/button-dropDown.js
> index 0adda37..15188f7 100644
> --- a/ui/js/widgets/button-dropDown.js
> +++ b/ui/js/widgets/button-dropDown.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  zhoumeina <zhoumein at linux.vnet.ibm.com>
> - *
>    * 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
> @@ -35,4 +32,4 @@
>               $.Widget.prototype.destroy.call(this);
>           }
>       });
> -}(jQuery));
> \ No newline at end of file
> +}(jQuery));
> diff --git a/ui/js/widgets/circleGauge.js b/ui/js/widgets/circleGauge.js
> index d0887fd..dc7c9a4 100644
> --- a/ui/js/widgets/circleGauge.js
> +++ b/ui/js/widgets/circleGauge.js
> @@ -3,10 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwanghl at cn.ibm.com>
> - *  Adam King <rak at linux.vnet.ibm.com>
> - *
>    * 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/combobox.js b/ui/js/widgets/combobox.js
> index 2782f62..82a0b00 100644
> --- a/ui/js/widgets/combobox.js
> +++ b/ui/js/widgets/combobox.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  zhoumeina <zhoumein at linux.vnet.ibm.com>
> - *
>    * 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
> @@ -127,4 +124,4 @@
>               $.Widget.prototype.destroy.call(this);
>           }
>       });
> -}(jQuery));
> \ No newline at end of file
> +}(jQuery));
> diff --git a/ui/js/widgets/filter-select.js b/ui/js/widgets/filter-select.js
> index 9e024cf..91edd25 100644
> --- a/ui/js/widgets/filter-select.js
> +++ b/ui/js/widgets/filter-select.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  zhoumeina <zhoumein at linux.vnet.ibm.com>
> - *
>    * 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
> @@ -136,4 +133,4 @@
>               $.Widget.prototype.destroy.call(this);
>           }
>       });
> -}(jQuery));
> \ No newline at end of file
> +}(jQuery));
> diff --git a/ui/js/widgets/select-menu.js b/ui/js/widgets/select-menu.js
> index c213f3c..c70985d 100644
> --- a/ui/js/widgets/select-menu.js
> +++ b/ui/js/widgets/select-menu.js
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  zhoumeina <zhoumein at linux.vnet.ibm.com>
> - *
>    * 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 0e99517..a2acce2 100644
> --- a/ui/libs/Makefile.am
> +++ b/ui/libs/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/themes/Makefile.am b/ui/libs/themes/Makefile.am
> index 922b399..1ce56d9 100644
> --- a/ui/libs/themes/Makefile.am
> +++ b/ui/libs/themes/Makefile.am
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Yu Xin Huo <huoyuxin at linux.vnet.ibm.com>
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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/themes/base/Makefile.am b/ui/libs/themes/base/Makefile.am
> index ccf12e8..d7454f0 100644
> --- a/ui/libs/themes/base/Makefile.am
> +++ b/ui/libs/themes/base/Makefile.am
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Yu Xin Huo <huoyuxin at linux.vnet.ibm.com>
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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/themes/base/images/Makefile.am b/ui/libs/themes/base/images/Makefile.am
> index 6df4840..312cbeb 100644
> --- a/ui/libs/themes/base/images/Makefile.am
> +++ b/ui/libs/themes/base/images/Makefile.am
> @@ -3,10 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Yu Xin Huo <huoyuxin at linux.vnet.ibm.com>
> -#  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> -#
>   # 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 42bbfa0..0c04a72 100644
> --- a/ui/pages/Makefile.am
> +++ b/ui/pages/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  Adam Litke <agl at linux.vnet.ibm.com>
> -#
>   # 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/error.html.tmpl b/ui/pages/error.html.tmpl
> index 40a09f9..1336492 100644
> --- a/ui/pages/error.html.tmpl
> +++ b/ui/pages/error.html.tmpl
> @@ -3,10 +3,6 @@
>    *
>    * Copyright IBM Corp, 2013
>    *
> - * Authors:
> - *  Meina Zhou <zhmeina at cn.ibm.com>
> - *  Royce Lv <lvroyce at cn.ibm.com>
> - *
>    * 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/guest-add.html.tmpl b/ui/pages/guest-add.html.tmpl
> index e99eb68..84a1994 100644
> --- a/ui/pages/guest-add.html.tmpl
> +++ b/ui/pages/guest-add.html.tmpl
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwanghl at cn.ibm.com>
> - *
>    * 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/guest-edit.html.tmpl b/ui/pages/guest-edit.html.tmpl
> index 91f780c..a461031 100644
> --- a/ui/pages/guest-edit.html.tmpl
> +++ b/ui/pages/guest-edit.html.tmpl
> @@ -3,10 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
> - *
>    * 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/guest.html.tmpl b/ui/pages/guest.html.tmpl
> index cbf76ca..0115837 100644
> --- a/ui/pages/guest.html.tmpl
> +++ b/ui/pages/guest.html.tmpl
> @@ -3,10 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwanghl at cn.ibm.com>
> - *  Adam King <rak at us.ibm.com>
> - *
>    * 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/help/Makefile.am b/ui/pages/help/Makefile.am
> index cd09995..78b6b99 100644
> --- a/ui/pages/help/Makefile.am
> +++ b/ui/pages/help/Makefile.am
> @@ -1,8 +1,5 @@
>   # Copyright IBM Corp, 2014
>   #
> -# Authors:
> -#  Crístian Viana <vianac at linux.vnet.ibm.com>
> -#
>   # 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/ui/pages/help/gen-index.py b/ui/pages/help/gen-index.py
> index 4fa7cbe..e62b608 100755
> --- a/ui/pages/help/gen-index.py
> +++ b/ui/pages/help/gen-index.py
> @@ -4,9 +4,6 @@
>   #
>   # Copyright IBM, Corp. 2014
>   #
> -# Authors:
> -#  Aline Manera <alinefm at linux.vnet.ibm.com>
> -#
>   # 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/ui/pages/i18n.html.tmpl b/ui/pages/i18n.html.tmpl
> index f8af68e..b17bd7a 100644
> --- a/ui/pages/i18n.html.tmpl
> +++ b/ui/pages/i18n.html.tmpl
> @@ -3,11 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Mei Na Zhou <zhoumein at linux.vnet.ibm.com>
> - *  ShaoHe Feng <shaohef at linux.vnet.ibm.com>
> - *  Aline Manera <alinefm at linux.vnet.ibm.com>
> - *
>    * 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/kimchi-ui.html.tmpl b/ui/pages/kimchi-ui.html.tmpl
> index 0924934..abc67c3 100644
> --- a/ui/pages/kimchi-ui.html.tmpl
> +++ b/ui/pages/kimchi-ui.html.tmpl
> @@ -3,10 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwanghl at cn.ibm.com>
> - *
> - *
>    * 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-window.html.tmpl b/ui/pages/login-window.html.tmpl
> index 5dd37f6..dfcb6b0 100644
> --- a/ui/pages/login-window.html.tmpl
> +++ b/ui/pages/login-window.html.tmpl
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwanghl at linux.vnet.ibm.com>
> - *
>    * 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/report-add.html.tmpl b/ui/pages/report-add.html.tmpl
> index 383175f..18216ce 100644
> --- a/ui/pages/report-add.html.tmpl
> +++ b/ui/pages/report-add.html.tmpl
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/storagepool-add.html.tmpl b/ui/pages/storagepool-add.html.tmpl
> index 9eb8108..3ebe4d9 100644
> --- a/ui/pages/storagepool-add.html.tmpl
> +++ b/ui/pages/storagepool-add.html.tmpl
> @@ -3,10 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Mei Na Zhou <zhoumein at linux.vnet.ibm.com>
> - *  Pradeep K Surisetty <psuriset at linux.vnet.ibm.com>
> - *
>    * 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/tabs/Makefile.am b/ui/pages/tabs/Makefile.am
> index fee2a5e..a29df7e 100644
> --- a/ui/pages/tabs/Makefile.am
> +++ b/ui/pages/tabs/Makefile.am
> @@ -3,9 +3,6 @@
>   #
>   # Copyright IBM, Corp. 2013
>   #
> -# Authors:
> -#  zhou meina <zhoumein at linux.vnet.ibm.com>
> -#
>   # 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/tabs/guests.html.tmpl b/ui/pages/tabs/guests.html.tmpl
> index e86718b..8ab51b3 100644
> --- a/ui/pages/tabs/guests.html.tmpl
> +++ b/ui/pages/tabs/guests.html.tmpl
> @@ -3,10 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *  Adam King <rak at linux.vnet.ibm.com>
> - *
>    * 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/tabs/host.html.tmpl b/ui/pages/tabs/host.html.tmpl
> index d32773a..23b9853 100644
> --- a/ui/pages/tabs/host.html.tmpl
> +++ b/ui/pages/tabs/host.html.tmpl
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwang at linux.vnet.ibm.com>
> - *
>    * 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/tabs/network.html.tmpl b/ui/pages/tabs/network.html.tmpl
> index 83c1d7e..afa6274 100644
> --- a/ui/pages/tabs/network.html.tmpl
> +++ b/ui/pages/tabs/network.html.tmpl
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Yu Xin Huo <huoyuxin at linux.vnet.ibm.com>
> - *
>    * 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/tabs/storage.html.tmpl b/ui/pages/tabs/storage.html.tmpl
> index 6930c22..4fbdce5 100644
> --- a/ui/pages/tabs/storage.html.tmpl
> +++ b/ui/pages/tabs/storage.html.tmpl
> @@ -3,9 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Mei Na Zhou <zhoumein at linux.vnet.ibm.com>
> - *
>    * 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/tabs/templates.html.tmpl b/ui/pages/tabs/templates.html.tmpl
> index c4ebe77..5fc3173 100644
> --- a/ui/pages/tabs/templates.html.tmpl
> +++ b/ui/pages/tabs/templates.html.tmpl
> @@ -3,10 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Mei Na Zhou <zhmeina at cn.ibm.com>
> - *
> - *
>    * 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/template-add.html.tmpl b/ui/pages/template-add.html.tmpl
> index 27d8a90..edce8d2 100644
> --- a/ui/pages/template-add.html.tmpl
> +++ b/ui/pages/template-add.html.tmpl
> @@ -3,10 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Xin Ding <xinding at cn.ibm.com>
> - *
> - *
>    * 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/template-edit.html.tmpl b/ui/pages/template-edit.html.tmpl
> index f7921d6..6056997 100644
> --- a/ui/pages/template-edit.html.tmpl
> +++ b/ui/pages/template-edit.html.tmpl
> @@ -3,10 +3,6 @@
>    *
>    * Copyright IBM, Corp. 2013
>    *
> - * Authors:
> - *  Hongliang Wang <hlwanghl at cn.ibm.com>
> - *
> - *
>    * 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




More information about the Kimchi-devel mailing list