diff options
Diffstat (limited to 'isys')
-rw-r--r-- | isys/auditd.c | 2 | ||||
-rw-r--r-- | isys/auditd.h | 2 | ||||
-rw-r--r-- | isys/eddsupport.c | 4 | ||||
-rw-r--r-- | isys/ethtool.c | 2 | ||||
-rwxr-xr-x | isys/isys.py | 6 | ||||
-rw-r--r-- | isys/linkdetect.c | 2 | ||||
-rw-r--r-- | isys/nl.c | 2 | ||||
-rw-r--r-- | isys/nl.h | 2 | ||||
-rw-r--r-- | isys/silo.c | 2 | ||||
-rw-r--r-- | isys/str.c | 2 | ||||
-rw-r--r-- | isys/str.h | 2 | ||||
-rw-r--r-- | isys/vio.c | 2 | ||||
-rw-r--r-- | isys/wireless.c | 2 |
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> @@ -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> |