[PATCH] GPLv2+ boilerplates for isys/ source files.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 isys/auditd.c          |   22 +++++++++++++---------
 isys/auditd.h          |   22 +++++++++++++---------
 isys/cpio.c            |   19 +++++++++++++++++++
 isys/cpio.h            |   19 +++++++++++++++++++
 isys/dasd.c            |   19 +++++++++++++++++++
 isys/dns.c             |   19 +++++++++++++++++++
 isys/dns.h             |   19 +++++++++++++++++++
 isys/eddsupport.c      |   21 ++++++++++++++-------
 isys/eddsupport.h      |   19 +++++++++++++++++++
 isys/ethtool.c         |   18 ++++++++++++------
 isys/filtertest.c      |   19 +++++++++++++++++++
 isys/imount.c          |   19 +++++++++++++++++++
 isys/imount.h          |   19 +++++++++++++++++++
 isys/isofs.c           |   19 +++++++++++++++++++
 isys/isys.c            |   19 +++++++++++++++++++
 isys/isys.h            |   19 +++++++++++++++++++
 isys/isys.py           |   25 ++++++++++++++++---------
 isys/lang.c            |   19 +++++++++++++++++++
 isys/lang.h            |   19 +++++++++++++++++++
 isys/linkdetect.c      |   21 +++++++++++++--------
 isys/mount_constants.h |   19 +++++++++++++++++++
 isys/net.h             |   19 +++++++++++++++++++
 isys/nfs_mount3.h      |   19 +++++++++++++++++++
 isys/nfs_mount4.h      |   19 +++++++++++++++++++
 isys/nl.c              |   18 ++++++++++++------
 isys/nl.h              |   18 ++++++++++++------
 isys/silo.c            |   25 +++++++++++++++++--------
 isys/smp.c             |   19 +++++++++++++++++++
 isys/smp.h             |   19 +++++++++++++++++++
 isys/str.c             |   18 ++++++++++++------
 isys/str.h             |   18 ++++++++++++------
 isys/stubs.h           |   19 +++++++++++++++++++
 isys/sundries.h        |   18 ++++++++++++++++--
 isys/uncpio.c          |   19 +++++++++++++++++++
 isys/vio.c             |   16 ++++++++++++++--
 isys/wireless.c        |   23 ++++++++++++++---------
 isys/wireless.h        |   19 +++++++++++++++++++
 37 files changed, 627 insertions(+), 93 deletions(-)

diff --git a/isys/auditd.c b/isys/auditd.c
index 87226b2..6d5fa0f 100644
--- a/isys/auditd.c
+++ b/isys/auditd.c
@@ -1,18 +1,22 @@
 /*
- * auditd.c
+ * auditd.c: This is a simple audit daemon that throws all messages away.
  *
- * This is a simple audit daemon that throws all messages away.
+ * Copyright (C) 2006  Red Hat, Inc.  All rights reserved.
  *
- * Peter Jones <pjones@xxxxxxxxxx>
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
- * Copyright 2006 Red Hat, Inc.
- *
- * This software may be freely redistributed under the terms of the GNU
- * General Public License, version 2.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Red Hat Author(s): Peter Jones <pjones@xxxxxxxxxx>
  */
 
 #define _GNU_SOURCE 1
diff --git a/isys/auditd.h b/isys/auditd.h
index ebf52c8..1aad39e 100644
--- a/isys/auditd.h
+++ b/isys/auditd.h
@@ -1,18 +1,22 @@
 /*
- * auditd.h
+ * auditd.h: This is a simple audit daemon that throws all messages away.
  *
- * This is a simple audit daemon that throws all messages away.
+ * Copyright (C) 2006  Red Hat, Inc.  All rights reserved.
  *
- * Peter Jones <pjones@xxxxxxxxxx>
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
- * Copyright 2006 Red Hat, Inc.
- *
- * This software may be freely redistributed under the terms of the GNU
- * General Public License, version 2.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Red Hat Author(s): Peter Jones <pjones@xxxxxxxxxx>
  */
 
 #ifndef ISYS_AUDIT_H
