Ensure that any file touched by a @redhat.com author in 2013 has an updated copyright header. The files were updated using the build-aux/update-copyright gnulib script and manually added where the copyright line wasn't present. Signed-off-by: Giuseppe Scrivano <gscrivan@xxxxxxxxxx> --- setup.py | 1 + tests/__init__.py | 1 + tests/capabilities.py | 1 + tests/clitest.py | 1 + tests/clonetest.py | 1 + tests/image.py | 1 + tests/interface.py | 1 + tests/misc.py | 1 + tests/nodedev.py | 1 + tests/storage.py | 1 + tests/support.py | 1 + tests/test_inject.py | 1 + tests/test_urls.py | 1 + tests/utils.py | 1 + tests/virtconvtest.py | 1 + tests/xmlconfig.py | 1 + tests/xmlparse.py | 1 + virtManager/__init__.py | 2 +- virtManager/about.py | 2 +- virtManager/asyncjob.py | 2 +- virtManager/autodrawer.py | 2 +- virtManager/baseclass.py | 2 +- virtManager/choosecd.py | 2 +- virtManager/clone.py | 2 +- virtManager/config.py | 2 +- virtManager/connect.py | 2 +- virtManager/connectauth.py | 2 +- virtManager/connection.py | 2 +- virtManager/console.py | 2 +- virtManager/create.py | 2 +- virtManager/createinterface.py | 2 +- virtManager/createpool.py | 2 +- virtManager/delete.py | 2 +- virtManager/engine.py | 2 +- virtManager/error.py | 2 +- virtManager/graphwidgets.py | 1 + virtManager/host.py | 2 +- virtManager/inspection.py | 2 +- virtManager/interface.py | 2 +- virtManager/keyring.py | 2 +- virtManager/libvirtobject.py | 2 +- virtManager/manager.py | 2 +- virtManager/mediadev.py | 2 +- virtManager/module_trace.py | 2 +- virtManager/netdev.py | 2 +- virtManager/nodedev.py | 2 +- virtManager/packageutils.py | 2 +- virtManager/preferences.py | 2 +- virtManager/storagebrowse.py | 2 +- virtManager/storagepool.py | 2 +- virtManager/systray.py | 2 +- virtcli/__init__.py | 1 + virtcli/cliutils.py | 2 +- virtconv/__init__.py | 1 + virtconv/formats.py | 1 + virtconv/netdevcfg.py | 1 + virtconv/parsers/__init__.py | 1 + virtconv/parsers/ovf.py | 2 +- virtconv/parsers/vmx.py | 1 + virtconv/vmcfg.py | 1 + virtinst/__init__.py | 1 + virtinst/capabilities.py | 2 +- virtinst/clock.py | 2 +- virtinst/cpu.py | 2 +- virtinst/deviceaudio.py | 2 +- virtinst/devicechar.py | 2 +- virtinst/devicecontroller.py | 2 +- virtinst/devicefilesystem.py | 2 +- virtinst/devicegraphics.py | 2 +- virtinst/devicehostdev.py | 2 +- virtinst/deviceinput.py | 2 +- virtinst/deviceinterface.py | 2 +- virtinst/devicememballoon.py | 1 + virtinst/deviceredirdev.py | 2 +- virtinst/devicesmartcard.py | 2 +- virtinst/devicetpm.py | 2 +- virtinst/devicevideo.py | 2 +- virtinst/devicewatchdog.py | 2 +- virtinst/distroinstaller.py | 2 +- virtinst/domainfeatures.py | 2 +- virtinst/domainnumatune.py | 2 +- virtinst/installer.py | 2 +- virtinst/interface.py | 2 +- virtinst/nodedev.py | 2 +- virtinst/osdict.py | 2 +- virtinst/osxml.py | 2 +- virtinst/seclabel.py | 2 +- virtinst/support.py | 2 +- 88 files changed, 88 insertions(+), 61 deletions(-) diff --git a/setup.py b/setup.py index 05c0c39..1af356f 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# Copyright (C) 2013 Red Hat, Inc. # pylint: disable=W0201 # Attribute defined outside __init__: custom commands require breaking this diff --git a/tests/__init__.py b/tests/__init__.py index 89d1e4a..c182822 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/capabilities.py b/tests/capabilities.py index f131cb8..859b126 100644 --- a/tests/capabilities.py +++ b/tests/capabilities.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/clitest.py b/tests/clitest.py index 8032dcd..33c9e50 100644 --- a/tests/clitest.py +++ b/tests/clitest.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/clonetest.py b/tests/clonetest.py index bd8ddb2..606f023 100644 --- a/tests/clonetest.py +++ b/tests/clonetest.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/image.py b/tests/image.py index d69c940..e6ea6b8 100644 --- a/tests/image.py +++ b/tests/image.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/interface.py b/tests/interface.py index cdbeb6a..dffabf6 100644 --- a/tests/interface.py +++ b/tests/interface.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/misc.py b/tests/misc.py index 601c1ae..282018e 100644 --- a/tests/misc.py +++ b/tests/misc.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/nodedev.py b/tests/nodedev.py index ebcb8f8..1268888 100644 --- a/tests/nodedev.py +++ b/tests/nodedev.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/storage.py b/tests/storage.py index 7a8f0b0..19875a3 100644 --- a/tests/storage.py +++ b/tests/storage.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/support.py b/tests/support.py index 2f62ff7..3f38ed9 100644 --- a/tests/support.py +++ b/tests/support.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_inject.py b/tests/test_inject.py index 5275e7b..a061a6c 100755 --- a/tests/test_inject.py +++ b/tests/test_inject.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# Copyright (C) 2013 Red Hat, Inc. import atexit import os diff --git a/tests/test_urls.py b/tests/test_urls.py index 774b82f..76e8c20 100644 --- a/tests/test_urls.py +++ b/tests/test_urls.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/utils.py b/tests/utils.py index 3f3b834..c388aba 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/virtconvtest.py b/tests/virtconvtest.py index e226da6..5cc5d7b 100644 --- a/tests/virtconvtest.py +++ b/tests/virtconvtest.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/xmlconfig.py b/tests/xmlconfig.py index b9422bd..368896b 100644 --- a/tests/xmlconfig.py +++ b/tests/xmlconfig.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/xmlparse.py b/tests/xmlparse.py index 1dd61a6..01be6bc 100644 --- a/tests/xmlparse.py +++ b/tests/xmlparse.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/virtManager/__init__.py b/virtManager/__init__.py index 0c22807..3242ec8 100644 --- a/virtManager/__init__.py +++ b/virtManager/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 Red Hat, Inc. +# Copyright (C) 2006, 2013 Red Hat, Inc. # Copyright (C) 2006 Daniel P. Berrange <berrange@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/about.py b/virtManager/about.py index 5652ebe..cfd7fc9 100644 --- a/virtManager/about.py +++ b/virtManager/about.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 Red Hat, Inc. +# Copyright (C) 2006, 2013 Red Hat, Inc. # Copyright (C) 2006 Daniel P. Berrange <berrange@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/asyncjob.py b/virtManager/asyncjob.py index 261a0d6..64a070a 100644 --- a/virtManager/asyncjob.py +++ b/virtManager/asyncjob.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 Red Hat, Inc. +# Copyright (C) 2006, 2013 Red Hat, Inc. # Copyright (C) 2006 Hugh O. Brock <hbrock@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/autodrawer.py b/virtManager/autodrawer.py index 1ef89c7..e50f1c3 100644 --- a/virtManager/autodrawer.py +++ b/virtManager/autodrawer.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 Red Hat, Inc. +# Copyright (C) 2011, 2013 Red Hat, Inc. # Copyright (C) 2011 Cole Robinson <crobinso@xxxxxxxxxx> # # Python implementation of autodrawer, originally found in vinagre sources: diff --git a/virtManager/baseclass.py b/virtManager/baseclass.py index ef61eb8..46ce524 100644 --- a/virtManager/baseclass.py +++ b/virtManager/baseclass.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 Red Hat, Inc. +# Copyright (C) 2010, 2013 Red Hat, Inc. # Copyright (C) 2010 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/choosecd.py b/virtManager/choosecd.py index a26b5f8..f85d438 100644 --- a/virtManager/choosecd.py +++ b/virtManager/choosecd.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 Red Hat, Inc. +# Copyright (C) 2006, 2013 Red Hat, Inc. # Copyright (C) 2006 Hugh O. Brock <hbrock@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/clone.py b/virtManager/clone.py index bcae3be..0ee89c4 100644 --- a/virtManager/clone.py +++ b/virtManager/clone.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 Red Hat, Inc. +# Copyright (C) 2009, 2013 Red Hat, Inc. # Copyright (C) 2009 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/config.py b/virtManager/config.py index 83e6b73..e98597c 100644 --- a/virtManager/config.py +++ b/virtManager/config.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2006, 2012 Red Hat, Inc. +# Copyright (C) 2006, 2012-2013 Red Hat, Inc. # Copyright (C) 2006 Daniel P. Berrange <berrange@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/connect.py b/virtManager/connect.py index b81fc0d..d8483c9 100644 --- a/virtManager/connect.py +++ b/virtManager/connect.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 Red Hat, Inc. +# Copyright (C) 2006, 2013 Red Hat, Inc. # Copyright (C) 2006 Daniel P. Berrange <berrange@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/connectauth.py b/virtManager/connectauth.py index b9664b3..3b2efb2 100644 --- a/virtManager/connectauth.py +++ b/virtManager/connectauth.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 Red Hat, Inc. +# Copyright (C) 2012-2013 Red Hat, Inc. # Copyright (C) 2012 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/connection.py b/virtManager/connection.py index 44f44e2..a6eacae 100644 --- a/virtManager/connection.py +++ b/virtManager/connection.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 Red Hat, Inc. +# Copyright (C) 2006, 2013 Red Hat, Inc. # Copyright (C) 2006 Daniel P. Berrange <berrange@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/console.py b/virtManager/console.py index 03a209b..462fa6f 100644 --- a/virtManager/console.py +++ b/virtManager/console.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2006-2008 Red Hat, Inc. +# Copyright (C) 2006-2008, 2013 Red Hat, Inc. # Copyright (C) 2006 Daniel P. Berrange <berrange@xxxxxxxxxx> # Copyright (C) 2010 Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> # diff --git a/virtManager/create.py b/virtManager/create.py index e80369d..d135b8a 100644 --- a/virtManager/create.py +++ b/virtManager/create.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 Red Hat, Inc. +# Copyright (C) 2008, 2013 Red Hat, Inc. # Copyright (C) 2008 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/createinterface.py b/virtManager/createinterface.py index c25990c..196ac58 100644 --- a/virtManager/createinterface.py +++ b/virtManager/createinterface.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 Red Hat, Inc. +# Copyright (C) 2008, 2013 Red Hat, Inc. # Copyright (C) 2008 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/createpool.py b/virtManager/createpool.py index 624cbfa..d3ff55d 100644 --- a/virtManager/createpool.py +++ b/virtManager/createpool.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 Red Hat, Inc. +# Copyright (C) 2008, 2013 Red Hat, Inc. # Copyright (C) 2008 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/delete.py b/virtManager/delete.py index ca5fc45..180f369 100644 --- a/virtManager/delete.py +++ b/virtManager/delete.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2009, 2012 Red Hat, Inc. +# Copyright (C) 2009, 2012-2013 Red Hat, Inc. # Copyright (C) 2009 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/engine.py b/virtManager/engine.py index 9d94664..760869b 100644 --- a/virtManager/engine.py +++ b/virtManager/engine.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 Red Hat, Inc. +# Copyright (C) 2006, 2013 Red Hat, Inc. # Copyright (C) 2006 Daniel P. Berrange <berrange@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/error.py b/virtManager/error.py index c8b12b5..f74a47d 100644 --- a/virtManager/error.py +++ b/virtManager/error.py @@ -1,6 +1,6 @@ # Error dialog with extensible "details" button. # -# Copyright (C) 2007 Red Hat, Inc. +# Copyright (C) 2007, 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/virtManager/graphwidgets.py b/virtManager/graphwidgets.py index 7862485..c071477 100644 --- a/virtManager/graphwidgets.py +++ b/virtManager/graphwidgets.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/virtManager/host.py b/virtManager/host.py index 8156542..cf815af 100644 --- a/virtManager/host.py +++ b/virtManager/host.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 Red Hat, Inc. +# Copyright (C) 2007, 2013 Red Hat, Inc. # Copyright (C) 2007 Daniel P. Berrange <berrange@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/inspection.py b/virtManager/inspection.py index eb50a95..8b49bbe 100644 --- a/virtManager/inspection.py +++ b/virtManager/inspection.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 Red Hat, Inc. +# Copyright (C) 2011, 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/virtManager/interface.py b/virtManager/interface.py index 88c0ed3..97d0aa0 100644 --- a/virtManager/interface.py +++ b/virtManager/interface.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 Red Hat, Inc. +# Copyright (C) 2009, 2013 Red Hat, Inc. # Copyright (C) 2009 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/keyring.py b/virtManager/keyring.py index b178f7f..fe4d4e7 100644 --- a/virtManager/keyring.py +++ b/virtManager/keyring.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 Red Hat, Inc. +# Copyright (C) 2006, 2013 Red Hat, Inc. # Copyright (C) 2006 Daniel P. Berrange <berrange@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/libvirtobject.py b/virtManager/libvirtobject.py index 1a7e6c6..65641dc 100644 --- a/virtManager/libvirtobject.py +++ b/virtManager/libvirtobject.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 Red Hat, Inc. +# Copyright (C) 2010, 2013 Red Hat, Inc. # Copyright (C) 2010 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/manager.py b/virtManager/manager.py index d055e31..114904b 100644 --- a/virtManager/manager.py +++ b/virtManager/manager.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2008 Red Hat, Inc. +# Copyright (C) 2006-2008, 2013 Red Hat, Inc. # Copyright (C) 2006 Daniel P. Berrange <berrange@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/mediadev.py b/virtManager/mediadev.py index 3f60c8b..858b5f8 100644 --- a/virtManager/mediadev.py +++ b/virtManager/mediadev.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 Red Hat, Inc. +# Copyright (C) 2009, 2013 Red Hat, Inc. # Copyright (C) 2009 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/module_trace.py b/virtManager/module_trace.py index f125cd2..29cfc0f 100644 --- a/virtManager/module_trace.py +++ b/virtManager/module_trace.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 Red Hat, Inc. +# Copyright (C) 2011, 2013 Red Hat, Inc. # Copyright (C) 2011 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/netdev.py b/virtManager/netdev.py index 9b05ade..0e04eda 100644 --- a/virtManager/netdev.py +++ b/virtManager/netdev.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 Red Hat, Inc. +# Copyright (C) 2007, 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/virtManager/nodedev.py b/virtManager/nodedev.py index aac69ec..643faff 100644 --- a/virtManager/nodedev.py +++ b/virtManager/nodedev.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 Red Hat, Inc. +# Copyright (C) 2011, 2013 Red Hat, Inc. # Copyright (C) 2011 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/packageutils.py b/virtManager/packageutils.py index dd52ee5..26a011b 100644 --- a/virtManager/packageutils.py +++ b/virtManager/packageutils.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 Red Hat, Inc. +# Copyright (C) 2012-2013 Red Hat, Inc. # Copyright (C) 2012 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/preferences.py b/virtManager/preferences.py index 096c1ef..6aa7292 100644 --- a/virtManager/preferences.py +++ b/virtManager/preferences.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2006, 2012 Red Hat, Inc. +# Copyright (C) 2006, 2012-2013 Red Hat, Inc. # Copyright (C) 2006 Daniel P. Berrange <berrange@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/storagebrowse.py b/virtManager/storagebrowse.py index 1c0a3be..75859d9 100644 --- a/virtManager/storagebrowse.py +++ b/virtManager/storagebrowse.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 Red Hat, Inc. +# Copyright (C) 2009, 2013 Red Hat, Inc. # Copyright (C) 2009 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/storagepool.py b/virtManager/storagepool.py index 88f4f27..8079bf6 100644 --- a/virtManager/storagepool.py +++ b/virtManager/storagepool.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 Red Hat, Inc. +# Copyright (C) 2008, 2013 Red Hat, Inc. # Copyright (C) 2008 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtManager/systray.py b/virtManager/systray.py index 39b0371..fc6a523 100644 --- a/virtManager/systray.py +++ b/virtManager/systray.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 Red Hat, Inc. +# Copyright (C) 2009, 2013 Red Hat, Inc. # Copyright (C) 2009 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtcli/__init__.py b/virtcli/__init__.py index e69de29..09a2da5 100644 --- a/virtcli/__init__.py +++ b/virtcli/__init__.py @@ -0,0 +1 @@ +# Copyright (C) 2013 Red Hat, Inc. diff --git a/virtcli/cliutils.py b/virtcli/cliutils.py index 7139f32..261de55 100644 --- a/virtcli/cliutils.py +++ b/virtcli/cliutils.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 Red Hat, Inc. +# Copyright (C) 2011, 2013 Red Hat, Inc. # Copyright (C) 2011 Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtconv/__init__.py b/virtconv/__init__.py index 8db50d5..c2f5d24 100644 --- a/virtconv/__init__.py +++ b/virtconv/__init__.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. diff --git a/virtconv/formats.py b/virtconv/formats.py index 61eac12..433096e 100644 --- a/virtconv/formats.py +++ b/virtconv/formats.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. diff --git a/virtconv/netdevcfg.py b/virtconv/netdevcfg.py index 2c674e1..031e7b6 100644 --- a/virtconv/netdevcfg.py +++ b/virtconv/netdevcfg.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. diff --git a/virtconv/parsers/__init__.py b/virtconv/parsers/__init__.py index e69de29..09a2da5 100644 --- a/virtconv/parsers/__init__.py +++ b/virtconv/parsers/__init__.py @@ -0,0 +1 @@ +# Copyright (C) 2013 Red Hat, Inc. diff --git a/virtconv/parsers/ovf.py b/virtconv/parsers/ovf.py index ed739fb..e30b939 100644 --- a/virtconv/parsers/ovf.py +++ b/virtconv/parsers/ovf.py @@ -1,5 +1,5 @@ # -# Copyright 2009 Red Hat, Inc. +# Copyright 2009, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtconv/parsers/vmx.py b/virtconv/parsers/vmx.py index 2045ee7..634ccce 100644 --- a/virtconv/parsers/vmx.py +++ b/virtconv/parsers/vmx.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. diff --git a/virtconv/vmcfg.py b/virtconv/vmcfg.py index 5d3a81f..8806d4d 100644 --- a/virtconv/vmcfg.py +++ b/virtconv/vmcfg.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. diff --git a/virtinst/__init__.py b/virtinst/__init__.py index a2fc25b..3769de1 100644 --- a/virtinst/__init__.py +++ b/virtinst/__init__.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/virtinst/capabilities.py b/virtinst/capabilities.py index 9611a57..deac869 100644 --- a/virtinst/capabilities.py +++ b/virtinst/capabilities.py @@ -1,7 +1,7 @@ # # Some code for parsing libvirt's capabilities XML # -# Copyright 2007, 2012 Red Hat, Inc. +# Copyright 2007, 2012-2013 Red Hat, Inc. # Mark McLoughlin <markmc@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/clock.py b/virtinst/clock.py index eb4ae30..8fc672d 100644 --- a/virtinst/clock.py +++ b/virtinst/clock.py @@ -1,5 +1,5 @@ # -# Copyright 2010 Red Hat, Inc. +# Copyright 2010, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/cpu.py b/virtinst/cpu.py index 90bf9da..b50c8df 100644 --- a/virtinst/cpu.py +++ b/virtinst/cpu.py @@ -1,5 +1,5 @@ # -# Copyright 2010 Red Hat, Inc. +# Copyright 2010, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/deviceaudio.py b/virtinst/deviceaudio.py index 610c9c6..26fa6c4 100644 --- a/virtinst/deviceaudio.py +++ b/virtinst/deviceaudio.py @@ -1,5 +1,5 @@ # -# Copyright 2008-2009 Red Hat, Inc. +# Copyright 2008-2009, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/devicechar.py b/virtinst/devicechar.py index 9894d69..0132de4 100644 --- a/virtinst/devicechar.py +++ b/virtinst/devicechar.py @@ -1,5 +1,5 @@ # -# Copyright 2009 Red Hat, Inc. +# Copyright 2009, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/devicecontroller.py b/virtinst/devicecontroller.py index e643d57..5643bc3 100644 --- a/virtinst/devicecontroller.py +++ b/virtinst/devicecontroller.py @@ -1,5 +1,5 @@ # -# Copyright 2010 Red Hat, Inc. +# Copyright 2010, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/devicefilesystem.py b/virtinst/devicefilesystem.py index b2555c1..c24366e 100644 --- a/virtinst/devicefilesystem.py +++ b/virtinst/devicefilesystem.py @@ -1,5 +1,5 @@ # -# Copyright 2011 Red Hat, Inc. +# Copyright 2011, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/devicegraphics.py b/virtinst/devicegraphics.py index ff73f86..abc6d29 100644 --- a/virtinst/devicegraphics.py +++ b/virtinst/devicegraphics.py @@ -1,5 +1,5 @@ # -# Copyright 2006-2009 Red Hat, Inc. +# Copyright 2006-2009, 2013 Red Hat, Inc. # Jeremy Katz <katzj@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/devicehostdev.py b/virtinst/devicehostdev.py index 5253d65..bf1ef78 100644 --- a/virtinst/devicehostdev.py +++ b/virtinst/devicehostdev.py @@ -1,5 +1,5 @@ # -# Copyright 2009 Red Hat, Inc. +# Copyright 2009, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/deviceinput.py b/virtinst/deviceinput.py index 392e27d..d96bab7 100644 --- a/virtinst/deviceinput.py +++ b/virtinst/deviceinput.py @@ -1,5 +1,5 @@ # -# Copyright 2009 Red Hat, Inc. +# Copyright 2009, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/deviceinterface.py b/virtinst/deviceinterface.py index 208e74e..6bf7359 100644 --- a/virtinst/deviceinterface.py +++ b/virtinst/deviceinterface.py @@ -1,5 +1,5 @@ # -# Copyright 2006-2009 Red Hat, Inc. +# Copyright 2006-2009, 2013 Red Hat, Inc. # Jeremy Katz <katzj@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/devicememballoon.py b/virtinst/devicememballoon.py index d301b94..cf5490d 100644 --- a/virtinst/devicememballoon.py +++ b/virtinst/devicememballoon.py @@ -1,3 +1,4 @@ +# Copyright (C) 2013 Red Hat, Inc. # # Copyright 2012 # Eiichi Tsukata <devel@xxxxxxxxxxxx> diff --git a/virtinst/deviceredirdev.py b/virtinst/deviceredirdev.py index 2ffcbd6..f939f31 100644 --- a/virtinst/deviceredirdev.py +++ b/virtinst/deviceredirdev.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2011 Red Hat, Inc. +# Copyright 2011, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> # diff --git a/virtinst/devicesmartcard.py b/virtinst/devicesmartcard.py index d50c9e2..b1d0229 100644 --- a/virtinst/devicesmartcard.py +++ b/virtinst/devicesmartcard.py @@ -1,6 +1,6 @@ # coding=utf-8 # -# Copyright 2011 Red Hat, Inc. +# Copyright 2011, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> # diff --git a/virtinst/devicetpm.py b/virtinst/devicetpm.py index 0800469..3ab2b9a 100644 --- a/virtinst/devicetpm.py +++ b/virtinst/devicetpm.py @@ -1,6 +1,6 @@ # coding=utf-8 # -# Copyright 2011 Red Hat, Inc. +# Copyright 2011, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> # diff --git a/virtinst/devicevideo.py b/virtinst/devicevideo.py index 9a28966..1552a22 100644 --- a/virtinst/devicevideo.py +++ b/virtinst/devicevideo.py @@ -1,5 +1,5 @@ # -# Copyright 2009 Red Hat, Inc. +# Copyright 2009, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/devicewatchdog.py b/virtinst/devicewatchdog.py index e7c24f6..1db472f 100644 --- a/virtinst/devicewatchdog.py +++ b/virtinst/devicewatchdog.py @@ -1,5 +1,5 @@ # -# Copyright 2010 Red Hat, Inc. +# Copyright 2010, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/distroinstaller.py b/virtinst/distroinstaller.py index c4ace94..c9db7dd 100644 --- a/virtinst/distroinstaller.py +++ b/virtinst/distroinstaller.py @@ -1,5 +1,5 @@ # -# Copyright 2006-2009 Red Hat, Inc. +# Copyright 2006-2009, 2013 Red Hat, Inc. # Daniel P. Berrange <berrange@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/domainfeatures.py b/virtinst/domainfeatures.py index 8149cbe..48ed70b 100644 --- a/virtinst/domainfeatures.py +++ b/virtinst/domainfeatures.py @@ -1,5 +1,5 @@ # -# Copyright 2010 Red Hat, Inc. +# Copyright 2010, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/domainnumatune.py b/virtinst/domainnumatune.py index 9a22bdd..7652ee5 100644 --- a/virtinst/domainnumatune.py +++ b/virtinst/domainnumatune.py @@ -1,5 +1,5 @@ # -# Copyright 2010 Red Hat, Inc. +# Copyright 2010, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/installer.py b/virtinst/installer.py index 304eab9..efe7255 100644 --- a/virtinst/installer.py +++ b/virtinst/installer.py @@ -1,7 +1,7 @@ # # Common code for all guests # -# Copyright 2006-2009 Red Hat, Inc. +# Copyright 2006-2009, 2013 Red Hat, Inc. # Jeremy Katz <katzj@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/interface.py b/virtinst/interface.py index 0caf17a..853c07c 100644 --- a/virtinst/interface.py +++ b/virtinst/interface.py @@ -1,5 +1,5 @@ # -# Copyright 2009 Red Hat, Inc. +# Copyright 2009, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/nodedev.py b/virtinst/nodedev.py index 33a03c9..e0d85fb 100644 --- a/virtinst/nodedev.py +++ b/virtinst/nodedev.py @@ -1,5 +1,5 @@ # -# Copyright 2009 Red Hat, Inc. +# Copyright 2009, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/osdict.py b/virtinst/osdict.py index a86b407..9a0fc2e 100644 --- a/virtinst/osdict.py +++ b/virtinst/osdict.py @@ -1,7 +1,7 @@ # # List of OS Specific data # -# Copyright 2006-2008 Red Hat, Inc. +# Copyright 2006-2008, 2013 Red Hat, Inc. # Jeremy Katz <katzj@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/osxml.py b/virtinst/osxml.py index b7eee73..7b6a894 100644 --- a/virtinst/osxml.py +++ b/virtinst/osxml.py @@ -1,5 +1,5 @@ # -# Copyright 2010 Red Hat, Inc. +# Copyright 2010, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/seclabel.py b/virtinst/seclabel.py index a9f4787..7aa525a 100644 --- a/virtinst/seclabel.py +++ b/virtinst/seclabel.py @@ -1,5 +1,5 @@ # -# Copyright 2010, 2012 Red Hat, Inc. +# Copyright 2010, 2012-2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify diff --git a/virtinst/support.py b/virtinst/support.py index d72e6f8..ac6ecd9 100644 --- a/virtinst/support.py +++ b/virtinst/support.py @@ -1,7 +1,7 @@ # # Helper functions for determining if libvirt supports certain features # -# Copyright 2009 Red Hat, Inc. +# Copyright 2009, 2013 Red Hat, Inc. # Cole Robinson <crobinso@xxxxxxxxxx> # # This program is free software; you can redistribute it and/or modify -- 1.8.3.1 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list