diff options
author | David Cantrell <dcantrell@redhat.com> | 2007-12-17 08:47:11 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2007-12-17 08:55:14 -1000 |
commit | 7619a3a44a82e7ba76f1529a3f327750d68d4dac (patch) | |
tree | 5ed86f144b9d639aadd29845dc53a0ab2b6adfdd | |
parent | 8c5513ed8a6bfd470be2dc70dd3f589e6cef3c6d (diff) | |
download | anaconda-7619a3a44a82e7ba76f1529a3f327750d68d4dac.tar.gz anaconda-7619a3a44a82e7ba76f1529a3f327750d68d4dac.tar.xz anaconda-7619a3a44a82e7ba76f1529a3f327750d68d4dac.zip |
Clean up typos and other things for GPLv2+ changes.
Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually
we'll get an AUTHORS file and will just remove author names from the
individual files. Also fixed a type in scripts/dumphdrlist.py where
Author was listed twice.
123 files changed, 248 insertions, 248 deletions
@@ -18,14 +18,14 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Brent Fox <bfox@redhat.com> -# Mike Fulbright <msf@redhat.com> -# Jakub Jelinek <jakub@redhat.com> -# Jeremy Katz <katzj@redhat.com> -# Chris Lumens <clumens@redhat.com> -# Paul Nasrat <pnasrat@redhat.com> -# Erik Troan <ewt@rpath.com> -# Matt Wilson <msw@rpath.com> +# Author(s): Brent Fox <bfox@redhat.com> +# Mike Fulbright <msf@redhat.com> +# Jakub Jelinek <jakub@redhat.com> +# Jeremy Katz <katzj@redhat.com> +# Chris Lumens <clumens@redhat.com> +# Paul Nasrat <pnasrat@redhat.com> +# Erik Troan <ewt@rpath.com> +# Matt Wilson <msw@rpath.com> # # This toplevel file is a little messy at the moment... diff --git a/anaconda_log.py b/anaconda_log.py index 1edb8a0b0..99ae58e4a 100644 --- a/anaconda_log.py +++ b/anaconda_log.py @@ -17,9 +17,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Chris Lumens <clumens@redhat.com> -# Matt Wilson <msw@redhat.com> -# Michael Fulbright <msf@redhat.com> +# Author(s): Chris Lumens <clumens@redhat.com> +# Matt Wilson <msw@redhat.com> +# Michael Fulbright <msf@redhat.com> # import sys diff --git a/autopart.py b/autopart.py index 534b6e781..03a05eb9d 100644 --- a/autopart.py +++ b/autopart.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import parted diff --git a/backend.py b/backend.py index 1725284e6..3d72dc30e 100644 --- a/backend.py +++ b/backend.py @@ -16,8 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Paul Nasrat <pnasrat@redhat.com> -# Jeremy Katz <katzj@redhat.com> +# Author(s): Paul Nasrat <pnasrat@redhat.com> +# Jeremy Katz <katzj@redhat.com> # import glob diff --git a/bootloader.py b/bootloader.py index 7bf63597e..b8786d7f1 100644 --- a/bootloader.py +++ b/bootloader.py @@ -17,8 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Erik Troan <ewt@redhat.com> -# Jeremy Katz <katzj@redhat.com> +# Author(s): Erik Troan <ewt@redhat.com> +# Jeremy Katz <katzj@redhat.com> # import isys diff --git a/cmdline.py b/cmdline.py index 18d7363bd..ecafc7c26 100644 --- a/cmdline.py +++ b/cmdline.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com +# Author(s): Jeremy Katz <katzj@redhat.com # import time diff --git a/constants.py b/constants.py index c0007f705..30c1f88bb 100644 --- a/constants.py +++ b/constants.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Erik Troan <ewt@redhat.com> +# Author(s): Erik Troan <ewt@redhat.com> # from rhpl.translate import _, N_ diff --git a/cryptodev.py b/cryptodev.py index 37ea27d5e..39f3fd9a8 100644 --- a/cryptodev.py +++ b/cryptodev.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Dave Lehman <dlehman@redhat.com> +# Author(s): Dave Lehman <dlehman@redhat.com> # import os diff --git a/desktop.py b/desktop.py index f5e8eceec..fe34a5ad3 100644 --- a/desktop.py +++ b/desktop.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Matt Wilson <msw@redhat.com> +# Author(s): Matt Wilson <msw@redhat.com> # import string diff --git a/dispatch.py b/dispatch.py index 1d7c66ee3..6aa335232 100644 --- a/dispatch.py +++ b/dispatch.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Erik Troan <ewt@redhat.com> +# Author(s): Erik Troan <ewt@redhat.com> # import string @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Peter Jones <pjones@redhat.com> +# Author(s): Peter Jones <pjones@redhat.com> # """DMRaid probing control.""" diff --git a/exception.py b/exception.py index 3449bd7ae..fb0fe2a29 100644 --- a/exception.py +++ b/exception.py @@ -17,9 +17,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Matt Wilson <msw@redhat.com> -# Erik Troan <ewt@redhat.com> -# Chris Lumens <clumens@redhat.com> +# Author(s): Matt Wilson <msw@redhat.com> +# Erik Troan <ewt@redhat.com> +# Chris Lumens <clumens@redhat.com> # from constants import * diff --git a/firewall.py b/firewall.py index 2a4b7290d..87c036c63 100644 --- a/firewall.py +++ b/firewall.py @@ -16,8 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Bill Nottingham <notting@redhat.com> -# Jeremy Katz <katzj@redhat.com> +# Author(s): Bill Nottingham <notting@redhat.com> +# Jeremy Katz <katzj@redhat.com> # import iutil @@ -17,8 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Matt Wilson <msw@redhat.com> -# Jeremy Katz <katzj@redhat.com> +# Author(s): Matt Wilson <msw@redhat.com> +# Jeremy Katz <katzj@redhat.com> # import math @@ -17,8 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Matt Wilson <msw@redhat.com> -# Michael Fulbright <msf@redhat.com> +# Author(s): Matt Wilson <msw@redhat.com> +# Michael Fulbright <msf@redhat.com> # import os diff --git a/instdata.py b/instdata.py index 08b640230..49eb2bb7c 100644 --- a/instdata.py +++ b/instdata.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Erik Troan <ewt@redhat.com> +# Author(s): Erik Troan <ewt@redhat.com> # import os diff --git a/isys/auditd.c b/isys/auditd.c index 6d5fa0f62..971640f0f 100644 --- a/isys/auditd.c +++ b/isys/auditd.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Peter Jones <pjones@redhat.com> + * Author(s): Peter Jones <pjones@redhat.com> */ #define _GNU_SOURCE 1 diff --git a/isys/auditd.h b/isys/auditd.h index 1aad39e78..55ec5ceae 100644 --- a/isys/auditd.h +++ b/isys/auditd.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Peter Jones <pjones@redhat.com> + * Author(s): Peter Jones <pjones@redhat.com> */ #ifndef ISYS_AUDIT_H diff --git a/isys/eddsupport.c b/isys/eddsupport.c index 308a091cd..361da8dc8 100644 --- a/isys/eddsupport.c +++ b/isys/eddsupport.c @@ -18,8 +18,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Dell Author(s): Rezwanul_Kabir@Dell.com - * Red Hat Author(s): Jeremy Katz <katzj@redhat.com> + * Author(s): Rezwanul_Kabir@Dell.com + * Jeremy Katz <katzj@redhat.com> */ #include <ctype.h> diff --git a/isys/ethtool.c b/isys/ethtool.c index 558d1a791..df6554970 100644 --- a/isys/ethtool.c +++ b/isys/ethtool.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Jeremy Katz <katzj@redhat.com> + * Author(s): Jeremy Katz <katzj@redhat.com> */ #include <errno.h> diff --git a/isys/isys.py b/isys/isys.py index 537174fe7..15a2837d3 100755 --- a/isys/isys.py +++ b/isys/isys.py @@ -17,9 +17,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Matt Wilson <msw@redhat.com> -# Erik Troan <ewt@redhat.com> -# Jeremy Katz <katzj@redhat.com> +# Author(s): Matt Wilson <msw@redhat.com> +# Erik Troan <ewt@redhat.com> +# Jeremy Katz <katzj@redhat.com> # import _isys diff --git a/isys/linkdetect.c b/isys/linkdetect.c index ae6c6f218..84f77f888 100644 --- a/isys/linkdetect.c +++ b/isys/linkdetect.c @@ -20,7 +20,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Jeremy Katz <katzj@redhat.com> + * Author(s): Jeremy Katz <katzj@redhat.com> */ #include <stdio.h> @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): David Cantrell <dcantrell@redhat.com> + * Author(s): David Cantrell <dcantrell@redhat.com> */ #include <stdio.h> @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): David Cantrell <dcantrell@redhat.com> + * Author(s): David Cantrell <dcantrell@redhat.com> */ #include <netinet/in.h> diff --git a/isys/silo.c b/isys/silo.c index 3eb1697ab..66109c6c4 100644 --- a/isys/silo.c +++ b/isys/silo.c @@ -17,7 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Jakub Jelinek <jakub@redhat.com> + * Author(s): Jakub Jelinek <jakub@redhat.com> */ #define _GNU_SOURCE diff --git a/isys/str.c b/isys/str.c index 60974a66d..cf0547391 100644 --- a/isys/str.c +++ b/isys/str.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): David Cantrell <dcantrell@redhat.com> + * Author(s): David Cantrell <dcantrell@redhat.com> */ #include <stdio.h> diff --git a/isys/str.h b/isys/str.h index da855ec17..d29602153 100644 --- a/isys/str.h +++ b/isys/str.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): David Cantrell <dcantrell@redhat.com> + * Author(s): David Cantrell <dcantrell@redhat.com> */ /* Function prototypes */ diff --git a/isys/vio.c b/isys/vio.c index 1a173f0ed..0d78d6304 100644 --- a/isys/vio.c +++ b/isys/vio.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Jeremy Katz <katzj@redhat.com> + * Author(s): Jeremy Katz <katzj@redhat.com> */ #include <ctype.h> diff --git a/isys/wireless.c b/isys/wireless.c index 803c233ea..aa13b1198 100644 --- a/isys/wireless.c +++ b/isys/wireless.c @@ -18,7 +18,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Jeremy Katz <katzj@redhat.com> + * Author(s): Jeremy Katz <katzj@redhat.com> */ #include <errno.h> @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Erik Troan <ewt@redhat.com> +# Author(s): Erik Troan <ewt@redhat.com> # import os, isys, string, stat diff --git a/iw/autopart_type.py b/iw/autopart_type.py index 44caaaf85..9cd855942 100644 --- a/iw/autopart_type.py +++ b/iw/autopart_type.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import gtk diff --git a/iw/blpasswidget.py b/iw/blpasswidget.py index 143843f42..2846ee7ed 100644 --- a/iw/blpasswidget.py +++ b/iw/blpasswidget.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import gtk diff --git a/iw/bootloader_advanced_gui.py b/iw/bootloader_advanced_gui.py index fdf5df96d..689ee5ea7 100644 --- a/iw/bootloader_advanced_gui.py +++ b/iw/bootloader_advanced_gui.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import gtk diff --git a/iw/bootloader_main_gui.py b/iw/bootloader_main_gui.py index a8a5f995f..2310b31f2 100644 --- a/iw/bootloader_main_gui.py +++ b/iw/bootloader_main_gui.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import gtk diff --git a/iw/bootlocwidget.py b/iw/bootlocwidget.py index 57458d290..03583fb2a 100644 --- a/iw/bootlocwidget.py +++ b/iw/bootlocwidget.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import gtk diff --git a/iw/checklist.py b/iw/checklist.py index dd025808e..5af1c170e 100644 --- a/iw/checklist.py +++ b/iw/checklist.py @@ -17,8 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Brent Fox <bfox@redhat.com> -# Jeremy Katz <katzj@redhat.com> +# Author(s): Brent Fox <bfox@redhat.com> +# Jeremy Katz <katzj@redhat.com> # import gtk diff --git a/iw/datacombo.py b/iw/datacombo.py index a80d7a206..08dfb95eb 100644 --- a/iw/datacombo.py +++ b/iw/datacombo.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import gtk diff --git a/iw/driveorderwidget.py b/iw/driveorderwidget.py index 698b57b7f..c39ceacef 100644 --- a/iw/driveorderwidget.py +++ b/iw/driveorderwidget.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import gtk diff --git a/iw/lvm_dialog_gui.py b/iw/lvm_dialog_gui.py index ea9072a97..0c2f1f34b 100644 --- a/iw/lvm_dialog_gui.py +++ b/iw/lvm_dialog_gui.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Michael Fulbright <msf@redhat.com> +# Author(s): Michael Fulbright <msf@redhat.com> # import copy diff --git a/iw/netconfig_dialog.py b/iw/netconfig_dialog.py index 4e03427af..072634353 100644 --- a/iw/netconfig_dialog.py +++ b/iw/netconfig_dialog.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import gtk diff --git a/iw/network_gui.py b/iw/network_gui.py index e44d70c07..2a4c89303 100644 --- a/iw/network_gui.py +++ b/iw/network_gui.py @@ -17,8 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Michael Fulbright <msf@redhat.com> -# David Cantrell <dcantrell@redhat.com> +# Author(s): Michael Fulbright <msf@redhat.com> +# David Cantrell <dcantrell@redhat.com> # import string diff --git a/iw/osbootwidget.py b/iw/osbootwidget.py index 386285c3d..fbffb84fd 100644 --- a/iw/osbootwidget.py +++ b/iw/osbootwidget.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import gtk diff --git a/iw/package_gui.py b/iw/package_gui.py index db45a6aab..c75a1427d 100644 --- a/iw/package_gui.py +++ b/iw/package_gui.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # # FIXME: group selection isn't currently backend independent diff --git a/iw/partition_dialog_gui.py b/iw/partition_dialog_gui.py index bb4fa70f3..a38448ed2 100644 --- a/iw/partition_dialog_gui.py +++ b/iw/partition_dialog_gui.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Michael Fulbright <msf@redhat.com> +# Author(s): Michael Fulbright <msf@redhat.com> # import copy diff --git a/iw/partition_gui.py b/iw/partition_gui.py index b18c51122..dc99a4660 100644 --- a/iw/partition_gui.py +++ b/iw/partition_gui.py @@ -16,8 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Matt Wilson <msw@redhat.com> -# Michael Fulbright <msf@redhat.com> +# Author(s): Matt Wilson <msw@redhat.com> +# Michael Fulbright <msf@redhat.com> # import gobject diff --git a/iw/partition_ui_helpers_gui.py b/iw/partition_ui_helpers_gui.py index 122e7af94..a68091c78 100644 --- a/iw/partition_ui_helpers_gui.py +++ b/iw/partition_ui_helpers_gui.py @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Michael Fulbright <msf@redhat.com> +# Author(s): Michael Fulbright <msf@redhat.com> # import gobject diff --git a/iw/partmethod_gui.py b/iw/partmethod_gui.py index ca5e93ea4..6547dba0c 100644 --- a/iw/partmethod_gui.py +++ b/iw/partmethod_gui.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Matt Wilson <msw@redhat.com> +# Author(s): Matt Wilson <msw@redhat.com> # import gtk diff --git a/iw/raid_dialog_gui.py b/iw/raid_dialog_gui.py index 9db23cc02..899195dc9 100644 --- a/iw/raid_dialog_gui.py +++ b/iw/raid_dialog_gui.py @@ -17,8 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Michael Fulbright <msf@redhat.com> -# Jeremy Katz <katzj@redhat.com> +# Author(s): Michael Fulbright <msf@redhat.com> +# Jeremy Katz <katzj@redhat.com> # import copy diff --git a/iw/upgrade_bootloader_gui.py b/iw/upgrade_bootloader_gui.py index fe5bf0584..84c16dc22 100644 --- a/iw/upgrade_bootloader_gui.py +++ b/iw/upgrade_bootloader_gui.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # # must replace with explcit form so update disks will work diff --git a/iw/upgrade_migratefs_gui.py b/iw/upgrade_migratefs_gui.py index de28e5fef..b1324b10d 100644 --- a/iw/upgrade_migratefs_gui.py +++ b/iw/upgrade_migratefs_gui.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Mike Fulbright <msf@redhat.com> +# Author(s): Mike Fulbright <msf@redhat.com> # from iw_gui import * diff --git a/iw/upgrade_swap_gui.py b/iw/upgrade_swap_gui.py index 908ebb72e..f16ce5222 100644 --- a/iw/upgrade_swap_gui.py +++ b/iw/upgrade_swap_gui.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Mike Fulbright <msf@redhat.com> +# Author(s): Mike Fulbright <msf@redhat.com> # import iutil @@ -21,7 +21,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import os, sys diff --git a/loader2/cdinstall.c b/loader2/cdinstall.c index 23ed785c1..4fb64283c 100644 --- a/loader2/cdinstall.c +++ b/loader2/cdinstall.c @@ -17,10 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <ctype.h> diff --git a/loader2/dirbrowser.c b/loader2/dirbrowser.c index d6336b223..031122794 100644 --- a/loader2/dirbrowser.c +++ b/loader2/dirbrowser.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Jeremy Katz <katzj@redhat.com> + * Author(s): Jeremy Katz <katzj@redhat.com> */ #include <newt.h> diff --git a/loader2/driverdisk.c b/loader2/driverdisk.c index c7664d60e..d28b61395 100644 --- a/loader2/driverdisk.c +++ b/loader2/driverdisk.c @@ -17,7 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Jeremy Katz <katzj@redhat.com> + * Author(s): Jeremy Katz <katzj@redhat.com> */ #include <errno.h> diff --git a/loader2/driverselect.c b/loader2/driverselect.c index 5de6a6db0..05a2b1a98 100644 --- a/loader2/driverselect.c +++ b/loader2/driverselect.c @@ -17,8 +17,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <ctype.h> diff --git a/loader2/firewire.c b/loader2/firewire.c index fa4156a9e..3b2d46a75 100644 --- a/loader2/firewire.c +++ b/loader2/firewire.c @@ -16,10 +16,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <kudzu/kudzu.h> diff --git a/loader2/ftp.c b/loader2/ftp.c index c7e6b88c6..242a1ac34 100644 --- a/loader2/ftp.c +++ b/loader2/ftp.c @@ -17,10 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Jeremy Katz <katzj@redhat.com> - * David Cantrell <dcantrell@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Jeremy Katz <katzj@redhat.com> + * David Cantrell <dcantrell@redhat.com> */ #define HAVE_ALLOCA_H 1 diff --git a/loader2/fwloader.c b/loader2/fwloader.c index 696d71447..e5e59a462 100644 --- a/loader2/fwloader.c +++ b/loader2/fwloader.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Peter Jones (pjones@redhat.com) + * Author(s): Peter Jones (pjones@redhat.com) */ #define _GNU_SOURCE 1 diff --git a/loader2/fwloader.h b/loader2/fwloader.h index 51cdabced..e0b0fe8a2 100644 --- a/loader2/fwloader.h +++ b/loader2/fwloader.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Peter Jones (pjones@redhat.com) + * Author(s): Peter Jones <pjones@redhat.com> */ #ifndef FWLOADER_H diff --git a/loader2/getparts.c b/loader2/getparts.c index 12f1113dd..3bde18e35 100644 --- a/loader2/getparts.c +++ b/loader2/getparts.c @@ -17,8 +17,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <stdio.h> diff --git a/loader2/hardware.c b/loader2/hardware.c index ad29eb50a..4b7f92166 100644 --- a/loader2/hardware.c +++ b/loader2/hardware.c @@ -17,10 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <errno.h> diff --git a/loader2/hdinstall.c b/loader2/hdinstall.c index 757c81775..a3178632a 100644 --- a/loader2/hdinstall.c +++ b/loader2/hdinstall.c @@ -17,10 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <ctype.h> diff --git a/loader2/init.c b/loader2/init.c index 231041da9..e16a8bdc5 100644 --- a/loader2/init.c +++ b/loader2/init.c @@ -17,8 +17,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan (ewt@redhat.com) - * Jeremy Katz (katzj@redhat.com) + * Author(s): Erik Troan (ewt@redhat.com) + * Jeremy Katz (katzj@redhat.com) */ #if USE_MINILIBC diff --git a/loader2/kbd.c b/loader2/kbd.c index e0ad030e2..8e8058a4d 100644 --- a/loader2/kbd.c +++ b/loader2/kbd.c @@ -17,10 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <alloca.h> diff --git a/loader2/kickstart.c b/loader2/kickstart.c index 7ca939939..e626c57bd 100644 --- a/loader2/kickstart.c +++ b/loader2/kickstart.c @@ -17,10 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <alloca.h> diff --git a/loader2/lang.c b/loader2/lang.c index 99671e6e3..3cd8b6217 100644 --- a/loader2/lang.c +++ b/loader2/lang.c @@ -17,10 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <alloca.h> diff --git a/loader2/linuxrc.s390 b/loader2/linuxrc.s390 index ad0ba1cab..b5919e5a0 100644 --- a/loader2/linuxrc.s390 +++ b/loader2/linuxrc.s390 @@ -18,13 +18,13 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Bernhard Rosenkraenzer <bero@redhat.com> -# Oliver Paukstadt <opaukstadt@millenux.com> -# Karsten Hopp <karsten@redhat.de> -# Florian La Roche <laroche@redhat.com> -# Nils Philippsen <nils@redhat.de> -# Helge Deller <hdeller@redhat.de> -# David Sainty <dsainty@redhat.com> +# Author(s): Bernhard Rosenkraenzer <bero@redhat.com> +# Oliver Paukstadt <opaukstadt@millenux.com> +# Karsten Hopp <karsten@redhat.de> +# Florian La Roche <laroche@redhat.com> +# Nils Philippsen <nils@redhat.de> +# Helge Deller <hdeller@redhat.de> +# David Sainty <dsainty@redhat.com> # VERSION=1.1 diff --git a/loader2/loader.c b/loader2/loader.c index 9f904bd46..d4fffbf37 100644 --- a/loader2/loader.c +++ b/loader2/loader.c @@ -22,10 +22,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <ctype.h> diff --git a/loader2/loadermisc.c b/loader2/loadermisc.c index 3fd960772..6066e87a9 100644 --- a/loader2/loadermisc.c +++ b/loader2/loadermisc.c @@ -18,10 +18,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <ctype.h> diff --git a/loader2/log.c b/loader2/log.c index 451c9dcc2..9c371db8b 100644 --- a/loader2/log.c +++ b/loader2/log.c @@ -17,10 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <fcntl.h> diff --git a/loader2/mediacheck.c b/loader2/mediacheck.c index 549aaa2a0..0c45b62a1 100644 --- a/loader2/mediacheck.c +++ b/loader2/mediacheck.c @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Michael Fulbright <msf@redhat.com> - * Dustin Kirkland <dustin.kirkland@gmail.com> + * Author(s): Michael Fulbright <msf@redhat.com> + * Dustin Kirkland <dustin.kirkland@gmail.com> */ #include <stdio.h> diff --git a/loader2/method.c b/loader2/method.c index 1f6a0c38f..67a237672 100644 --- a/loader2/method.c +++ b/loader2/method.c @@ -16,10 +16,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <ctype.h> diff --git a/loader2/modstubs.c b/loader2/modstubs.c index 603d8192e..bfd7d8b85 100644 --- a/loader2/modstubs.c +++ b/loader2/modstubs.c @@ -16,10 +16,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <stdio.h> diff --git a/loader2/moduledeps.c b/loader2/moduledeps.c index 8a535f3a1..e720beab4 100644 --- a/loader2/moduledeps.c +++ b/loader2/moduledeps.c @@ -16,10 +16,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <alloca.h> diff --git a/loader2/moduleinfo.c b/loader2/moduleinfo.c index 00ccdc6f6..2e0ab7733 100644 --- a/loader2/moduleinfo.c +++ b/loader2/moduleinfo.c @@ -17,8 +17,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> */ #include <alloca.h> diff --git a/loader2/modules.c b/loader2/modules.c index f0447d2f2..dcd1aafac 100644 --- a/loader2/modules.c +++ b/loader2/modules.c @@ -17,10 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <ctype.h> diff --git a/loader2/net.c b/loader2/net.c index 5a8102490..652aab030 100644 --- a/loader2/net.c +++ b/loader2/net.c @@ -17,7 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): David Cantrell <dcantrell@redhat.com> + * Author(s): David Cantrell <dcantrell@redhat.com> */ #include <sys/types.h> diff --git a/loader2/nfsinstall.c b/loader2/nfsinstall.c index 027d5a1eb..6eed1bcf3 100644 --- a/loader2/nfsinstall.c +++ b/loader2/nfsinstall.c @@ -17,10 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <fcntl.h> diff --git a/loader2/pcmcia.c b/loader2/pcmcia.c index 61e652ca5..7736adcb2 100644 --- a/loader2/pcmcia.c +++ b/loader2/pcmcia.c @@ -17,11 +17,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> - * Bill Nottingham <notting@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> + * Bill Nottingham <notting@redhat.com> */ #include <errno.h> diff --git a/loader2/selinux.c b/loader2/selinux.c index 583470511..e0e9e93af 100644 --- a/loader2/selinux.c +++ b/loader2/selinux.c @@ -18,7 +18,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Jeremy Katz <katzj@redhat.com> + * Author(s): Jeremy Katz <katzj@redhat.com> */ #include <stdio.h> diff --git a/loader2/telnet.c b/loader2/telnet.c index 0cc45e0a6..a2c0b201f 100644 --- a/loader2/telnet.c +++ b/loader2/telnet.c @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Michael K. Johnson <johnsonm@redhat.com> + * Author(s): Michael K. Johnson <johnsonm@redhat.com> */ /* Shamelessly stolen from ttywatch -- oot */ diff --git a/loader2/telnet.h b/loader2/telnet.h index 2a35f3e78..5c3415477 100644 --- a/loader2/telnet.h +++ b/loader2/telnet.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Michael K. Johnson <johnsonm@redhat.com> + * Author(s): Michael K. Johnson <johnsonm@redhat.com> */ #ifndef __TELNET_H__ diff --git a/loader2/telnetd.c b/loader2/telnetd.c index d35a28c05..09e9d026c 100644 --- a/loader2/telnetd.c +++ b/loader2/telnetd.c @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <arpa/inet.h> diff --git a/loader2/udelay.h b/loader2/udelay.h index e4ca6aae1..5ad0a5675 100644 --- a/loader2/udelay.h +++ b/loader2/udelay.h @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Peter Jones <pjones@redhat.com> + * Author(s): Peter Jones <pjones@redhat.com> */ #ifndef UDELAY_H diff --git a/loader2/undomounts.c b/loader2/undomounts.c index 4e944239b..a7152b1b9 100644 --- a/loader2/undomounts.c +++ b/loader2/undomounts.c @@ -18,8 +18,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <errno.h> diff --git a/loader2/urlinstall.c b/loader2/urlinstall.c index c3c330b44..d3646b7d1 100644 --- a/loader2/urlinstall.c +++ b/loader2/urlinstall.c @@ -17,10 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <newt.h> diff --git a/loader2/urls.c b/loader2/urls.c index d6ccb7947..e16737b81 100644 --- a/loader2/urls.c +++ b/loader2/urls.c @@ -17,10 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <arpa/inet.h> diff --git a/loader2/usb.c b/loader2/usb.c index 0113841fd..276f1401b 100644 --- a/loader2/usb.c +++ b/loader2/usb.c @@ -17,10 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <alloca.h> diff --git a/loader2/windows.c b/loader2/windows.c index 3c1260b3b..424f8a71e 100644 --- a/loader2/windows.c +++ b/loader2/windows.c @@ -17,10 +17,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Erik Troan <ewt@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <errno.h> @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import iutil diff --git a/lvmErrors.py b/lvmErrors.py index 7f855a928..1a122711f 100644 --- a/lvmErrors.py +++ b/lvmErrors.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Peter Jones <pjones@redhat.com> +# Author(s): Peter Jones <pjones@redhat.com> # """Exceptions for use in lvm operations.""" @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Owen Taylor <otaylor@redhat.com> + * Author(s): Owen Taylor <otaylor@redhat.com> */ #include <stdio.h> diff --git a/minihal.py b/minihal.py index 7f58a75de..03c5a7e46 100644 --- a/minihal.py +++ b/minihal.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Bill Nottingham <notting@redhat.com> +# Author(s): Bill Nottingham <notting@redhat.com> # """Simple wrapper around HAL""" diff --git a/network.py b/network.py index b0f24d569..b15fac986 100644 --- a/network.py +++ b/network.py @@ -16,10 +16,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Matt Wilson <ewt@redhat.com> -# Erik Troan <ewt@redhat.com> -# Mike Fulbright <msf@redhat.com> -# Brent Fox <bfox@redhat.com> +# Author(s): Matt Wilson <ewt@redhat.com> +# Erik Troan <ewt@redhat.com> +# Mike Fulbright <msf@redhat.com> +# Brent Fox <bfox@redhat.com> # import string diff --git a/packages.py b/packages.py index f35ac31da..eb6ffe238 100644 --- a/packages.py +++ b/packages.py @@ -17,10 +17,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Erik Troan <ewt@redhat.com> -# Matt Wilson <msw@redhat.com> -# Michael Fulbright <msf@redhat.com> -# Jeremy Katz <katzj@redhat.com> +# Author(s): Erik Troan <ewt@redhat.com> +# Matt Wilson <msw@redhat.com> +# Michael Fulbright <msf@redhat.com> +# Jeremy Katz <katzj@redhat.com> # import iutil diff --git a/partErrors.py b/partErrors.py index 16c3f85f3..395b0add1 100644 --- a/partErrors.py +++ b/partErrors.py @@ -16,9 +16,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Matt Wilson <msw@redhat.com> -# Jeremy Katz <katzj@redhat.com> -# Mike Fulbright <msf@redhat.com> +# Author(s): Matt Wilson <msw@redhat.com> +# Jeremy Katz <katzj@redhat.com> +# Mike Fulbright <msf@redhat.com> # """Exceptions for use in partitioning.""" diff --git a/partIntfHelpers.py b/partIntfHelpers.py index 9f53b8b6a..872c4ef9d 100644 --- a/partIntfHelpers.py +++ b/partIntfHelpers.py @@ -16,10 +16,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Matt Wilson <msw@redhat.com> -# Jeremy Katz <katzj@redhat.com> -# Mike Fulbright <msf@redhat.com> -# Harald Hoyer <harald@redhat.de> +# Author(s): Matt Wilson <msw@redhat.com> +# Jeremy Katz <katzj@redhat.com> +# Mike Fulbright <msf@redhat.com> +# Harald Hoyer <harald@redhat.de> # """Helper functions shared between partitioning interfaces.""" diff --git a/partRequests.py b/partRequests.py index 1845e6330..104a07068 100644 --- a/partRequests.py +++ b/partRequests.py @@ -17,10 +17,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Matt Wilson <msw@redhat.com> -# Jeremy Katz <katzj@redhat.com> -# Mike Fulbright <msf@redhat.com> -# Harald Hoyer <harald@redhat.de> +# Author(s): Matt Wilson <msw@redhat.com> +# Jeremy Katz <katzj@redhat.com> +# Mike Fulbright <msf@redhat.com> +# Harald Hoyer <harald@redhat.de> # """Partition request objects and management thereof.""" diff --git a/partedUtils.py b/partedUtils.py index 971380f8c..b91d43a07 100644 --- a/partedUtils.py +++ b/partedUtils.py @@ -17,10 +17,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Matt Wilson <msw@redhat.com> -# Jeremy Katz <katzj@redhat.com> -# Mike Fulbright <msf@redhat.com> -# Karsten Hopp <karsten@redhat.com> +# Author(s): Matt Wilson <msw@redhat.com> +# Jeremy Katz <katzj@redhat.com> +# Mike Fulbright <msf@redhat.com> +# Karsten Hopp <karsten@redhat.com> # """Helper functions for use when dealing with parted objects.""" diff --git a/partitions.py b/partitions.py index afdcf8e81..b8d1b3312 100644 --- a/partitions.py +++ b/partitions.py @@ -17,10 +17,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Matt Wilson <msw@redhat.com> -# Jeremy Katz <katzj@redhat.com> -# Mike Fulbright <msf@redhat.com> -# Harald Hoyer <harald@redhat.de> +# Author(s): Matt Wilson <msw@redhat.com> +# Jeremy Katz <katzj@redhat.com> +# Mike Fulbright <msf@redhat.com> +# Harald Hoyer <harald@redhat.de> # """Overarching partition object.""" @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Erik Troan <ewt@redhat.com> +# Author(s): Erik Troan <ewt@redhat.com> # """Raid probing control.""" @@ -16,8 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Mike Fulbright <msf@redhat.com> -# Jeremy Katz <katzj@redhat.com> +# Author(s): Mike Fulbright <msf@redhat.com> +# Jeremy Katz <katzj@redhat.com> # import upgrade diff --git a/scripts/dumphdrlist.py b/scripts/dumphdrlist.py index 68fb5fc89..71c14611d 100644 --- a/scripts/dumphdrlist.py +++ b/scripts/dumphdrlist.py @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Author: Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import rpm diff --git a/scripts/maketreeinfo.py b/scripts/maketreeinfo.py index 5ae03c38f..c53a672ea 100644 --- a/scripts/maketreeinfo.py +++ b/scripts/maketreeinfo.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Will Woods <wwoods@redhat.com> +# Author(s): Will Woods <wwoods@redhat.com> # import os,sys,string diff --git a/scripts/pkgorder b/scripts/pkgorder index 8652a6460..407b48e4e 100755 --- a/scripts/pkgorder +++ b/scripts/pkgorder @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Paul Nasrat <pnasrat@redhat.com> +# Author(s): Paul Nasrat <pnasrat@redhat.com> # import os.path diff --git a/scripts/upd-initrd b/scripts/upd-initrd index 99d61da0e..66006d8ce 100755 --- a/scripts/upd-initrd +++ b/scripts/upd-initrd @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # if [ $# -ne 3 ]; then diff --git a/security.py b/security.py index 891bc787c..5de3c0673 100644 --- a/security.py +++ b/security.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import os, string diff --git a/stubs/unicode-lite.c b/stubs/unicode-lite.c index c5dc41b3d..4651e4cd9 100644 --- a/stubs/unicode-lite.c +++ b/stubs/unicode-lite.c @@ -17,8 +17,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Matt Wilson <msw@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * Author(s): Matt Wilson <msw@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <stdlib.h> diff --git a/syslogd.py b/syslogd.py index 70ed54f30..9b95e59f2 100644 --- a/syslogd.py +++ b/syslogd.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Erik Troan <ewt@redhat.com> +# Author(s): Erik Troan <ewt@redhat.com> # import sys, os @@ -17,8 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Erik Troan <ewt@redhat.com> -# Matt Wilson <msw@redhat.com> +# Author(s): Erik Troan <ewt@redhat.com> +# Matt Wilson <msw@redhat.com> # from snack import * diff --git a/textw/grpselect_text.py b/textw/grpselect_text.py index 2ebc61d86..9e082c5fc 100644 --- a/textw/grpselect_text.py +++ b/textw/grpselect_text.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import yum.Errors diff --git a/textw/network_text.py b/textw/network_text.py index 167bbd7e6..a1660aa75 100644 --- a/textw/network_text.py +++ b/textw/network_text.py @@ -17,9 +17,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> -# Michael Fulbright <msf@redhat.com> -# David Cantrell <dcantrell@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> +# Michael Fulbright <msf@redhat.com> +# David Cantrell <dcantrell@redhat.com> # import isys diff --git a/textw/partition_text.py b/textw/partition_text.py index 2614d78a5..039cd0374 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import os, sys diff --git a/textw/partmethod_text.py b/textw/partmethod_text.py index ef3e195e5..677f6542c 100644 --- a/textw/partmethod_text.py +++ b/textw/partmethod_text.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # from snack import * diff --git a/textw/upgrade_bootloader_text.py b/textw/upgrade_bootloader_text.py index c29511b0d..a7cfd6c23 100644 --- a/textw/upgrade_bootloader_text.py +++ b/textw/upgrade_bootloader_text.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # from snack import * @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Erik Troan <ewt@redhat.com> +# Author(s): Erik Troan <ewt@redhat.com> # import time diff --git a/upgrade.py b/upgrade.py index 3cbaaa03d..f32aca1f6 100644 --- a/upgrade.py +++ b/upgrade.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Matt Wilson <msw@redhat.com> +# Author(s): Matt Wilson <msw@redhat.com> # import isys @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Chris Lumens <clumens@redhat.com> +# Author(s): Chris Lumens <clumens@redhat.com> # import libuser @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Jeremy Katz <katzj@redhat.com> +# Author(s): Jeremy Katz <katzj@redhat.com> # import os, sys, string @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Michael Fulbright <msf@redhat.com> +# Author(s): Michael Fulbright <msf@redhat.com> # # @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Red Hat Author(s): Michael Fulbright <msf@redhat.com> + * Author(s): Michael Fulbright <msf@redhat.com> */ #include <Python.h> @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Red Hat Author(s): Karsten Hopp <karsten@redhat.com> +# Author(s): Karsten Hopp <karsten@redhat.com> # import string |