diff --git a/isys/cpio.c b/isys/cpio.c
index 008c6b9..fd83605 100644
--- a/isys/cpio.c
+++ b/isys/cpio.c
@@ -1,3 +1,22 @@
+/*
+ * cpio.c
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/isys/cpio.h b/isys/cpio.h
index 1caa4e4..4cbb7c0 100644
--- a/isys/cpio.h
+++ b/isys/cpio.h
@@ -1,3 +1,22 @@
+/*
+ * cpio.h
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef H_CPIO
 #define H_CPIO
 
diff --git a/isys/dasd.c b/isys/dasd.c
index 74a679e..18b03f4 100644
--- a/isys/dasd.c
+++ b/isys/dasd.c
@@ -1,3 +1,22 @@
+/*
+ * dasd.c
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #include <errno.h>
 #include <fcntl.h>
 #include <stdio.h>
diff --git a/isys/dns.c b/isys/dns.c
index c7a0f59..adcbd5c 100644
--- a/isys/dns.c
+++ b/isys/dns.c
@@ -1,3 +1,22 @@
+/*
+ * dns.c
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #include <alloca.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
diff --git a/isys/dns.h b/isys/dns.h
index 71321c2..aa1136a 100644
--- a/isys/dns.h
+++ b/isys/dns.h
@@ -1,3 +1,22 @@
+/*
+ * dns.h
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef H_DNS
 #define H_DNS 
 
diff --git a/isys/eddsupport.c b/isys/eddsupport.c
index 7d3698b..308a091 100644
--- a/isys/eddsupport.c
+++ b/isys/eddsupport.c
@@ -2,17 +2,24 @@
  * eddsupport.c - handling of mapping disk drives in Linux to disk drives
  * according to the BIOS using the edd kernel module
  *
- * Copyright 2004 Dell, Inc., Red Hat, Inc.
+ * Copyright (C) 2004  Dell, Inc.  All rights reserved.
+ * Copyright (C) 2004  Red Hat, Inc.  All rights reserved.
  *
- * Rezwanul_Kabir@xxxxxxxx
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
- * This software may be freely redistributed under the terms of the GNU
- * general public license.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Dell Author(s): Rezwanul_Kabir@xxxxxxxx
+ * Red Hat Author(s): Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <ctype.h>
diff --git a/isys/eddsupport.h b/isys/eddsupport.h
index b7a390f..77fc4c4 100644
--- a/isys/eddsupport.h
+++ b/isys/eddsupport.h
@@ -1,3 +1,22 @@
+/*
+ * eddsupport.h
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef EDDSUPPORT_H
 #define EDDSUPPORT_H
 
diff --git a/isys/ethtool.c b/isys/ethtool.c
index e1e68c7..558d1a7 100644
--- a/isys/ethtool.c
+++ b/isys/ethtool.c
@@ -1,16 +1,22 @@
 /*
  * ethtool.c - setting of basic ethtool options
  *
- * Copyright 2003 Red Hat, Inc.
+ * Copyright (C) 2003  Red Hat, Inc.  All rights reserved.
  *
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
- * This software may be freely redistributed under the terms of the GNU
- * general public license.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Red Hat Author(s): Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <errno.h>
diff --git a/isys/filtertest.c b/isys/filtertest.c
index a87f05f..4e587ae 100644
--- a/isys/filtertest.c
+++ b/isys/filtertest.c
@@ -1,3 +1,22 @@
+/*
+ * filtertest.c
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #include <stdio.h>
 #include <fcntl.h>
 #include <stdarg.h>
diff --git a/isys/imount.c b/isys/imount.c
index 3c2f704..5f0a304 100644
--- a/isys/imount.c
+++ b/isys/imount.c
@@ -1,3 +1,22 @@
+/*
+ * imount.c
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/isys/imount.h b/isys/imount.h
index 32cfafa..4870c27 100644
--- a/isys/imount.h
+++ b/isys/imount.h
@@ -1,3 +1,22 @@
+/*
+ * imount.h
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef H_IMOUNT
 #define H_IMOUNT
 
diff --git a/isys/isofs.c b/isys/isofs.c
index 1f954a2..bb5a44a 100644
--- a/isys/isofs.c
+++ b/isys/isofs.c
@@ -1,3 +1,22 @@
+/*
+ * isofs.c
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #include <fcntl.h>
 #include <string.h>
 #include <unistd.h>
diff --git a/isys/isys.c b/isys/isys.c
index dddc2b5..1a37359 100644
--- a/isys/isys.c
+++ b/isys/isys.c
@@ -1,3 +1,22 @@
+/*
+ * isys.c
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #include <Python.h>
 
 #include <stdio.h>
diff --git a/isys/isys.h b/isys/isys.h
index 3af91fd..6b06951 100644
--- a/isys/isys.h
+++ b/isys/isys.h
@@ -1,3 +1,22 @@
+/*
+ * isys.h
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef H_ISYS
 #define H_ISYS
 
diff --git a/isys/isys.py b/isys/isys.py
index 7fff142..537174f 100755
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -1,18 +1,25 @@
 #
 # isys.py - installer utility functions and glue for C module
 #
-# Matt Wilson <msw@xxxxxxxxxx>
-# Erik Troan <ewt@xxxxxxxxxx>
-# Jeremy Katz <katzj@xxxxxxxxxx>
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007  Red Hat, Inc.
+# All rights reserved.
 #
-# Copyright 2001 - 2007 Red Hat, Inc.
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
 #
-# This software may be freely redistributed under the terms of the GNU
-# library public license.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 #
-# You should have received a copy of the GNU Library Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# 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@xxxxxxxxxx>
+#                    Erik Troan <ewt@xxxxxxxxxx>
+#                    Jeremy Katz <katzj@xxxxxxxxxx>
 #
 
 import _isys
diff --git a/isys/lang.c b/isys/lang.c
index c0e2d25..e16bf3a 100644
--- a/isys/lang.c
+++ b/isys/lang.c
@@ -1,3 +1,22 @@
+/*
+ * lang.c
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #include <alloca.h>
 #include <errno.h>
 #include <fcntl.h>
diff --git a/isys/lang.h b/isys/lang.h
index 55e5769..a08adbd 100644
--- a/isys/lang.h
+++ b/isys/lang.h
@@ -1,3 +1,22 @@
+/*
+ * lang.h
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef ISYS_LANG_H
 #define ISYS_LANG_H
 
diff --git a/isys/linkdetect.c b/isys/linkdetect.c
index 1d1e33e..ae6c6f2 100644
--- a/isys/linkdetect.c
+++ b/isys/linkdetect.c
@@ -4,20 +4,25 @@
  * pulls code from mii-tool.c in net-toools and ethtool so
  * that we can do everything that jgarzik says we should check
  *
- * Copyright 2002,2003 Red Hat, Inc.
- * Portions Copyright 2000 David A. Hinds -- dhinds@xxxxxxxxxxxxxxxxxxxxxx
+ * Copyright (C) 2002, 2003  Red Hat, Inc.  All rights reserved.
+ * Portions Copyright (C) 2000 David A. Hinds -- dhinds@xxxxxxxxxxxxxxxxxxxxxx
  *
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
- * This software may be freely redistributed under the terms of the GNU
- * general public license.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Red Hat Author(s): Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/ioctl.h>
diff --git a/isys/mount_constants.h b/isys/mount_constants.h
index 5f03345..7bf9610 100644
--- a/isys/mount_constants.h
+++ b/isys/mount_constants.h
@@ -1,3 +1,22 @@
+/*
+ * mount_constants.h
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #define MS_RDONLY	 1	/* Mount read-only */
 #define MS_NOSUID	 2	/* Ignore suid and sgid bits */
 #define MS_NODEV	 4	/* Disallow access to device special files */
