summaryrefslogtreecommitdiffstats
path: root/loader2
diff options
context:
space:
mode:
Diffstat (limited to 'loader2')
-rw-r--r--loader2/cdinstall.c8
-rw-r--r--loader2/dirbrowser.c2
-rw-r--r--loader2/driverdisk.c2
-rw-r--r--loader2/driverselect.c4
-rw-r--r--loader2/firewire.c8
-rw-r--r--loader2/ftp.c8
-rw-r--r--loader2/fwloader.c2
-rw-r--r--loader2/fwloader.h2
-rw-r--r--loader2/getparts.c4
-rw-r--r--loader2/hardware.c8
-rw-r--r--loader2/hdinstall.c8
-rw-r--r--loader2/init.c4
-rw-r--r--loader2/kbd.c8
-rw-r--r--loader2/kickstart.c8
-rw-r--r--loader2/lang.c8
-rw-r--r--loader2/linuxrc.s39014
-rw-r--r--loader2/loader.c8
-rw-r--r--loader2/loadermisc.c8
-rw-r--r--loader2/log.c8
-rw-r--r--loader2/mediacheck.c4
-rw-r--r--loader2/method.c8
-rw-r--r--loader2/modstubs.c8
-rw-r--r--loader2/moduledeps.c8
-rw-r--r--loader2/moduleinfo.c4
-rw-r--r--loader2/modules.c8
-rw-r--r--loader2/net.c2
-rw-r--r--loader2/nfsinstall.c8
-rw-r--r--loader2/pcmcia.c10
-rw-r--r--loader2/selinux.c2
-rw-r--r--loader2/telnet.c2
-rw-r--r--loader2/telnet.h2
-rw-r--r--loader2/telnetd.c4
-rw-r--r--loader2/udelay.h2
-rw-r--r--loader2/undomounts.c4
-rw-r--r--loader2/urlinstall.c8
-rw-r--r--loader2/urls.c8
-rw-r--r--loader2/usb.c8
-rw-r--r--loader2/windows.c8
38 files changed, 115 insertions, 115 deletions
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>