summaryrefslogtreecommitdiff
path: root/virtinst
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2019-01-08 11:45:35 -0500
committerCole Robinson <crobinso@redhat.com>2019-01-08 11:45:35 -0500
commit2f89ecf4a96a5c58cfb50ade64e7f6c15bd82e4c (patch)
tree656b37c40e3924c02b097538261cab07efe9d966 /virtinst
parentd5d4a877238bea9dbb33e0192ada0f04cc3fa5fb (diff)
downloadvirt-manager-2f89ecf4a96a5c58cfb50ade64e7f6c15bd82e4c.tar.gz
Remove Author lines from file headers
Similar to what was done in libvirt. See these commits: https://github.com/libvirt/libvirt/commit/600462834f4ec1955a9a48a1b6b4a390b9c31553 https://github.com/libvirt/libvirt/commit/c99e954973ea330e32e392c71ed17db5b359381b
Diffstat (limited to 'virtinst')
-rw-r--r--virtinst/capabilities.py1
-rw-r--r--virtinst/cli.py1
-rw-r--r--virtinst/devices/char.py1
-rw-r--r--virtinst/devices/controller.py1
-rw-r--r--virtinst/devices/device.py1
-rw-r--r--virtinst/devices/disk.py1
-rw-r--r--virtinst/devices/filesystem.py1
-rw-r--r--virtinst/devices/graphics.py1
-rw-r--r--virtinst/devices/hostdev.py1
-rw-r--r--virtinst/devices/input.py1
-rw-r--r--virtinst/devices/interface.py1
-rw-r--r--virtinst/devices/memballoon.py1
-rw-r--r--virtinst/devices/redirdev.py2
-rw-r--r--virtinst/devices/rng.py1
-rw-r--r--virtinst/devices/smartcard.py2
-rw-r--r--virtinst/devices/sound.py1
-rw-r--r--virtinst/devices/tpm.py4
-rw-r--r--virtinst/devices/video.py1
-rw-r--r--virtinst/devices/watchdog.py1
-rw-r--r--virtinst/domain/clock.py1
-rw-r--r--virtinst/domain/cpu.py1
-rw-r--r--virtinst/domain/features.py1
-rw-r--r--virtinst/domain/metadata.py1
-rw-r--r--virtinst/domain/numatune.py1
-rw-r--r--virtinst/domain/os.py1
-rw-r--r--virtinst/domain/pm.py1
-rw-r--r--virtinst/domain/seclabel.py1
-rw-r--r--virtinst/domain/xmlnsqemu.py1
-rw-r--r--virtinst/guest.py1
-rw-r--r--virtinst/initrdinject.py1
-rw-r--r--virtinst/installer.py1
-rw-r--r--virtinst/installertreemedia.py1
-rw-r--r--virtinst/interface.py1
-rw-r--r--virtinst/kernelupload.py1
-rw-r--r--virtinst/network.py1
-rw-r--r--virtinst/nodedev.py1
-rw-r--r--virtinst/osdict.py1
-rw-r--r--virtinst/snapshot.py1
-rw-r--r--virtinst/storage.py1
-rw-r--r--virtinst/support.py1
-rw-r--r--virtinst/urldetect.py1
-rw-r--r--virtinst/urlfetcher.py1
-rw-r--r--virtinst/util.py1
-rw-r--r--virtinst/xmlbuilder.py1
44 files changed, 0 insertions, 49 deletions
diff --git a/virtinst/capabilities.py b/virtinst/capabilities.py
index 173a6ab4..f9869dcf 100644
--- a/virtinst/capabilities.py
+++ b/virtinst/capabilities.py
@@ -2,7 +2,6 @@
# Some code for parsing libvirt's capabilities XML
#
# Copyright 2007, 2012-2014 Red Hat, Inc.
-# Mark McLoughlin <markmc@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/cli.py b/virtinst/cli.py
index 55e94cdc..30f3dfb5 100644
--- a/virtinst/cli.py
+++ b/virtinst/cli.py
@@ -2,7 +2,6 @@
# Utility functions for the command line drivers
#
# Copyright 2006-2007, 2013, 2014 Red Hat, Inc.
-# Jeremy Katz <katzj@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/char.py b/virtinst/devices/char.py
index 2a66c332..48744851 100644
--- a/virtinst/devices/char.py
+++ b/virtinst/devices/char.py
@@ -1,6 +1,5 @@
#
# Copyright 2009, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/controller.py b/virtinst/devices/controller.py
index 0da010e9..e3d3db23 100644
--- a/virtinst/devices/controller.py
+++ b/virtinst/devices/controller.py
@@ -1,6 +1,5 @@
#
# Copyright 2010, 2013, 2014 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/device.py b/virtinst/devices/device.py
index cdd95d70..ada82c17 100644
--- a/virtinst/devices/device.py
+++ b/virtinst/devices/device.py
@@ -2,7 +2,6 @@
# Base class for all VM devices
#
# Copyright 2008, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/disk.py b/virtinst/devices/disk.py
index f676280e..dd33ca97 100644
--- a/virtinst/devices/disk.py
+++ b/virtinst/devices/disk.py
@@ -2,7 +2,6 @@
# Classes for building disk device xml
#
# Copyright 2006-2008, 2012-2014 Red Hat, Inc.
-# Jeremy Katz <katzj@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/filesystem.py b/virtinst/devices/filesystem.py
index e593dea2..a5d6c430 100644
--- a/virtinst/devices/filesystem.py
+++ b/virtinst/devices/filesystem.py
@@ -1,6 +1,5 @@
#
# Copyright 2011, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/graphics.py b/virtinst/devices/graphics.py
index 63ec262e..dafae063 100644
--- a/virtinst/devices/graphics.py
+++ b/virtinst/devices/graphics.py
@@ -1,6 +1,5 @@
#
# Copyright 2006-2009, 2013 Red Hat, Inc.
-# Jeremy Katz <katzj@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/hostdev.py b/virtinst/devices/hostdev.py
index 52e878d7..021c56bc 100644
--- a/virtinst/devices/hostdev.py
+++ b/virtinst/devices/hostdev.py
@@ -1,6 +1,5 @@
#
# Copyright 2009, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/input.py b/virtinst/devices/input.py
index 29e8d692..8cab8107 100644
--- a/virtinst/devices/input.py
+++ b/virtinst/devices/input.py
@@ -1,6 +1,5 @@
#
# Copyright 2009, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/interface.py b/virtinst/devices/interface.py
index 89ba5443..03d02b15 100644
--- a/virtinst/devices/interface.py
+++ b/virtinst/devices/interface.py
@@ -1,6 +1,5 @@
#
# Copyright 2006-2009, 2013 Red Hat, Inc.
-# Jeremy Katz <katzj@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/memballoon.py b/virtinst/devices/memballoon.py
index 573247d7..5c3404b0 100644
--- a/virtinst/devices/memballoon.py
+++ b/virtinst/devices/memballoon.py
@@ -1,7 +1,6 @@
# Copyright (C) 2013 Red Hat, Inc.
#
# Copyright 2012
-# Eiichi Tsukata <devel@etsukata.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/redirdev.py b/virtinst/devices/redirdev.py
index e90f5008..eccddf20 100644
--- a/virtinst/devices/redirdev.py
+++ b/virtinst/devices/redirdev.py
@@ -1,7 +1,5 @@
#
# Copyright 2011, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
-# Marc-Andre Lureau <marcandre.lureau@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/rng.py b/virtinst/devices/rng.py
index bdd56dc7..93b8b6fa 100644
--- a/virtinst/devices/rng.py
+++ b/virtinst/devices/rng.py
@@ -1,6 +1,5 @@
#
# Copyright 2013 Red Hat, Inc.
-# Giuseppe Scrivano <gscrivan@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/smartcard.py b/virtinst/devices/smartcard.py
index d0eab8bc..c2df7ba1 100644
--- a/virtinst/devices/smartcard.py
+++ b/virtinst/devices/smartcard.py
@@ -1,7 +1,5 @@
#
# Copyright 2011, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
-# Marc-Andre Lureau <marcandre.lureau@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/sound.py b/virtinst/devices/sound.py
index 768a7446..888174d3 100644
--- a/virtinst/devices/sound.py
+++ b/virtinst/devices/sound.py
@@ -1,6 +1,5 @@
#
# Copyright 2008-2009, 2013-2014 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/tpm.py b/virtinst/devices/tpm.py
index ec6adad5..b6794a16 100644
--- a/virtinst/devices/tpm.py
+++ b/virtinst/devices/tpm.py
@@ -1,10 +1,6 @@
#
# Copyright 2011, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
-# Marc-Andre Lureau <marcandre.lureau@redhat.com>
-#
# Copyright 2013 IBM Corporation
-# Author: Stefan Berger <stefanb@linux.vnet.ibm.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/video.py b/virtinst/devices/video.py
index 276f8187..785d4127 100644
--- a/virtinst/devices/video.py
+++ b/virtinst/devices/video.py
@@ -1,6 +1,5 @@
#
# Copyright 2009, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/devices/watchdog.py b/virtinst/devices/watchdog.py
index ee0d9d03..f5ebf91a 100644
--- a/virtinst/devices/watchdog.py
+++ b/virtinst/devices/watchdog.py
@@ -1,6 +1,5 @@
#
# Copyright 2010, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/domain/clock.py b/virtinst/domain/clock.py
index 7ec3907d..c14df201 100644
--- a/virtinst/domain/clock.py
+++ b/virtinst/domain/clock.py
@@ -1,6 +1,5 @@
#
# Copyright 2010, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/domain/cpu.py b/virtinst/domain/cpu.py
index d66704c1..3548acd7 100644
--- a/virtinst/domain/cpu.py
+++ b/virtinst/domain/cpu.py
@@ -1,6 +1,5 @@
#
# Copyright 2010, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/domain/features.py b/virtinst/domain/features.py
index 1ea2be45..a88aa549 100644
--- a/virtinst/domain/features.py
+++ b/virtinst/domain/features.py
@@ -1,6 +1,5 @@
#
# Copyright 2010, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/domain/metadata.py b/virtinst/domain/metadata.py
index 335a247c..9012ac69 100644
--- a/virtinst/domain/metadata.py
+++ b/virtinst/domain/metadata.py
@@ -1,5 +1,4 @@
# Copyright 2017 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/domain/numatune.py b/virtinst/domain/numatune.py
index f8b4d401..33f66f35 100644
--- a/virtinst/domain/numatune.py
+++ b/virtinst/domain/numatune.py
@@ -1,6 +1,5 @@
#
# Copyright 2010, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/domain/os.py b/virtinst/domain/os.py
index c6e49f80..32343ab6 100644
--- a/virtinst/domain/os.py
+++ b/virtinst/domain/os.py
@@ -1,6 +1,5 @@
#
# Copyright 2010, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/domain/pm.py b/virtinst/domain/pm.py
index e6dae9d6..975ed30f 100644
--- a/virtinst/domain/pm.py
+++ b/virtinst/domain/pm.py
@@ -1,6 +1,5 @@
#
# Copyright 2014 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/domain/seclabel.py b/virtinst/domain/seclabel.py
index 951c4736..44ea52d7 100644
--- a/virtinst/domain/seclabel.py
+++ b/virtinst/domain/seclabel.py
@@ -1,6 +1,5 @@
#
# Copyright 2010, 2012-2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/domain/xmlnsqemu.py b/virtinst/domain/xmlnsqemu.py
index 0ec4820c..dbc61df0 100644
--- a/virtinst/domain/xmlnsqemu.py
+++ b/virtinst/domain/xmlnsqemu.py
@@ -1,5 +1,4 @@
# Copyright 2017 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/guest.py b/virtinst/guest.py
index e710608e..c0471cd8 100644
--- a/virtinst/guest.py
+++ b/virtinst/guest.py
@@ -2,7 +2,6 @@
# Common code for all guests
#
# Copyright 2006-2009, 2013, 2014, 2015 Red Hat, Inc.
-# Jeremy Katz <katzj@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/initrdinject.py b/virtinst/initrdinject.py
index bc838a2f..78c18c28 100644
--- a/virtinst/initrdinject.py
+++ b/virtinst/initrdinject.py
@@ -1,6 +1,5 @@
#
# Copyright 2006-2009, 2013, 2014 Red Hat, Inc.
-# Daniel P. Berrange <berrange@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/installer.py b/virtinst/installer.py
index 4206892d..8ada06ea 100644
--- a/virtinst/installer.py
+++ b/virtinst/installer.py
@@ -2,7 +2,6 @@
# Common code for all guests
#
# Copyright 2006-2009, 2013 Red Hat, Inc.
-# Jeremy Katz <katzj@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/installertreemedia.py b/virtinst/installertreemedia.py
index 385448e1..aa0978e9 100644
--- a/virtinst/installertreemedia.py
+++ b/virtinst/installertreemedia.py
@@ -1,6 +1,5 @@
#
# Copyright 2006-2009, 2013, 2014 Red Hat, Inc.
-# Daniel P. Berrange <berrange@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/interface.py b/virtinst/interface.py
index d0e74213..fcfea945 100644
--- a/virtinst/interface.py
+++ b/virtinst/interface.py
@@ -1,6 +1,5 @@
#
# Copyright 2009, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/kernelupload.py b/virtinst/kernelupload.py
index 3524282b..3759b205 100644
--- a/virtinst/kernelupload.py
+++ b/virtinst/kernelupload.py
@@ -1,6 +1,5 @@
#
# Copyright 2006-2009, 2013, 2014 Red Hat, Inc.
-# Daniel P. Berrange <berrange@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/network.py b/virtinst/network.py
index 84530d1c..894cfcee 100644
--- a/virtinst/network.py
+++ b/virtinst/network.py
@@ -1,6 +1,5 @@
#
# Copyright 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/nodedev.py b/virtinst/nodedev.py
index f8b2ed51..df8644de 100644
--- a/virtinst/nodedev.py
+++ b/virtinst/nodedev.py
@@ -1,6 +1,5 @@
#
# Copyright 2009, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/osdict.py b/virtinst/osdict.py
index 3210a29e..43006491 100644
--- a/virtinst/osdict.py
+++ b/virtinst/osdict.py
@@ -2,7 +2,6 @@
# List of OS Specific data
#
# Copyright 2006-2008, 2013-2014 Red Hat, Inc.
-# Jeremy Katz <katzj@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/snapshot.py b/virtinst/snapshot.py
index 5e2b94a4..1b741986 100644
--- a/virtinst/snapshot.py
+++ b/virtinst/snapshot.py
@@ -1,6 +1,5 @@
#
# Copyright 2013-2014 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/storage.py b/virtinst/storage.py
index 5b3fed99..5781e4a7 100644
--- a/virtinst/storage.py
+++ b/virtinst/storage.py
@@ -1,6 +1,5 @@
#
# Copyright 2008, 2013, 2015 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/support.py b/virtinst/support.py
index b469e36a..0f0f6104 100644
--- a/virtinst/support.py
+++ b/virtinst/support.py
@@ -2,7 +2,6 @@
# Helper functions for determining if libvirt supports certain features
#
# Copyright 2009, 2013, 2014 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/urldetect.py b/virtinst/urldetect.py
index 82020694..f6975457 100644
--- a/virtinst/urldetect.py
+++ b/virtinst/urldetect.py
@@ -1,6 +1,5 @@
#
# Copyright 2006-2007, 2013 Red Hat, Inc.
-# Daniel P. Berrange <berrange@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/urlfetcher.py b/virtinst/urlfetcher.py
index e18fe981..5c380785 100644
--- a/virtinst/urlfetcher.py
+++ b/virtinst/urlfetcher.py
@@ -1,6 +1,5 @@
#
# Copyright 2006-2007, 2013 Red Hat, Inc.
-# Daniel P. Berrange <berrange@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/util.py b/virtinst/util.py
index 7ed960bf..22a2092b 100644
--- a/virtinst/util.py
+++ b/virtinst/util.py
@@ -1,6 +1,5 @@
#
# Copyright 2006, 2013 Red Hat, Inc.
-# Jeremy Katz <katzj@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
diff --git a/virtinst/xmlbuilder.py b/virtinst/xmlbuilder.py
index 90c5090f..efb3d3a4 100644
--- a/virtinst/xmlbuilder.py
+++ b/virtinst/xmlbuilder.py
@@ -2,7 +2,6 @@
# Base class for all VM devices
#
# Copyright 2008, 2013 Red Hat, Inc.
-# Cole Robinson <crobinso@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.