diff --git a/isys/net.h b/isys/net.h
index a275b28..4f7e65c 100644
--- a/isys/net.h
+++ b/isys/net.h
@@ -1,3 +1,22 @@
+/*
+ * net.h
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef ISYSNET_H
 #define ISYSNET_H
 
diff --git a/isys/nfs_mount3.h b/isys/nfs_mount3.h
index f4e7342..164fdc4 100644
--- a/isys/nfs_mount3.h
+++ b/isys/nfs_mount3.h
@@ -1,4 +1,23 @@
 /*
+ * nfs_mount3.h
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
+/*
  * We want to be able to compile mount on old kernels in such a way
  * that the binary will work well on more recent kernels.
  * Thus, if necessary we teach nfsmount.c the structure of new fields
diff --git a/isys/nfs_mount4.h b/isys/nfs_mount4.h
index eb4ab19..0a214ad 100644
--- a/isys/nfs_mount4.h
+++ b/isys/nfs_mount4.h
@@ -1,4 +1,23 @@
 /*
+ * nfs_mount4.h
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
+/*
  * We want to be able to compile mount on old kernels in such a way
  * that the binary will work well on more recent kernels.
  * Thus, if necessary we teach nfsmount.c the structure of new fields
diff --git a/isys/nl.c b/isys/nl.c
index ee968b5..b04596b 100644
--- a/isys/nl.c
+++ b/isys/nl.c
@@ -1,16 +1,22 @@
 /*
  * nl.c - Netlink helper functions
  *
- * Copyright 2006 Red Hat, Inc.
+ * Copyright (C) 2006  Red Hat, Inc.  All rights reserved.
  *
- * David Cantrell <dcantrell@xxxxxxxxxx>
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
- * This software may be freely redistributed under the terms of the GNU
- * general public license.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Red Hat Author(s): David Cantrell <dcantrell@xxxxxxxxxx>
  */
 
 #include <stdio.h>
