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

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

 



---
 loader2/cdinstall.c    |   25 ++++++++++++++++---------
 loader2/cdinstall.h    |   19 +++++++++++++++++++
 loader2/copy.c         |   16 +++++++++++-----
 loader2/copy.h         |   19 +++++++++++++++++++
 loader2/devices.h      |   17 +++++++++++------
 loader2/devt.h         |   17 ++++++++++++-----
 loader2/dirbrowser.c   |   18 ++++++++++++------
 loader2/dirbrowser.h   |   19 +++++++++++++++++++
 loader2/driverdisk.c   |   19 +++++++++++++------
 loader2/driverdisk.h   |   19 +++++++++++++++++++
 loader2/driverselect.c |   21 ++++++++++++++-------
 loader2/firewire.c     |   24 +++++++++++++++---------
 loader2/firewire.h     |   19 +++++++++++++++++++
 loader2/ftp.c          |   25 ++++++++++++++++---------
 loader2/ftp.h          |   19 +++++++++++++++++++
 loader2/fwloader.c     |   18 ++++++++++++------
 loader2/fwloader.h     |   19 ++++++++++++-------
 loader2/getparts.c     |   23 +++++++++++++++--------
 loader2/getparts.h     |   19 +++++++++++++++++++
 loader2/hardware.c     |   25 ++++++++++++++++---------
 loader2/hardware.h     |   19 +++++++++++++++++++
 loader2/hdinstall.c    |   25 ++++++++++++++++---------
 loader2/hdinstall.h    |   19 +++++++++++++++++++
 loader2/init.c         |   24 ++++++++++++++----------
 loader2/kbd.c          |   25 ++++++++++++++++---------
 loader2/kbd.h          |   19 +++++++++++++++++++
 loader2/kickstart.c    |   24 +++++++++++++++---------
 loader2/kickstart.h    |   19 +++++++++++++++++++
 loader2/lang.c         |   25 ++++++++++++++++---------
 loader2/lang.h         |   19 +++++++++++++++++++
 loader2/linuxrc.s390   |   42 +++++++++++++++++++++++-------------------
 loader2/loader.c       |   25 ++++++++++++++++---------
 loader2/loader.h       |   19 +++++++++++++++++++
 loader2/loadermisc.c   |   24 +++++++++++++++---------
 loader2/loadermisc.h   |   19 +++++++++++++++++++
 loader2/log.c          |   25 ++++++++++++++++---------
 loader2/log.h          |   19 +++++++++++++++++++
 loader2/mediacheck.c   |   28 +++++++++++++++++++++-------
 loader2/mediacheck.h   |   19 +++++++++++++++++++
 loader2/method.c       |   24 +++++++++++++++---------
 loader2/method.h       |   19 +++++++++++++++++++
 loader2/mkctype.c      |   19 +++++++++++++++++++
 loader2/modstubs.c     |   24 +++++++++++++++---------
 loader2/modstubs.h     |   19 +++++++++++++++++++
 loader2/moduledeps.c   |   24 +++++++++++++++---------
 loader2/moduledeps.h   |   19 +++++++++++++++++++
 loader2/moduleinfo.c   |   21 ++++++++++++++-------
 loader2/moduleinfo.h   |   19 +++++++++++++++++++
 loader2/modules.c      |   25 ++++++++++++++++---------
 loader2/modules.h      |   19 +++++++++++++++++++
 loader2/net.c          |   35 +++++++++++++++++------------------
 loader2/net.h          |   19 +++++++++++++++++++
 loader2/nfsinstall.c   |   25 ++++++++++++++++---------
 loader2/nfsinstall.h   |   19 +++++++++++++++++++
 loader2/pcmcia.c       |   27 +++++++++++++++++----------
 loader2/pcmcia.h       |   19 +++++++++++++++++++
 loader2/selinux.c      |   24 +++++++++++++++---------
 loader2/selinux.h      |   19 +++++++++++++++++++
 loader2/shutdown.c     |   17 ++++++++++++-----
 loader2/simplemot      |   18 ++++++++++++++++++
 loader2/telnet.c       |    9 +++++----
 loader2/telnet.h       |   10 +++++-----
 loader2/telnetd.c      |   20 +++++++++++++-------
 loader2/telnetd.h      |   19 +++++++++++++++++++
 loader2/udelay.h       |   18 ++++++++++++------
 loader2/undomounts.c   |   27 ++++++++++++++++-----------
 loader2/urlinstall.c   |   25 ++++++++++++++++---------
 loader2/urlinstall.h   |   19 +++++++++++++++++++
 loader2/urls.c         |   25 ++++++++++++++++---------
 loader2/urls.h         |   19 +++++++++++++++++++
 loader2/usb.c          |   25 ++++++++++++++++---------
 loader2/usb.h          |   19 +++++++++++++++++++
 loader2/windows.c      |   25 ++++++++++++++++---------
 loader2/windows.h      |   19 +++++++++++++++++++
 74 files changed, 1217 insertions(+), 354 deletions(-)

