diff --git a/__init__.py b/__init__.py index 592793df6..067527187 100644 --- a/__init__.py +++ b/__init__.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/autogen.sh b/autogen.sh index 0f22dba0d..0c1a6713b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,23 @@ #!/bin/bash +# +# Project Kimchi +# +# Copyright IBM Corp, 2013-2016 +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software + aclocal automake --add-missing autoreconf diff --git a/check_ui_code_errors.sh b/check_ui_code_errors.sh index e44c6885d..59d631f32 100755 --- a/check_ui_code_errors.sh +++ b/check_ui_code_errors.sh @@ -3,7 +3,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/config.py.in b/config.py.in index 3cd2e80fa..3ddae46a7 100644 --- a/config.py.in +++ b/config.py.in @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/contrib/DEBIAN/Makefile.am b/contrib/DEBIAN/Makefile.am index ca89552f3..6c6e95d8d 100644 --- a/contrib/DEBIAN/Makefile.am +++ b/contrib/DEBIAN/Makefile.am @@ -1,4 +1,4 @@ -# Copyright IBM Corp, 2013 +# Copyright IBM Corp, 2013-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/contrib/check_i18n.py b/contrib/check_i18n.py index ac6efc71b..86712fa44 100755 --- a/contrib/check_i18n.py +++ b/contrib/check_i18n.py @@ -2,7 +2,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2015 +# Copyright IBM Corp, 2014-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/contrib/make-deb.sh.in b/contrib/make-deb.sh.in index 5a6e56a60..691fc1f1b 100644 --- a/contrib/make-deb.sh.in +++ b/contrib/make-deb.sh.in @@ -1,5 +1,23 @@ #!/bin/bash +# +# Project Kimchi +# +# Copyright IBM Corp, 2013-2016 +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software + VERSION="@PACKAGE_VERSION@" RELEASE="@PACKAGE_RELEASE@" diff --git a/control/Makefile.am b/control/Makefile.am index 33118ca94..290b6f221 100644 --- a/control/Makefile.am +++ b/control/Makefile.am @@ -1,7 +1,7 @@ # # Kimchi # -# Copyright IBM Corp, 2013 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/__init__.py b/control/__init__.py index 4ad945978..022f9739b 100644 --- a/control/__init__.py +++ b/control/__init__.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/config.py b/control/config.py index 15df68f35..21ec1b7d5 100644 --- a/control/config.py +++ b/control/config.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/cpuinfo.py b/control/cpuinfo.py index 31f316c41..f795b3f8f 100644 --- a/control/cpuinfo.py +++ b/control/cpuinfo.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/groups.py b/control/groups.py index 649ff0936..8c5c4c68f 100644 --- a/control/groups.py +++ b/control/groups.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/host.py b/control/host.py index 39df0d070..3b7d6fe47 100644 --- a/control/host.py +++ b/control/host.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/interfaces.py b/control/interfaces.py index d698b7a52..b04fc2634 100644 --- a/control/interfaces.py +++ b/control/interfaces.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/networks.py b/control/networks.py index 1431e678d..cd1feed5a 100644 --- a/control/networks.py +++ b/control/networks.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM Corp, 2013-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/peers.py b/control/peers.py index 21e9f1356..c0d83acb9 100644 --- a/control/peers.py +++ b/control/peers.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/storagepools.py b/control/storagepools.py index e91305e40..10b371d15 100644 --- a/control/storagepools.py +++ b/control/storagepools.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/storageservers.py b/control/storageservers.py index 654ab4733..9f9cade68 100644 --- a/control/storageservers.py +++ b/control/storageservers.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/storagevolumes.py b/control/storagevolumes.py index f920deed3..d78eefb22 100644 --- a/control/storagevolumes.py +++ b/control/storagevolumes.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/templates.py b/control/templates.py index b91196c5f..aebac0ca0 100644 --- a/control/templates.py +++ b/control/templates.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/users.py b/control/users.py index 756a2f756..e5519201d 100644 --- a/control/users.py +++ b/control/users.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/vm/Makefile.am b/control/vm/Makefile.am index b17c68a16..5f1cf3dcd 100644 --- a/control/vm/Makefile.am +++ b/control/vm/Makefile.am @@ -1,7 +1,7 @@ # # Kimchi # -# Copyright IBM Corp, 2013 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/vm/__init__.py b/control/vm/__init__.py index a3110459b..022f9739b 100644 --- a/control/vm/__init__.py +++ b/control/vm/__init__.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/vm/hostdevs.py b/control/vm/hostdevs.py index a43b9d86b..bae98df57 100644 --- a/control/vm/hostdevs.py +++ b/control/vm/hostdevs.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/vm/ifaces.py b/control/vm/ifaces.py index ac957fd1d..d8569567a 100644 --- a/control/vm/ifaces.py +++ b/control/vm/ifaces.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/vm/snapshots.py b/control/vm/snapshots.py index dd17b8582..b95eaa985 100644 --- a/control/vm/snapshots.py +++ b/control/vm/snapshots.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/vm/storages.py b/control/vm/storages.py index f502caab8..3c7d1a373 100644 --- a/control/vm/storages.py +++ b/control/vm/storages.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/control/vms.py b/control/vms.py index e9f01e14e..7745a18ad 100644 --- a/control/vms.py +++ b/control/vms.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/disks.py b/disks.py index 55150267e..52a793c5e 100644 --- a/disks.py +++ b/disks.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/distroloader.py b/distroloader.py index 2b10502da..1467a4cf4 100644 --- a/distroloader.py +++ b/distroloader.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/distros.d/Makefile.am b/distros.d/Makefile.am index 684fe60e3..ff7f59b61 100644 --- a/distros.d/Makefile.am +++ b/distros.d/Makefile.am @@ -1,7 +1,7 @@ # # Kimchi # -# Copyright IBM Corp, 2013 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/i18n.py b/i18n.py index 4391dffa6..efdc4116e 100644 --- a/i18n.py +++ b/i18n.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM Corp, 2014-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/imageinfo.py b/imageinfo.py index 75cda76bc..88749173e 100644 --- a/imageinfo.py +++ b/imageinfo.py @@ -1,7 +1,7 @@ # # Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/iscsi.py b/iscsi.py index 02886ace2..6683fb25c 100644 --- a/iscsi.py +++ b/iscsi.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/isoinfo.py b/isoinfo.py index c232fa8d5..3cd4daf1e 100644 --- a/isoinfo.py +++ b/isoinfo.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/kvmusertests.py b/kvmusertests.py index 35350d8e8..567955a5a 100644 --- a/kvmusertests.py +++ b/kvmusertests.py @@ -1,6 +1,6 @@ # Project Kimchi # -# Copyright IBM, Corp. 2014-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/mockmodel.py b/mockmodel.py index 826320774..d010df75e 100644 --- a/mockmodel.py +++ b/mockmodel.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/Makefile.am b/model/Makefile.am index f4f4750e5..efe66315e 100644 --- a/model/Makefile.am +++ b/model/Makefile.am @@ -1,7 +1,7 @@ # # Kimchi # -# Copyright IBM Corp, 2013 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/__init__.py b/model/__init__.py index ca7ede4bb..e3a72351b 100644 --- a/model/__init__.py +++ b/model/__init__.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/config.py b/model/config.py index 6cd9f07b3..ccfd1b3d5 100644 --- a/model/config.py +++ b/model/config.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/cpuinfo.py b/model/cpuinfo.py index 6bade85da..3707a02bf 100644 --- a/model/cpuinfo.py +++ b/model/cpuinfo.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/diskutils.py b/model/diskutils.py index b3fe116cf..6faab7c70 100644 --- a/model/diskutils.py +++ b/model/diskutils.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/featuretests.py b/model/featuretests.py index b889006f5..378335abe 100644 --- a/model/featuretests.py +++ b/model/featuretests.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/groups.py b/model/groups.py index fc63d68d7..e67394722 100644 --- a/model/groups.py +++ b/model/groups.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/host.py b/model/host.py index 53a86928c..135c8a986 100644 --- a/model/host.py +++ b/model/host.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/hostdev.py b/model/hostdev.py index bce166a15..829e27d5f 100644 --- a/model/hostdev.py +++ b/model/hostdev.py @@ -1,7 +1,7 @@ # # Kimchi # -# Copyright IBM, Corp. 2014-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/interfaces.py b/model/interfaces.py index 8556fd52c..01fbb9309 100644 --- a/model/interfaces.py +++ b/model/interfaces.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/libvirtconnection.py b/model/libvirtconnection.py index 73f3dcf44..e899a3340 100644 --- a/model/libvirtconnection.py +++ b/model/libvirtconnection.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/libvirtstoragepool.py b/model/libvirtstoragepool.py index 0fa8ce03f..aa1213fe7 100644 --- a/model/libvirtstoragepool.py +++ b/model/libvirtstoragepool.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/model.py b/model/model.py index 856b72c48..e44f80486 100644 --- a/model/model.py +++ b/model/model.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/networks.py b/model/networks.py index ec304582f..f42be77dc 100644 --- a/model/networks.py +++ b/model/networks.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM Corp, 2014-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/peers.py b/model/peers.py index f0bc13a91..606ee8a74 100644 --- a/model/peers.py +++ b/model/peers.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/storagepools.py b/model/storagepools.py index 685d38bd8..20c1cd025 100644 --- a/model/storagepools.py +++ b/model/storagepools.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/storageservers.py b/model/storageservers.py index 2d4e1f7f1..eed0a4192 100644 --- a/model/storageservers.py +++ b/model/storageservers.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/storagetargets.py b/model/storagetargets.py index 6c7bf0bb3..25a9b3484 100644 --- a/model/storagetargets.py +++ b/model/storagetargets.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/storagevolumes.py b/model/storagevolumes.py index ecbf51e0e..d010bcdad 100644 --- a/model/storagevolumes.py +++ b/model/storagevolumes.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/templates.py b/model/templates.py index 8a29e025c..87e8bd0b1 100644 --- a/model/templates.py +++ b/model/templates.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/users.py b/model/users.py index 2fa65dd81..d9c5ff3e2 100644 --- a/model/users.py +++ b/model/users.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/utils.py b/model/utils.py index 20bcb2632..b7ea82ec5 100644 --- a/model/utils.py +++ b/model/utils.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/vmhostdevs.py b/model/vmhostdevs.py index 2a56f9fe1..dabe8e4cb 100644 --- a/model/vmhostdevs.py +++ b/model/vmhostdevs.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/vmifaces.py b/model/vmifaces.py index 0b1ee1028..72f717b52 100644 --- a/model/vmifaces.py +++ b/model/vmifaces.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/vms.py b/model/vms.py index 23e0df91d..3994995ce 100644 --- a/model/vms.py +++ b/model/vms.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/vmsnapshots.py b/model/vmsnapshots.py index 4fea9edb4..fd17d2fb8 100644 --- a/model/vmsnapshots.py +++ b/model/vmsnapshots.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/model/vmstorages.py b/model/vmstorages.py index 23db0a6e4..31a7d950f 100644 --- a/model/vmstorages.py +++ b/model/vmstorages.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/netinfo.py b/netinfo.py index c00f6031e..445d36c20 100644 --- a/netinfo.py +++ b/netinfo.py @@ -1,6 +1,6 @@ # Project Kimchi # -# Copyright IBM, Corp. 2013-2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/network.py b/network.py index eee0e8ce4..dd7b50f42 100644 --- a/network.py +++ b/network.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/osinfo.py b/osinfo.py index 2ec5c3e96..13ba1a242 100644 --- a/osinfo.py +++ b/osinfo.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/po/de_DE.po b/po/de_DE.po index c04fd10e0..9eb6b01ec 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -1,5 +1,5 @@ -# English translations for kimchi package. -# Copyright (C) 2013 ORGANIZATION +# German translations for kimchi package. +# Copyright IBM Corp, 2014-2016 # Adam Litke , 2013. # msgid "" diff --git a/po/en_US.po b/po/en_US.po index ec418ebe4..5c90a5414 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -1,5 +1,5 @@ # English translations for kimchi package. -# Copyright (C) 2013 ORGANIZATION +# Copyright IBM Corp, 2013-2016 # Adam Litke , 2013. # msgid "" diff --git a/po/es_ES.po b/po/es_ES.po index 5f504ce54..b0a439d3a 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -1,5 +1,5 @@ -# English translations for kimchi package. -# Copyright (C) 2013 ORGANIZATION +# Spanish translations for kimchi package. +# Copyright IBM Corp, 2014-2016 # Adam Litke , 2013. # msgid "" diff --git a/po/fr_FR.po b/po/fr_FR.po index 20a7df97f..fc21bc747 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -1,5 +1,5 @@ -# English translations for kimchi package. -# Copyright (C) 2013 ORGANIZATION +# Frensh translations for kimchi package. +# Copyright IBM Corp, 2014-2016 # Adam Litke , 2013. # msgid "" diff --git a/po/gen-pot.in b/po/gen-pot.in index 0e3cd10fd..49253aea2 100644 --- a/po/gen-pot.in +++ b/po/gen-pot.in @@ -1,5 +1,23 @@ #!/bin/bash +# +# Project Kimchi +# +# Copyright IBM Corp, 2013-2016 +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software + for src in $@; do if [ ${src: -3} == ".py" ]; then cat $src diff --git a/po/it_IT.po b/po/it_IT.po index 332291dc1..a3ab5bd0d 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -1,5 +1,5 @@ -# English translations for kimchi package. -# Copyright (C) 2013 ORGANIZATION +# Italian translations for kimchi package. +# Copyright IBM Corp, 2014-2016 # Adam Litke , 2013. # msgid "" diff --git a/po/ja_JP.po b/po/ja_JP.po index ea95d7aca..e3ff7e587 100644 --- a/po/ja_JP.po +++ b/po/ja_JP.po @@ -1,5 +1,5 @@ -# English translations for kimchi package. -# Copyright (C) 2013 ORGANIZATION +# Japonese translations for kimchi package. +# Copyright IBM Corp, 2014-2016 # Adam Litke , 2013. # msgid "" diff --git a/po/ko_KR.po b/po/ko_KR.po index 6b2352947..02d073fce 100644 --- a/po/ko_KR.po +++ b/po/ko_KR.po @@ -1,5 +1,5 @@ -# English translations for kimchi package. -# Copyright (C) 2013 ORGANIZATION +# Korean translations for kimchi package. +# Copyright IBM Corp, 2014-2016 # Adam Litke , 2013. # msgid "" diff --git a/po/pt_BR.po b/po/pt_BR.po index fd33a86f6..c01160baa 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,5 +1,5 @@ -# English translations for kimchi package. -# Copyright (C) 2013 ORGANIZATION +# Portuguese translations for kimchi package. +# Copyright IBM Corp, 2013-2016 # Adam Litke , 2013. # msgid "" diff --git a/po/ru_RU.po b/po/ru_RU.po index b116c5329..18d847587 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -1,5 +1,5 @@ -# English translations for kimchi package. -# Copyright (C) 2013 ORGANIZATION +# Russian translations for kimchi package. +# Copyright IBM Corp, 2014-2016 # Adam Litke , 2013. # msgid "" diff --git a/po/zh_CN.po b/po/zh_CN.po index a1a8eeb0f..5957f8d77 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -1,5 +1,5 @@ -# English translations for kimchi package. -# Copyright (C) 2013 ORGANIZATION +# Chinese (zh_CN) translations for kimchi package. +# Copyright IBM Corp, 2013-2016 # Adam Litke , 2013. # msgid "" diff --git a/po/zh_TW.po b/po/zh_TW.po index 814a78d18..22df6c7eb 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -1,5 +1,5 @@ -# English translations for kimchi package. -# Copyright (C) 2013 ORGANIZATION +# Chinese (zh_TW) translations for kimchi package. +# Copyright IBM Corp, 2014-2016 # Adam Litke , 2013. # msgid "" diff --git a/root.py b/root.py index b5aa78b55..432716dba 100644 --- a/root.py +++ b/root.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2016 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/scan.py b/scan.py index 32827bbdf..b9d9e12d1 100644 --- a/scan.py +++ b/scan.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/screenshot.py b/screenshot.py index 144c74e40..81122288a 100644 --- a/screenshot.py +++ b/screenshot.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2014 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/serialconsole.py b/serialconsole.py index 94aaa6f60..1eb48b179 100644 --- a/serialconsole.py +++ b/serialconsole.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2016 +# Copyright IBM Corp, 2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/Makefile.am b/tests/Makefile.am index c1f6784ef..b1ba0722f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ # # Kimchi # -# Copyright IBM Corp, 2013 +# Copyright IBM Corp, 2013-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/iso_gen.py b/tests/iso_gen.py index 736c66060..8c8fb123e 100644 --- a/tests/iso_gen.py +++ b/tests/iso_gen.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2015 +# Copyright IBM Corp, 2013-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/run_tests.sh.in b/tests/run_tests.sh.in index e92e7d4d4..68dfa2eff 100644 --- a/tests/run_tests.sh.in +++ b/tests/run_tests.sh.in @@ -2,7 +2,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2015 +# Copyright IBM Corp, 2013-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_authorization.py b/tests/test_authorization.py index 325f87805..d88f76318 100644 --- a/tests/test_authorization.py +++ b/tests/test_authorization.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2015 +# Copyright IBM Corp, 2014-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_config.py.in b/tests/test_config.py.in index 597c61a21..3b3857ccb 100644 --- a/tests/test_config.py.in +++ b/tests/test_config.py.in @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2014-2016 +# Copyright IBM Corp, 2014-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_host.py b/tests/test_host.py index 2ce338fac..4b5fd402a 100644 --- a/tests/test_host.py +++ b/tests/test_host.py @@ -2,7 +2,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_livemigration.py b/tests/test_livemigration.py index 7119688e2..29593e7da 100644 --- a/tests/test_livemigration.py +++ b/tests/test_livemigration.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_mock_storagepool.py b/tests/test_mock_storagepool.py index f017f371c..925a9e6f4 100644 --- a/tests/test_mock_storagepool.py +++ b/tests/test_mock_storagepool.py @@ -2,7 +2,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_mock_storagevolume.py b/tests/test_mock_storagevolume.py index f132a628c..d04c91ff1 100644 --- a/tests/test_mock_storagevolume.py +++ b/tests/test_mock_storagevolume.py @@ -2,7 +2,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_mockmodel.py b/tests/test_mockmodel.py index b7f8f2392..5c9fad489 100644 --- a/tests/test_mockmodel.py +++ b/tests/test_mockmodel.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2016 +# Copyright IBM Corp, 2013-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_model.py b/tests/test_model.py index 097c2d633..c65409d66 100644 --- a/tests/test_model.py +++ b/tests/test_model.py @@ -2,7 +2,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2016 +# Copyright IBM Corp, 2013-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_model_storagepool.py b/tests/test_model_storagepool.py index 73dd8c052..4ff5aa191 100644 --- a/tests/test_model_storagepool.py +++ b/tests/test_model_storagepool.py @@ -2,7 +2,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_model_storagevolume.py b/tests/test_model_storagevolume.py index 49e56d364..7dbda97e1 100644 --- a/tests/test_model_storagevolume.py +++ b/tests/test_model_storagevolume.py @@ -2,7 +2,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_osinfo.py b/tests/test_osinfo.py index bd2af5861..c7a1d0dc3 100644 --- a/tests/test_osinfo.py +++ b/tests/test_osinfo.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2015 +# Copyright IBM Corp, 2013-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_rest.py b/tests/test_rest.py index 1fc0f716b..cbedb2d13 100644 --- a/tests/test_rest.py +++ b/tests/test_rest.py @@ -2,7 +2,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2016 +# Copyright IBM Corp, 2013-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_storagepoolxml.py b/tests/test_storagepoolxml.py index 7e45cca7e..968ceb650 100644 --- a/tests/test_storagepoolxml.py +++ b/tests/test_storagepoolxml.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2015 +# Copyright IBM Corp, 2015-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_vmtemplate.py b/tests/test_vmtemplate.py index e157198f0..5de531c72 100644 --- a/tests/test_vmtemplate.py +++ b/tests/test_vmtemplate.py @@ -1,7 +1,7 @@ # # Project Kimchi # -# Copyright IBM, Corp. 2013-2016 +# Copyright IBM Corp, 2013-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/ui/Makefile.am b/ui/Makefile.am index 910adb1ab..8e1eca317 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -1,7 +1,7 @@ # # Kimchi # -# Copyright IBM, Corp. 2013 +# Copyright IBM Corp, 2013-2016 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/config/Makefile.am b/ui/config/Makefile.am index e3b3d194d..2b6e86cb1 100644 --- a/ui/config/Makefile.am +++ b/ui/config/Makefile.am @@ -1,7 +1,7 @@ # # Kimchi # -# Copyright IBM, Corp. 2013 +# Copyright IBM Corp, 2015-2016 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/css/Makefile.am b/ui/css/Makefile.am index 5758e594c..6573e2b87 100644 --- a/ui/css/Makefile.am +++ b/ui/css/Makefile.am @@ -1,7 +1,7 @@ # # Kimchi # -# Copyright IBM, Corp. 2013 +# Copyright IBM Corp, 2013-2016 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/css/kimchi.css b/ui/css/kimchi.css index b3ff8bdb4..9a08a333a 100644 --- a/ui/css/kimchi.css +++ b/ui/css/kimchi.css @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2015 + * Copyright IBM Corp, 2015-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/css/src/kimchi.scss b/ui/css/src/kimchi.scss index 2f89da74a..cdb0222bc 100644 --- a/ui/css/src/kimchi.scss +++ b/ui/css/src/kimchi.scss @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2015 + * Copyright IBM Corp, 2015-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/css/src/modules/_edit-guests.scss b/ui/css/src/modules/_edit-guests.scss index 84d116b97..c6c865de0 100644 --- a/ui/css/src/modules/_edit-guests.scss +++ b/ui/css/src/modules/_edit-guests.scss @@ -1,7 +1,7 @@ // // Project Kimchi // -// Copyright IBM, Corp. 2015-2016 +// Copyright IBM Corp, 2015-2016 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ui/css/src/modules/_guests.scss b/ui/css/src/modules/_guests.scss index 6d64975ad..9d6263654 100644 --- a/ui/css/src/modules/_guests.scss +++ b/ui/css/src/modules/_guests.scss @@ -1,7 +1,7 @@ // // Project Kimchi // -// Copyright IBM, Corp. 2015-2016 +// Copyright IBM Corp, 2015-2016 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ui/css/src/modules/_iso-list.scss b/ui/css/src/modules/_iso-list.scss index 1b3d7e343..222dcdb04 100644 --- a/ui/css/src/modules/_iso-list.scss +++ b/ui/css/src/modules/_iso-list.scss @@ -1,7 +1,7 @@ // // Project Kimchi // -// Copyright IBM, Corp. 2015 +// Copyright IBM Corp, 2015-2016 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ui/css/src/modules/_network.scss b/ui/css/src/modules/_network.scss index 2da52138f..4627ab571 100644 --- a/ui/css/src/modules/_network.scss +++ b/ui/css/src/modules/_network.scss @@ -1,7 +1,7 @@ // // Project Kimchi // -// Copyright IBM, Corp. 2015-2016 +// Copyright IBM Corp, 2015-2016 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ui/css/src/modules/_storage.scss b/ui/css/src/modules/_storage.scss index 307f0b262..4a9f9e1ff 100644 --- a/ui/css/src/modules/_storage.scss +++ b/ui/css/src/modules/_storage.scss @@ -1,7 +1,7 @@ // // Project Kimchi // -// Copyright IBM, Corp. 2015 +// Copyright IBM Corp, 2015-2016 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ui/css/src/modules/_templates.scss b/ui/css/src/modules/_templates.scss index 5fe0cc3b0..44a1d20f5 100644 --- a/ui/css/src/modules/_templates.scss +++ b/ui/css/src/modules/_templates.scss @@ -1,7 +1,7 @@ // // Project Kimchi // -// Copyright IBM, Corp. 2015-2016 +// Copyright IBM Corp, 2015-2016 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ui/images/Makefile.am b/ui/images/Makefile.am index 27c1dfbdd..6baf00746 100644 --- a/ui/images/Makefile.am +++ b/ui/images/Makefile.am @@ -1,7 +1,7 @@ # # Kimchi # -# Copyright IBM, Corp. 2013 +# Copyright IBM Corp, 2013-2016 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/js/Makefile.am b/ui/js/Makefile.am index 7d2495fd9..c410c275f 100644 --- a/ui/js/Makefile.am +++ b/ui/js/Makefile.am @@ -1,7 +1,7 @@ # # Kimchi # -# Copyright IBM, Corp. 2013-2016 +# Copyright IBM Corp, 2013-2016 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/js/src/kimchi.api.js b/ui/js/src/kimchi.api.js index b78087526..3a94631cd 100644 --- a/ui/js/src/kimchi.api.js +++ b/ui/js/src/kimchi.api.js @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2013-2016 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/kimchi.guest_add_main.js b/ui/js/src/kimchi.guest_add_main.js index ef8324ae4..87ad6fa3f 100644 --- a/ui/js/src/kimchi.guest_add_main.js +++ b/ui/js/src/kimchi.guest_add_main.js @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2013-2014 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/kimchi.guest_edit_main.js b/ui/js/src/kimchi.guest_edit_main.js index f604ebd92..3724ae2f9 100644 --- a/ui/js/src/kimchi.guest_edit_main.js +++ b/ui/js/src/kimchi.guest_edit_main.js @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2013-2016 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/kimchi.guest_livemigration.js b/ui/js/src/kimchi.guest_livemigration.js index a8c566ca6..5bec0392b 100644 --- a/ui/js/src/kimchi.guest_livemigration.js +++ b/ui/js/src/kimchi.guest_livemigration.js @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2016 + * Copyright IBM Corp, 2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/kimchi.guest_main.js b/ui/js/src/kimchi.guest_main.js index 83ee3f06b..fc44a11c9 100644 --- a/ui/js/src/kimchi.guest_main.js +++ b/ui/js/src/kimchi.guest_main.js @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2013-2016 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/kimchi.guest_media_main.js b/ui/js/src/kimchi.guest_media_main.js index b9205277a..d71c486bd 100644 --- a/ui/js/src/kimchi.guest_media_main.js +++ b/ui/js/src/kimchi.guest_media_main.js @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2014 + * Copyright IBM Corp, 2014-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/kimchi.guest_storage_add.main.js b/ui/js/src/kimchi.guest_storage_add.main.js index 0cb0e34df..55bc3ac40 100644 --- a/ui/js/src/kimchi.guest_storage_add.main.js +++ b/ui/js/src/kimchi.guest_storage_add.main.js @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2014-2016 + * Copyright IBM Corp, 2014-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/kimchi.main.js b/ui/js/src/kimchi.main.js index fbfd4ce06..5ea56a281 100644 --- a/ui/js/src/kimchi.main.js +++ b/ui/js/src/kimchi.main.js @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2013-2016 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/kimchi.network_add_main.js b/ui/js/src/kimchi.network_add_main.js index 8e2665b48..521b45032 100644 --- a/ui/js/src/kimchi.network_add_main.js +++ b/ui/js/src/kimchi.network_add_main.js @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM Corp, 2013-2016 + * Copyright IBM Corp, 2015-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/kimchi.storage_main.js b/ui/js/src/kimchi.storage_main.js index ce834313b..17a43a779 100644 --- a/ui/js/src/kimchi.storage_main.js +++ b/ui/js/src/kimchi.storage_main.js @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2013-2015 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/kimchi.storagepool_add_main.js b/ui/js/src/kimchi.storagepool_add_main.js index 4d7fd9007..dd81fef75 100644 --- a/ui/js/src/kimchi.storagepool_add_main.js +++ b/ui/js/src/kimchi.storagepool_add_main.js @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2013-2015 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/kimchi.storagepool_add_volume_main.js b/ui/js/src/kimchi.storagepool_add_volume_main.js index 51fc43f29..c398369ce 100644 --- a/ui/js/src/kimchi.storagepool_add_volume_main.js +++ b/ui/js/src/kimchi.storagepool_add_volume_main.js @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2014-2015 + * Copyright IBM Corp, 2014-2016 * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/kimchi.template_add_main.js b/ui/js/src/kimchi.template_add_main.js index fd50251ce..3146f4976 100644 --- a/ui/js/src/kimchi.template_add_main.js +++ b/ui/js/src/kimchi.template_add_main.js @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2013-2015 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/kimchi.template_edit_main.js b/ui/js/src/kimchi.template_edit_main.js index 14f317fe4..9fd12f334 100644 --- a/ui/js/src/kimchi.template_edit_main.js +++ b/ui/js/src/kimchi.template_edit_main.js @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2013-2016 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/js/src/kimchi.template_main.js b/ui/js/src/kimchi.template_main.js index f26548eef..46a229c0f 100644 --- a/ui/js/src/kimchi.template_main.js +++ b/ui/js/src/kimchi.template_main.js @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2013-2016 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/Makefile.am b/ui/pages/Makefile.am index 076b8144a..e8b54f6b8 100644 --- a/ui/pages/Makefile.am +++ b/ui/pages/Makefile.am @@ -1,7 +1,7 @@ # # Kimchi # -# Copyright IBM, Corp. 2013 +# Copyright IBM Corp, 2013-2016 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/pages/guest-add.html.tmpl b/ui/pages/guest-add.html.tmpl index 614606c1c..a531af26a 100644 --- a/ui/pages/guest-add.html.tmpl +++ b/ui/pages/guest-add.html.tmpl @@ -1,7 +1,7 @@ #* * Project Kimchi * - * Copyright IBM, Corp. 2013-2015 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/guest-edit.html.tmpl b/ui/pages/guest-edit.html.tmpl index 375d077ad..0bd42932a 100644 --- a/ui/pages/guest-edit.html.tmpl +++ b/ui/pages/guest-edit.html.tmpl @@ -1,7 +1,7 @@ #* * Project Kimchi * - * Copyright IBM, Corp. 2013-2016 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/guest-migration.html.tmpl b/ui/pages/guest-migration.html.tmpl index d1f6ad8d2..e2d3f2500 100644 --- a/ui/pages/guest-migration.html.tmpl +++ b/ui/pages/guest-migration.html.tmpl @@ -1,7 +1,7 @@ #* * Project Kimchi * - * Copyright IBM, Corp. 2016 + * Copyright IBM Corp, 2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/guest-storage-add.html.tmpl b/ui/pages/guest-storage-add.html.tmpl index 660c27418..18da82578 100644 --- a/ui/pages/guest-storage-add.html.tmpl +++ b/ui/pages/guest-storage-add.html.tmpl @@ -1,7 +1,7 @@ #* * Project Kimchi * - * Copyright IBM, Corp. 2014-2016 + * Copyright IBM Corp, 2014-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/guest.html.tmpl b/ui/pages/guest.html.tmpl index 9117f6f0d..4097a0c0d 100644 --- a/ui/pages/guest.html.tmpl +++ b/ui/pages/guest.html.tmpl @@ -1,7 +1,7 @@ #* * Project Kimchi * - * Copyright IBM, Corp. 2013-2016 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/help/Makefile.am b/ui/pages/help/Makefile.am index a4ee36117..93aa0b174 100644 --- a/ui/pages/help/Makefile.am +++ b/ui/pages/help/Makefile.am @@ -1,4 +1,4 @@ -# Copyright IBM Corp, 2014 +# Copyright IBM Corp, 2014-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/ui/pages/help/de_DE/Makefile.am b/ui/pages/help/de_DE/Makefile.am index 3d99aaeae..f90369d20 100644 --- a/ui/pages/help/de_DE/Makefile.am +++ b/ui/pages/help/de_DE/Makefile.am @@ -1,4 +1,4 @@ -# Copyright IBM Corp, 2014 +# Copyright IBM Corp, 2014-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/ui/pages/help/en_US/Makefile.am b/ui/pages/help/en_US/Makefile.am index d37f03a87..65f383904 100644 --- a/ui/pages/help/en_US/Makefile.am +++ b/ui/pages/help/en_US/Makefile.am @@ -1,4 +1,4 @@ -# Copyright IBM Corp, 2014 +# Copyright IBM Corp, 2014-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/ui/pages/help/es_ES/Makefile.am b/ui/pages/help/es_ES/Makefile.am index 29c596fbe..03ca649e8 100644 --- a/ui/pages/help/es_ES/Makefile.am +++ b/ui/pages/help/es_ES/Makefile.am @@ -1,4 +1,4 @@ -# Copyright IBM Corp, 2014 +# Copyright IBM Corp, 2014-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/ui/pages/help/fr_FR/Makefile.am b/ui/pages/help/fr_FR/Makefile.am index 11ce39415..3910e0423 100644 --- a/ui/pages/help/fr_FR/Makefile.am +++ b/ui/pages/help/fr_FR/Makefile.am @@ -1,4 +1,4 @@ -# Copyright IBM Corp, 2014 +# Copyright IBM Corp, 2014-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/ui/pages/help/it_IT/Makefile.am b/ui/pages/help/it_IT/Makefile.am index 62e2f291f..80ed283fe 100644 --- a/ui/pages/help/it_IT/Makefile.am +++ b/ui/pages/help/it_IT/Makefile.am @@ -1,4 +1,4 @@ -# Copyright IBM Corp, 2014 +# Copyright IBM Corp, 2014-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/ui/pages/help/ja_JP/Makefile.am b/ui/pages/help/ja_JP/Makefile.am index f9c2f3338..09281975e 100644 --- a/ui/pages/help/ja_JP/Makefile.am +++ b/ui/pages/help/ja_JP/Makefile.am @@ -1,4 +1,4 @@ -# Copyright IBM Corp, 2014 +# Copyright IBM Corp, 2014-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/ui/pages/help/kimchi.css b/ui/pages/help/kimchi.css index 32fae4ae5..0ac18730f 100644 --- a/ui/pages/help/kimchi.css +++ b/ui/pages/help/kimchi.css @@ -1,7 +1,7 @@ /* * Project Kimchi * - * Copyright IBM, Corp. 2014 + * Copyright IBM Corp, 2014-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/help/ko_KR/Makefile.am b/ui/pages/help/ko_KR/Makefile.am index e441955d7..85c72287e 100644 --- a/ui/pages/help/ko_KR/Makefile.am +++ b/ui/pages/help/ko_KR/Makefile.am @@ -1,4 +1,4 @@ -# Copyright IBM Corp, 2014 +# Copyright IBM Corp, 2014-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/ui/pages/help/pt_BR/Makefile.am b/ui/pages/help/pt_BR/Makefile.am index 7fc2cb061..246c2e73c 100644 --- a/ui/pages/help/pt_BR/Makefile.am +++ b/ui/pages/help/pt_BR/Makefile.am @@ -1,4 +1,4 @@ -# Copyright IBM Corp, 2014 +# Copyright IBM Corp, 2014-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/ui/pages/help/ru_RU/Makefile.am b/ui/pages/help/ru_RU/Makefile.am index 85ca27aa1..2cd1aae92 100644 --- a/ui/pages/help/ru_RU/Makefile.am +++ b/ui/pages/help/ru_RU/Makefile.am @@ -1,4 +1,4 @@ -# Copyright IBM Corp, 2014 +# Copyright IBM Corp, 2014-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/ui/pages/help/zh_CN/Makefile.am b/ui/pages/help/zh_CN/Makefile.am index e78504889..321ff5178 100644 --- a/ui/pages/help/zh_CN/Makefile.am +++ b/ui/pages/help/zh_CN/Makefile.am @@ -1,4 +1,4 @@ -# Copyright IBM Corp, 2014 +# Copyright IBM Corp, 2014-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/ui/pages/help/zh_TW/Makefile.am b/ui/pages/help/zh_TW/Makefile.am index 9c8ac2630..3e1ffdcb6 100644 --- a/ui/pages/help/zh_TW/Makefile.am +++ b/ui/pages/help/zh_TW/Makefile.am @@ -1,4 +1,4 @@ -# Copyright IBM Corp, 2014 +# Copyright IBM Corp, 2014-2016 # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/ui/pages/i18n.json.tmpl b/ui/pages/i18n.json.tmpl index 24834220c..34a44abba 100644 --- a/ui/pages/i18n.json.tmpl +++ b/ui/pages/i18n.json.tmpl @@ -1,7 +1,7 @@ #* * Project Kimchi * - * Copyright IBM, Corp. 2014-2016 + * Copyright IBM Corp, 2014-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/network-add.html.tmpl b/ui/pages/network-add.html.tmpl index 3f50ad2ff..715597aa6 100644 --- a/ui/pages/network-add.html.tmpl +++ b/ui/pages/network-add.html.tmpl @@ -1,7 +1,7 @@ #* * Project Kimchi * - * Copyright IBM Corp, 2014-2016 + * Copyright IBM Corp, 2015-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/storagepool-add-volume.html.tmpl b/ui/pages/storagepool-add-volume.html.tmpl index 2270e156b..49ab07185 100644 --- a/ui/pages/storagepool-add-volume.html.tmpl +++ b/ui/pages/storagepool-add-volume.html.tmpl @@ -1,7 +1,7 @@ #* * Project Kimchi * - * Copyright IBM, Corp. 2014-2015 + * Copyright IBM Corp, 2014-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/storagepool-add.html.tmpl b/ui/pages/storagepool-add.html.tmpl index b3084fde9..68a52d01a 100644 --- a/ui/pages/storagepool-add.html.tmpl +++ b/ui/pages/storagepool-add.html.tmpl @@ -1,7 +1,7 @@ #* * Project Kimchi * - * Copyright IBM, Corp. 2013-2015 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/tabs/Makefile.am b/ui/pages/tabs/Makefile.am index 0e0820867..f5c1e37cd 100644 --- a/ui/pages/tabs/Makefile.am +++ b/ui/pages/tabs/Makefile.am @@ -1,7 +1,7 @@ # # Kimchi # -# Copyright IBM, Corp. 2013-2015 +# Copyright IBM Corp, 2013-2016 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ui/pages/tabs/guests.html.tmpl b/ui/pages/tabs/guests.html.tmpl index fb7c34fd5..8bd815f26 100644 --- a/ui/pages/tabs/guests.html.tmpl +++ b/ui/pages/tabs/guests.html.tmpl @@ -1,7 +1,7 @@ #* * Project Kimchi * - * Copyright IBM, Corp. 2013-2016 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/tabs/network.html.tmpl b/ui/pages/tabs/network.html.tmpl index 7f09e6e23..d8660d39d 100644 --- a/ui/pages/tabs/network.html.tmpl +++ b/ui/pages/tabs/network.html.tmpl @@ -1,7 +1,7 @@ #* * Project Kimchi * - * Copyright IBM, Corp. 2013-2015 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/tabs/storage.html.tmpl b/ui/pages/tabs/storage.html.tmpl index 8fdfda6bb..5ffdc9792 100644 --- a/ui/pages/tabs/storage.html.tmpl +++ b/ui/pages/tabs/storage.html.tmpl @@ -1,7 +1,7 @@ #* * Project Kimchi * - * Copyright IBM, Corp. 2013-2015 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/tabs/templates.html.tmpl b/ui/pages/tabs/templates.html.tmpl index 0cb36bd70..e20722fb6 100644 --- a/ui/pages/tabs/templates.html.tmpl +++ b/ui/pages/tabs/templates.html.tmpl @@ -1,7 +1,7 @@ #* * Project Kimchi * -* Copyright IBM, Corp. 2013-2016 +* Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/template-add.html.tmpl b/ui/pages/template-add.html.tmpl index 33a1864d9..2926cfae9 100644 --- a/ui/pages/template-add.html.tmpl +++ b/ui/pages/template-add.html.tmpl @@ -1,7 +1,7 @@ #* * Project Kimchi * - * Copyright IBM, Corp. 2013-2015 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/pages/template-edit.html.tmpl b/ui/pages/template-edit.html.tmpl index 45ff5043e..44dd49401 100644 --- a/ui/pages/template-edit.html.tmpl +++ b/ui/pages/template-edit.html.tmpl @@ -1,7 +1,7 @@ #* * Project Kimchi * - * Copyright IBM, Corp. 2013-2016 + * Copyright IBM Corp, 2013-2016 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ui/serial/html/serial.html b/ui/serial/html/serial.html index 26ff6d0f3..8010a5990 100644 --- a/ui/serial/html/serial.html +++ b/ui/serial/html/serial.html @@ -2,7 +2,7 @@