diff --git a/isys/nl.h b/isys/nl.h
index 5586117..87b0bef 100644
--- a/isys/nl.h
+++ b/isys/nl.h
@@ -1,16 +1,22 @@
 /*
  * nl.h - Netlink helper functions, the header file
  *
- * Copyright 2006 Red Hat, Inc.
+ * Copyright (C) 2006  Red Hat, Inc.  All rights reserved.
  *
- * David Cantrell <dcantrell@xxxxxxxxxx>
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
- * This software may be freely redistributed under the terms of the GNU
- * general public license.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Red Hat Author(s): David Cantrell <dcantrell@xxxxxxxxxx>
  */
 
 #include <netinet/in.h>
diff --git a/isys/silo.c b/isys/silo.c
index e9ac8a8..3eb1697 100644
--- a/isys/silo.c
+++ b/isys/silo.c
@@ -1,14 +1,23 @@
-/* silo.c: Conversions between SCSI and IDE disk names
- *	   and OpenPROM fully qualified paths.
+/*
+ * silo.c: Conversions between SCSI and IDE disk names and OpenPROM fully
+ * qualified paths.
  *
- * Copyright (C) 1999, 2000 Jakub Jelinek <jakub@xxxxxxxxxx>
- * 
- * This software may be freely redistributed under the terms of the GNU
- * public license.
+ * Copyright (C) 1999, 2000  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Red Hat Author(s): Jakub Jelinek <jakub@xxxxxxxxxx>
  */
 
 #define _GNU_SOURCE
diff --git a/isys/smp.c b/isys/smp.c
index b23fcd6..6b01796 100644
--- a/isys/smp.c
+++ b/isys/smp.c
@@ -1,4 +1,23 @@
 /*
+ * smp.c
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
+/*
 [_Anarchy_(alan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)] you should do one check
    though - if the board seems to be SMP and the CPU in /proc/cpuinfo is non
    intel dont install an SMP kernel - thats a dual pentium board with a cyrix
diff --git a/isys/smp.h b/isys/smp.h
index e037268..651fa33 100644
--- a/isys/smp.h
+++ b/isys/smp.h
@@ -1,3 +1,22 @@
+/*
+ * smp.h
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef SMP_H
 #define SMP_H
 
diff --git a/isys/str.c b/isys/str.c
index 4508b11..60974a6 100644
--- a/isys/str.c
+++ b/isys/str.c
@@ -1,16 +1,22 @@
 /*
  * str.c - String helper functions that don't need string.h or ctype.h
  *
- * Copyright 2006 Red Hat, Inc.
+ * Copyright (C) 2006  Red Hat, Inc.  All rights reserved.
  *
- * David Cantrell <dcantrell@xxxxxxxxxx>
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
- * This software may be freely redistributed under the terms of the GNU
- * general public license.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Red Hat Author(s): David Cantrell <dcantrell@xxxxxxxxxx>
  */
 
 #include <stdio.h>
