summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-12-17 08:47:11 -1000
committerDavid Cantrell <dcantrell@redhat.com>2007-12-17 08:55:14 -1000
commit7619a3a44a82e7ba76f1529a3f327750d68d4dac (patch)
tree5ed86f144b9d639aadd29845dc53a0ab2b6adfdd /isys
parent8c5513ed8a6bfd470be2dc70dd3f589e6cef3c6d (diff)
downloadanaconda-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.
Diffstat (limited to 'isys')
-rw-r--r--isys/auditd.c2
-rw-r--r--isys/auditd.h2
-rw-r--r--isys/eddsupport.c4
-rw-r--r--isys/ethtool.c2
-rwxr-xr-xisys/isys.py6
-rw-r--r--isys/linkdetect.c2
-rw-r--r--isys/nl.c2
-rw-r--r--isys/nl.h2
-rw-r--r--isys/silo.c2
-rw-r--r--isys/str.c2
-rw-r--r--isys/str.h2
-rw-r--r--isys/vio.c2
-rw-r--r--isys/wireless.c2
13 files changed, 16 insertions, 16 deletions
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>
diff --git a/isys/nl.c b/isys/nl.c
index b04596b64..84d700600 100644
--- a/isys/nl.c
+++ b/isys/nl.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/nl.h b/isys/nl.h
index 87b0befdc..d182aa65f 100644
--- a/isys/nl.h
+++ b/isys/nl.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>