diff --git a/loader2/cdinstall.c b/loader2/cdinstall.c
index 165348a..23ed785 100644
--- a/loader2/cdinstall.c
+++ b/loader2/cdinstall.c
@@ -1,19 +1,26 @@
 /*
  * cdinstall.c - code to set up cdrom installs
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1997 - 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 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <ctype.h>
diff --git a/loader2/cdinstall.h b/loader2/cdinstall.h
index cf3a64e..76ca8f1 100644
--- a/loader2/cdinstall.h
+++ b/loader2/cdinstall.h
@@ -1,3 +1,22 @@
+/*
+ * cdinstall.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_CDINSTALL
 #define H_CDINSTALL
 
diff --git a/loader2/copy.c b/loader2/copy.c
index 25625f6..7352028 100644
--- a/loader2/copy.c
+++ b/loader2/copy.c
@@ -1,14 +1,20 @@
 /*
  * copy.c - functions for copying files and directories
  *
- * Copyright 2007 Red Hat, Inc.
+ * Copyright (C) 2007  Red Hat, Inc.  All rights reserved.
  *
- * This software may be freely redistributed under the terms of the GNU
- * General Public License.
+ * 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/>.
  */
 
 #include <dirent.h>
diff --git a/loader2/copy.h b/loader2/copy.h
index 0101368..1153bf8 100644
--- a/loader2/copy.h
+++ b/loader2/copy.h
@@ -1,3 +1,22 @@
+/*
+ * copy.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_COPY
 #define H_COPY
 
diff --git a/loader2/devices.h b/loader2/devices.h
index e61e58a..c4bcc5d 100644
--- a/loader2/devices.h
+++ b/loader2/devices.h
@@ -1,17 +1,22 @@
 /*
  * devices.h: handle declaration of devices to be created under /dev
  *
- * Copyright 2004 Red Hat, Inc.
+ * Copyright (C) 2004  Red Hat, Inc.  All rights reserved.
  *
- * This software may be freely redistributed under the terms of the GNU
- * general public license.
+ * 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/>.
  */
 
-
 #ifndef LOADER_INIT_DEVICES_H
 #define LOADER_INIT_DEVICES_H
 
diff --git a/loader2/devt.h b/loader2/devt.h
index 03dc4c4..364a134 100644
--- a/loader2/devt.h
+++ b/loader2/devt.h
@@ -1,14 +1,21 @@
 /*
  * devt.h: handle declaration of dev_t to be sane for loopback purposes
  *
- * Copyright 1996 - 2003 Red Hat, Inc.
+ * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003  Red Hat, Inc.
+ * All rights reserved.
  *
- * This software may be freely redistributed under the terms of the GNU
- * public license.
+ * 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/>.
  */
 
 #ifndef DEVT_H
diff --git a/loader2/dirbrowser.c b/loader2/dirbrowser.c
index 6ebaa43..d6336b2 100644
--- a/loader2/dirbrowser.c
+++ b/loader2/dirbrowser.c
@@ -1,16 +1,22 @@
 /*
  * dirbrowser.c - newt-based directory browser to get a file name
  *
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 2004  Red Hat, Inc.  All rights reserved.
  *
- * Copyright 2004 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
- * 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 <newt.h>
diff --git a/loader2/dirbrowser.h b/loader2/dirbrowser.h
index 76dc7b1..7fb22f2 100644
--- a/loader2/dirbrowser.h
+++ b/loader2/dirbrowser.h
@@ -1,3 +1,22 @@
+/*
+ * dirbrowser.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 DIRBROWSER_H
 #define DIRBROWSER_H
 
diff --git a/loader2/driverdisk.c b/loader2/driverdisk.c
index 6707ad4..c7664d6 100644
--- a/loader2/driverdisk.c
+++ b/loader2/driverdisk.c
@@ -1,16 +1,23 @@
 /*
  * driverdisk.c - driver disk functionality
  *
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 2002-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
- * 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/loader2/driverdisk.h b/loader2/driverdisk.h
index a9aece6..4bb9597 100644
--- a/loader2/driverdisk.h
+++ b/loader2/driverdisk.h
@@ -1,3 +1,22 @@
+/*
+ * driverdisk.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 DRIVERDISK_H
 #define DRIVERDISK_H
 
diff --git a/loader2/driverselect.c b/loader2/driverselect.c
index 17adf69..5de6a6d 100644
--- a/loader2/driverselect.c
+++ b/loader2/driverselect.c
@@ -1,17 +1,24 @@
 /*
  * driverselect.c - functionality for manually selecting drivers
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1997-2002 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <ctype.h>
diff --git a/loader2/firewire.c b/loader2/firewire.c
index 5a59e14..fa4156a 100644
--- a/loader2/firewire.c
+++ b/loader2/firewire.c
@@ -1,19 +1,25 @@
 /*
  * firewire.c - firewire probing/module loading functionality
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 2002  Red Hat, Inc.  All rights reserved.
  *
- * Copyright 2002 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <kudzu/kudzu.h>
diff --git a/loader2/firewire.h b/loader2/firewire.h
index 9fcdf8c..ae8b682 100644
--- a/loader2/firewire.h
+++ b/loader2/firewire.h
@@ -1,3 +1,22 @@
+/*
+ * firewire.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_FIREWIRE
 #define H_FIREWIRE
 
diff --git a/loader2/ftp.c b/loader2/ftp.c
index 7fe692c..c7e6b88 100644
--- a/loader2/ftp.c
+++ b/loader2/ftp.c
@@ -1,19 +1,26 @@
 /*
  * ftp.c - ftp code
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
- * David Cantrell <dcantrell@xxxxxxxxxx>
+ * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+ * Red Hat, Inc.  All rights reserved.
  *
- * Copyright 1997 - 2006 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
+ *                    David Cantrell <dcantrell@xxxxxxxxxx>
  */
 
 #define HAVE_ALLOCA_H 1
diff --git a/loader2/ftp.h b/loader2/ftp.h
index 1c2a1c6..8753e95 100644
--- a/loader2/ftp.h
+++ b/loader2/ftp.h
@@ -1,3 +1,22 @@
+/*
+ * ftp.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_FTP
 #define H_FTP
 
diff --git a/loader2/fwloader.c b/loader2/fwloader.c
index 1701746..696d714 100644
--- a/loader2/fwloader.c
+++ b/loader2/fwloader.c
@@ -1,16 +1,22 @@
 /*
  * fwloader.c -- a small firmware loader.
  *
- * Peter Jones (pjones@xxxxxxxxxx)
+ * Copyright (C) 2006, 2007  Red Hat, Inc.  All rights reserved.
  *
- * Copyright 2006-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
- * 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/loader2/fwloader.h b/loader2/fwloader.h
index 3327968..51cdabc 100644
--- a/loader2/fwloader.h
+++ b/loader2/fwloader.h
@@ -1,19 +1,24 @@
 /*
  * fwloader.h -- a small firmware loader.
  *
- * Peter Jones (pjones@xxxxxxxxxx)
+ * Copyright (C) 2006, 2007  Red Hat, Inc.  All rights reserved.
  *
- * Copyright 2006-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
- * 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 FWLOADER_H
 #define FWLOADER_H 1
 
diff --git a/loader2/getparts.c b/loader2/getparts.c
index 719216c..12f1113 100644
--- a/loader2/getparts.c
+++ b/loader2/getparts.c
@@ -1,17 +1,24 @@
-/* 
+/*
  * getparts.c - functions associated with getting partitions for a disk
  *
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1997 - 2004 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
- * 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): Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <stdio.h>
diff --git a/loader2/getparts.h b/loader2/getparts.h
index e4c1cdc..b672a77 100644
--- a/loader2/getparts.h
+++ b/loader2/getparts.h
@@ -1,3 +1,22 @@
+/*
+ * getparts.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 GETPARTS_H
 #define GETPARTS_H
 
diff --git a/loader2/hardware.c b/loader2/hardware.c
index fff8407..ad29eb5 100644
--- a/loader2/hardware.c
+++ b/loader2/hardware.c
@@ -1,19 +1,26 @@
 /*
  * hardware.c - various hardware probing functionality
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1997 - 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 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <errno.h>
diff --git a/loader2/hardware.h b/loader2/hardware.h
index db96610..735148b 100644
--- a/loader2/hardware.h
+++ b/loader2/hardware.h
@@ -1,3 +1,22 @@
+/*
+ * hardware.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 LOADERHW_H
 #define LOADERHW_H
 
diff --git a/loader2/hdinstall.c b/loader2/hdinstall.c
index e9780d2..757c817 100644
--- a/loader2/hdinstall.c
+++ b/loader2/hdinstall.c
@@ -1,19 +1,26 @@
 /*
  * hdinstall.c - code to set up hard drive installs
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1997 - 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 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <ctype.h>
diff --git a/loader2/hdinstall.h b/loader2/hdinstall.h
index dcb59b3..c6d3ff0 100644
--- a/loader2/hdinstall.h
+++ b/loader2/hdinstall.h
@@ -1,3 +1,22 @@
+/*
+ * hdinstall.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_HDINSTALL
 #define H_HDINSTALL
 
diff --git a/loader2/init.c b/loader2/init.c
index e1ab65c..231041d 100644
--- a/loader2/init.c
+++ b/loader2/init.c
@@ -1,20 +1,24 @@
 /*
- * init.c
- * 
- * This is the install type init 
+ * init.c: This is the install type init
  *
- * Erik Troan (ewt@xxxxxxxxxx)
- * Jeremy Katz (katzj@xxxxxxxxxx)
+ * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+ * Red Hat, Inc.  All rights reserved.
  *
- * Copyright 1996 - 2004 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
- * 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): Erik Troan (ewt@xxxxxxxxxx)
+ *                    Jeremy Katz (katzj@xxxxxxxxxx)
  */
 
 #if USE_MINILIBC
diff --git a/loader2/kbd.c b/loader2/kbd.c
index 518c55e..e0ad030 100644
--- a/loader2/kbd.c
+++ b/loader2/kbd.c
@@ -1,19 +1,26 @@
 /*
  * kbd.c - keyboard handling
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1997 - 2002 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <alloca.h>
diff --git a/loader2/kbd.h b/loader2/kbd.h
index 06dcfde..26c7111 100644
--- a/loader2/kbd.h
+++ b/loader2/kbd.h
@@ -1,3 +1,22 @@
+/*
+ * kbd.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_KBD
 #define H_KBD
 
diff --git a/loader2/kickstart.c b/loader2/kickstart.c
index d17fcf8..7ca9399 100644
--- a/loader2/kickstart.c
+++ b/loader2/kickstart.c
@@ -1,20 +1,26 @@
 /*
  * kickstart.c - kickstart file handling
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1999-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 software may be freely redistributed under the terms of the GNU
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <alloca.h>
diff --git a/loader2/kickstart.h b/loader2/kickstart.h
index b628f18..c8d4a78 100644
--- a/loader2/kickstart.h
+++ b/loader2/kickstart.h
@@ -1,3 +1,22 @@
+/*
+ * kickstart.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_KICKSTART
 
 #include "loader.h"
diff --git a/loader2/lang.c b/loader2/lang.c
index 1532b64..99671e6 100644
--- a/loader2/lang.c
+++ b/loader2/lang.c
@@ -1,19 +1,26 @@
 /*
  * lang.c - determines language, handles translations
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1997 - 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 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <alloca.h>
diff --git a/loader2/lang.h b/loader2/lang.h
index 79aff8c..4472013 100644
--- a/loader2/lang.h
+++ b/loader2/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 _LANG_H_
 #define _LANG_H_
 
diff --git a/loader2/linuxrc.s390 b/loader2/linuxrc.s390
index 65db702..ad0ba1c 100644
--- a/loader2/linuxrc.s390
+++ b/loader2/linuxrc.s390
@@ -1,28 +1,32 @@
 #! /bin/sh
 #
-# Copyright (C) 2000-2004 by
-#        Bernhard Rosenkraenzer <bero@xxxxxxxxxx>
-#        Oliver Paukstadt <opaukstadt@xxxxxxxxxxxx>
-#        Karsten Hopp <karsten@xxxxxxxxx>
-#        Florian La Roche <laroche@xxxxxxxxxx>
-#        Nils Philippsen <nils@xxxxxxxxx>
-#        Helge Deller <hdeller@xxxxxxxxx>
-#        David Sainty <dsainty@xxxxxxxxxx>
+# linuxrc.s390
 #
-#    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 (C) 2000, 2001, 2002, 2003, 2004  Red Hat, Inc.
+# All rights reserved.
 #
-#    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.
+# 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.
 #
-#    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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# 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): Bernhard Rosenkraenzer <bero@xxxxxxxxxx>
+#                    Oliver Paukstadt <opaukstadt@xxxxxxxxxxxx>
+#                    Karsten Hopp <karsten@xxxxxxxxx>
+#                    Florian La Roche <laroche@xxxxxxxxxx>
+#                    Nils Philippsen <nils@xxxxxxxxx>
+#                    Helge Deller <hdeller@xxxxxxxxx>
+#                    David Sainty <dsainty@xxxxxxxxxx>
+#
+
 VERSION=1.1
 
 export TEXTDOMAIN=s390installer
diff --git a/loader2/loader.c b/loader2/loader.c
index 3792671..9f904bd 100644
--- a/loader2/loader.c
+++ b/loader2/loader.c
@@ -6,19 +6,26 @@
  * up some devices and networking, etc. The main point of this code is
  * to stay SMALL! Remember that, live by that, and learn to like it.
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+ * 2006, 2007  Red Hat, Inc.  All rights reserved.
  *
- * Copyright 1997 - 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <ctype.h>
diff --git a/loader2/loader.h b/loader2/loader.h
index e4b7f06..4dc7395 100644
--- a/loader2/loader.h
+++ b/loader2/loader.h
@@ -1,3 +1,22 @@
+/*
+ * loader.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/>.
+ */
+
 #include <stdint.h>
 
 #ifndef LOADER_H
diff --git a/loader2/loadermisc.c b/loader2/loadermisc.c
index 4aae68d..3fd9607 100644
--- a/loader2/loadermisc.c
+++ b/loader2/loadermisc.c
@@ -3,19 +3,25 @@
  * anywhere else (yet)  (was misc.c)
  * JKFIXME: need to break out into reasonable files based on function
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1999, 2000, 2001, 2002  Red Hat, Inc.  All rights reserved.
  *
- * Copyright 1999 - 2002 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <ctype.h>
diff --git a/loader2/loadermisc.h b/loader2/loadermisc.h
index 27c4133..8094fa7 100644
--- a/loader2/loadermisc.h
+++ b/loader2/loadermisc.h
@@ -1,3 +1,22 @@
+/*
+ * loadermisc.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_LOADER_MISC_H
 #define H_LOADER_MISC_H
 #include <stdio.h>
diff --git a/loader2/log.c b/loader2/log.c
index 145d491..451c9dc 100644
--- a/loader2/log.c
+++ b/loader2/log.c
@@ -1,19 +1,26 @@
 /*
  * log.c - logging functionality
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1997 - 2002 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <fcntl.h>
diff --git a/loader2/log.h b/loader2/log.h
index a3a3661..2eed8ce 100644
--- a/loader2/log.h
+++ b/loader2/log.h
@@ -1,3 +1,22 @@
+/*
+ * log.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 _LOG_H_
 #define _LOG_H_
 
diff --git a/loader2/mediacheck.c b/loader2/mediacheck.c
index 286ae57..549aaa2 100644
--- a/loader2/mediacheck.c
+++ b/loader2/mediacheck.c
@@ -1,10 +1,24 @@
-/* simple program to check implanted md5sum in an iso 9660 image   */
-/* Copyright 2001 Red Hat, Inc.                                    */
-/* Michael Fulbright msf@xxxxxxxxxx                                */
-
-/*   4/2005	Dustin Kirkland	(dustin.kirkland@xxxxxxxxx)        */
-/* 	Added support for checkpoint fragment sums;                */
-/*	Exits media check as soon as bad fragment md5sum'ed        */
+/*
+ * simple program to check implanted md5sum in an iso 9660 image
+ *
+ * Copyright (C) 2001, 2005  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/>.
+ *
+ * Red Hat Author(s): Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Dustin Kirkland <dustin.kirkland@xxxxxxxxx>
+ */
 
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/loader2/mediacheck.h b/loader2/mediacheck.h
index 34bd916..ab2f887 100644
--- a/loader2/mediacheck.h
+++ b/loader2/mediacheck.h
@@ -1,3 +1,22 @@
+/*
+ * mediacheck.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 MEDIACHECK_H
 #define MEDIACHECK_H
 
diff --git a/loader2/method.c b/loader2/method.c
index b1ed91a..1f6a0c3 100644
--- a/loader2/method.c
+++ b/loader2/method.c
@@ -1,19 +1,25 @@
 /*
  * method.c - generic install method setup functions
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 2002  Red Hat, Inc.  All rights reserved.
  *
- * Copyright 2002 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <ctype.h>
diff --git a/loader2/method.h b/loader2/method.h
index 112e725..1820437 100644
--- a/loader2/method.h
+++ b/loader2/method.h
@@ -1,3 +1,22 @@
+/*
+ * method.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_METHOD
 #define H_METHOD
 
diff --git a/loader2/mkctype.c b/loader2/mkctype.c
index ed00411..12eaba0 100644
--- a/loader2/mkctype.c
+++ b/loader2/mkctype.c
@@ -1,3 +1,22 @@
+/*
+ * mkctype.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 <ctype.h>
 #include <stdio.h>
 
diff --git a/loader2/modstubs.c b/loader2/modstubs.c
index 1e929bf..603d819 100644
--- a/loader2/modstubs.c
+++ b/loader2/modstubs.c
@@ -1,19 +1,25 @@
 /*
  * modstubs.c - stubs around modutils commands
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1999, 2000, 2001, 2002  Red Hat, Inc.  All rights reserved.
  *
- * Copyright 1999 - 2002 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <stdio.h>
diff --git a/loader2/modstubs.h b/loader2/modstubs.h
index cd80b60..f66cc9e 100644
--- a/loader2/modstubs.h
+++ b/loader2/modstubs.h
@@ -1,3 +1,22 @@
+/*
+ * modstubs.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_MODSTUBS
 #define H_MODSTUBS
 
diff --git a/loader2/moduledeps.c b/loader2/moduledeps.c
index 1fc4138..8a535f3 100644
--- a/loader2/moduledeps.c
+++ b/loader2/moduledeps.c
@@ -1,19 +1,25 @@
 /*
  * moduledeps.c - module dependency determination
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1999, 2000, 2001, 2002  Red Hat, Inc.  All rights reserved.
  *
- * Copyright 1999 - 2002 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <alloca.h>
diff --git a/loader2/moduledeps.h b/loader2/moduledeps.h
index de040c2..e33cdc7 100644
--- a/loader2/moduledeps.h
+++ b/loader2/moduledeps.h
@@ -1,3 +1,22 @@
+/*
+ * moduledeps.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 MODULEDEPS_H
 #define MODULEDEPS_H
 
diff --git a/loader2/moduleinfo.c b/loader2/moduleinfo.c
index 70881d8..00ccdc6 100644
--- a/loader2/moduleinfo.c
+++ b/loader2/moduleinfo.c
@@ -1,17 +1,24 @@
 /*
  * moduleinfo.c - module info functionality
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
+ * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1997 - 2002 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
  */
 
 #include <alloca.h>
diff --git a/loader2/moduleinfo.h b/loader2/moduleinfo.h
index 78460d2..72f6d71 100644
--- a/loader2/moduleinfo.h
+++ b/loader2/moduleinfo.h
@@ -1,3 +1,22 @@
+/*
+ * moduleinfo.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 MODULEINFO_H
 #define MODULEINFO_H
 
diff --git a/loader2/modules.c b/loader2/modules.c
index ebe6cba..f0447d2 100644
--- a/loader2/modules.c
+++ b/loader2/modules.c
@@ -1,19 +1,26 @@
 /*
  * modules.c - module loading functionality
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1999 - 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 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <ctype.h>
diff --git a/loader2/modules.h b/loader2/modules.h
index bbcc905..6d0bcbc 100644
--- a/loader2/modules.h
+++ b/loader2/modules.h
@@ -1,3 +1,22 @@
+/*
+ * modules.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_MODULES
 #define H_MODULES
 
diff --git a/loader2/net.c b/loader2/net.c
index 2cb94dd..5a81024 100644
--- a/loader2/net.c
+++ b/loader2/net.c
@@ -1,24 +1,23 @@
 /*
- * Copyright 1999-2006 Red Hat, Inc.
+ * net.c
  *
- * David Cantrell <dcantrell@xxxxxxxxxx>
- * 
- * All Rights Reserved.
- * 
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- * 
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
- * OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
- * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- * 
- * Except as contained in this notice, the name of Red Hat shall not be
- * used in advertising or otherwise to promote the sale, use or other dealings
- * in this Software without prior written authorization from Red Hat.
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006  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/>.
+ *
+ * Red Hat Author(s): David Cantrell <dcantrell@xxxxxxxxxx>
  */
 
 #include <sys/types.h>
diff --git a/loader2/net.h b/loader2/net.h
index f7be368..ca7afc8 100644
--- a/loader2/net.h
+++ b/loader2/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 H_LOADER_NET
 #define H_LOADER_NET
 
diff --git a/loader2/nfsinstall.c b/loader2/nfsinstall.c
index eca7ac5..027d5a1 100644
--- a/loader2/nfsinstall.c
+++ b/loader2/nfsinstall.c
@@ -1,19 +1,26 @@
 /*
  * nfsinstall.c - code to set up nfs installs
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+ * 2006, 2007  Red Hat, Inc.  All rights reserved.
  *
- * Copyright 1997 - 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <fcntl.h>
diff --git a/loader2/nfsinstall.h b/loader2/nfsinstall.h
index f1dc74b..6780992 100644
--- a/loader2/nfsinstall.h
+++ b/loader2/nfsinstall.h
@@ -1,3 +1,22 @@
+/*
+ * nfsinstall.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 NFSINSTALL_H
 #define NFSINSTALL_H
 
diff --git a/loader2/pcmcia.c b/loader2/pcmcia.c
index ab093df..61e652c 100644
--- a/loader2/pcmcia.c
+++ b/loader2/pcmcia.c
@@ -1,20 +1,27 @@
 /*
  * pcmcia.c - pcmcia functionality
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
- * Bill Nottingham <notting@xxxxxxxxxx>
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1999 - 2005 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
+ *                    Bill Nottingham <notting@xxxxxxxxxx>
  */
 
 #include <errno.h>
diff --git a/loader2/pcmcia.h b/loader2/pcmcia.h
index 3953c23..c65c99e 100644
--- a/loader2/pcmcia.h
+++ b/loader2/pcmcia.h
@@ -1,3 +1,22 @@
+/*
+ * pcmcia.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_PCMCIA
 #define H_PCMCIA
 
diff --git a/loader2/selinux.c b/loader2/selinux.c
index 442fd67..5834705 100644
--- a/loader2/selinux.c
+++ b/loader2/selinux.c
@@ -1,18 +1,24 @@
 /*
  * selinux.c - Various SELinux related functionality needed for the loader.
- *
- * Jeremy Katz <katzj@xxxxxxxxxx>
- * 
- * Copyright 2004 Red Hat, Inc.
  * Portions extracted from libselinux which was released as public domain
- *   software by the NSA.
+ * software by the NSA.
+ *
+ * Copyright (C) 2004  Red Hat, Inc.  All rights reserved.
  *
- * This software may be freely redistributed under the terms of the GNU
- * General Public License.
+ * 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): Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <stdio.h>
diff --git a/loader2/selinux.h b/loader2/selinux.h
index 3cc7c8a..5877ddd 100644
--- a/loader2/selinux.h
+++ b/loader2/selinux.h
@@ -1,3 +1,22 @@
+/*
+ * selinux.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 SELINUX_H
 #define SELINUX_H
 
diff --git a/loader2/shutdown.c b/loader2/shutdown.c
index b1ed62e..dadfc2a 100644
--- a/loader2/shutdown.c
+++ b/loader2/shutdown.c
@@ -4,14 +4,21 @@
  * Shutdown a running system.  If built with -DAS_SHUTDOWN=1, then
  * it builds a standalone shutdown binary.
  *
- * Copyright 1996 - 2003 Red Hat, Inc.
+ * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003  Red Hat, Inc.
+ * All rights reserved.
  *
- * This software may be freely redistributed under the terms of the GNU
- * public license.
+ * 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/>.
  */
 
 #include <fcntl.h>
diff --git a/loader2/simplemot b/loader2/simplemot
index abf0969..bebc1cf 100755
--- a/loader2/simplemot
+++ b/loader2/simplemot
@@ -1,4 +1,22 @@
 #!/usr/bin/perl
+#
+# simplemot
+#
+# 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/>.
+#
 
 $inone = 0;
 $intran = 0;
diff --git a/loader2/telnet.c b/loader2/telnet.c
index 4b8cf09..0cc45e0 100644
--- a/loader2/telnet.c
+++ b/loader2/telnet.c
@@ -1,6 +1,7 @@
-/* telnet.c -- basic telnet protocol handling for ttywatch
+/*
+ * telnet.c -- basic telnet protocol handling for ttywatch
  *
- * Copyright © 2001 Michael K. Johnson <johnsonm@xxxxxxxxxx>
+ * Copyright (C) 2001  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
@@ -13,9 +14,9 @@
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
+ * Red Hat Author(s): Michael K. Johnson <johnsonm@xxxxxxxxxx>
  */
 
 /* Shamelessly stolen from ttywatch -- oot */
diff --git a/loader2/telnet.h b/loader2/telnet.h
index 58ea5ba..2a35f3e 100644
--- a/loader2/telnet.h
+++ b/loader2/telnet.h
@@ -1,6 +1,7 @@
-/* telnet.h -- basic telnet protocol handling for ttywatch
+/*
+ * telnet.h -- basic telnet protocol handling for ttywatch
  *
- * Copyright © 2001 Michael K. Johnson <johnsonm@xxxxxxxxxx>
+ * Copyright (C) 2001  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
@@ -13,12 +14,11 @@
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
+ * Red Hat Author(s): Michael K. Johnson <johnsonm@xxxxxxxxxx>
  */
 
-
 #ifndef __TELNET_H__
 #define __TELNET_H__
 
diff --git a/loader2/telnetd.c b/loader2/telnetd.c
index c624740..d35a28c 100644
--- a/loader2/telnetd.c
+++ b/loader2/telnetd.c
@@ -1,17 +1,23 @@
 /*
  * telnetd.c - glue to tie telnet.c from ttywatch to the loader
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 2002  Red Hat, Inc.  All rights reserved.
  *
- * Copyright 2002 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <arpa/inet.h>
diff --git a/loader2/telnetd.h b/loader2/telnetd.h
index 145c55f..2e87b16 100644
--- a/loader2/telnetd.h
+++ b/loader2/telnetd.h
@@ -1,3 +1,22 @@
+/*
+ * telnetd.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 TELNETD_H
 #define TELNETD_H
 
diff --git a/loader2/udelay.h b/loader2/udelay.h
index 781f8ab..e4ca6aa 100644
--- a/loader2/udelay.h
+++ b/loader2/udelay.h
@@ -1,16 +1,22 @@
 /*
  * udelay.h -- udelay and other time related functions.
  *
- * Peter Jones (pjones@xxxxxxxxxx)
+ * Copyright (C) 2006, 2007  Red Hat, Inc.  All rights reserved.
  *
- * Copyright 2006-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
- * 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 UDELAY_H
diff --git a/loader2/undomounts.c b/loader2/undomounts.c
index d562837..13fa21f 100644
--- a/loader2/undomounts.c
+++ b/loader2/undomounts.c
@@ -1,20 +1,25 @@
 /*
- * undomounts.c
+ * undomounts.c: Handles some basic unmounting stuff for init
+ * Broken out so that it can be used on s390 in a shutdown binary
  *
- * Handles some basic unmounting stuff for init
- * Broken out so that it can be used on s390 in a shutdown binary 
+ * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003  Red Hat, Inc.
+ * All rights reserved.
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * 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.
  *
- * Copyright 1996 - 2003 Red Hat, Inc.
- *
- * This software may be freely redistributed under the terms of the GNU
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx> 
  */
 
 #include <errno.h>
diff --git a/loader2/urlinstall.c b/loader2/urlinstall.c
index 3eb90ec..c3c330b 100644
--- a/loader2/urlinstall.c
+++ b/loader2/urlinstall.c
@@ -1,19 +1,26 @@
 /*
  * urlinstall.c - code to set up url (ftp/http) installs
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1997 - 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 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <newt.h>
diff --git a/loader2/urlinstall.h b/loader2/urlinstall.h
index 0162c53..4848eec 100644
--- a/loader2/urlinstall.h
+++ b/loader2/urlinstall.h
@@ -1,3 +1,22 @@
+/*
+ * urlinstall.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 URLINSTALL_H
 #define URLINSTALL_H
 
diff --git a/loader2/urls.c b/loader2/urls.c
index 672234e..d6ccb79 100644
--- a/loader2/urls.c
+++ b/loader2/urls.c
@@ -1,19 +1,26 @@
 /*
  * urls.c - url handling code
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1997 - 2002 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <arpa/inet.h>
diff --git a/loader2/urls.h b/loader2/urls.h
index cef3559..6fcf182 100644
--- a/loader2/urls.h
+++ b/loader2/urls.h
@@ -1,3 +1,22 @@
+/*
+ * urls.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_LOADER_URLS
 #define H_LOADER_URLS
 
diff --git a/loader2/usb.c b/loader2/usb.c
index dcbc5f5..0113841 100644
--- a/loader2/usb.c
+++ b/loader2/usb.c
@@ -1,19 +1,26 @@
 /*
  * usb.c - usb probing/module loading functionality
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1999 - 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 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <alloca.h>
diff --git a/loader2/usb.h b/loader2/usb.h
index aa17e1e..da66420 100644
--- a/loader2/usb.h
+++ b/loader2/usb.h
@@ -1,3 +1,22 @@
+/*
+ * usb.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_USB
 #define H_USB
 
diff --git a/loader2/windows.c b/loader2/windows.c
index 5b4a1ba..3c1260b 100644
--- a/loader2/windows.c
+++ b/loader2/windows.c
@@ -1,19 +1,26 @@
 /*
  * windows.c - simple popup windows used by the loader
  *
- * Erik Troan <ewt@xxxxxxxxxx>
- * Matt Wilson <msw@xxxxxxxxxx>
- * Michael Fulbright <msf@xxxxxxxxxx>
- * Jeremy Katz <katzj@xxxxxxxxxx>
+ * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002  Red Hat, Inc.
+ * All rights reserved.
  *
- * Copyright 1997 - 2002 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
- * 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): Erik Troan <ewt@xxxxxxxxxx>
+ *                    Matt Wilson <msw@xxxxxxxxxx>
+ *                    Michael Fulbright <msf@xxxxxxxxxx>
+ *                    Jeremy Katz <katzj@xxxxxxxxxx>
  */
 
 #include <errno.h>
diff --git a/loader2/windows.h b/loader2/windows.h
index c42da6d..2400c91 100644
--- a/loader2/windows.h
+++ b/loader2/windows.h
@@ -1,3 +1,22 @@
+/*
+ * windows.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 _WINDOWS_H_
 #define _WINDOWS_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