diff --git a/isys/str.h b/isys/str.h
index d5910fe..da855ec 100644
--- a/isys/str.h
+++ b/isys/str.h
@@ -1,16 +1,22 @@
 /*
  * str.c - String helper functions, the header file
  *
- * Copyright 2006 Red Hat, Inc.
+ * Copyright (C) 2006  Red Hat, Inc.  All rights reserved.
  *
- * David Cantrell <dcantrell@xxxxxxxxxx>
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
- * This software may be freely redistributed under the terms of the GNU
- * general public license.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Red Hat Author(s): David Cantrell <dcantrell@xxxxxxxxxx>
  */
 
 /* Function prototypes */
diff --git a/isys/stubs.h b/isys/stubs.h
index 9e8ee4c..40ecb22 100644
--- a/isys/stubs.h
+++ b/isys/stubs.h
@@ -1,3 +1,22 @@
+/*
+ * stubs.h
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 /* we use gzlib when linked against dietlibc, but otherwise, we should use
    zlib.  it would make more sense to do the defines in the other direction, 
    but that causes symbol wackiness because both gunzip_open and gzip_open in
diff --git a/isys/sundries.h b/isys/sundries.h
index 1fc36c4..0a6cb42 100644
--- a/isys/sundries.h
+++ b/isys/sundries.h
@@ -1,6 +1,20 @@
 /*
- * sundries.h
- * Support function prototypes.  Functions are in sundries.c.
+ * sundries.h: Support function prototypes.  Functions are in sundries.c.
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <sys/types.h>
diff --git a/isys/uncpio.c b/isys/uncpio.c
index d27979b..171eb6b 100644
--- a/isys/uncpio.c
+++ b/isys/uncpio.c
@@ -1,3 +1,22 @@
+/*
+ * uncpio.c
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #define HAVE_ALLOCA_H 1
 #define MAJOR_IN_SYSMACROS 1
 
diff --git a/isys/vio.c b/isys/vio.c
index 55d09e6..1a173f0 100644
--- a/isys/vio.c
+++ b/isys/vio.c
@@ -1,10 +1,22 @@
 /*
  * vio.c - probing for vio devices on the iSeries (viocd and viodasd)
  *
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 2003  Red Hat, Inc.  All rights reserved.
  *
- * Copyright 2003  Red Hat, Inc.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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@xxxxxxxxxx>
  */
 
 #include <ctype.h>
diff --git a/isys/wireless.c b/isys/wireless.c
index c19da01..803c233 100644
--- a/isys/wireless.c
+++ b/isys/wireless.c
@@ -1,19 +1,24 @@
 /*
  * wireless.c - wireless card manipulation
- *
- * Copyright 2004  Red Hat, Inc.
- * 
- * Some portions from wireless_tools 
+ * Some portions from wireless_tools
  *    copyright (c) 1997-2003 Jean Tourrilhes <jt@xxxxxxxxxx>
  *
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 2004  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
- * This software may be freely redistributed under the terms of the GNU
- * general public license.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Red Hat Author(s): Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <errno.h>
diff --git a/isys/wireless.h b/isys/wireless.h
index 01396c4..82cb4d4 100644
--- a/isys/wireless.h
+++ b/isys/wireless.h
@@ -1,3 +1,22 @@
+/*
+ * wireless.h
+ *
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef WIRELESS_H
 #define WIRELESS_H
 
-- 
1.5.3.6

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux