summaryrefslogtreecommitdiffstats
path: root/loader2/cdinstall.c
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-12-15 18:14:52 -1000
committerDavid Cantrell <dcantrell@redhat.com>2007-12-17 08:52:53 -1000
commitb8f460a049680de5d1a941a8fa365dbddd07afac (patch)
tree057826ac982596faa227b3a4135eaedb8e6ff3de /loader2/cdinstall.c
parentbc267cb6b48dca8e27390247f789de0195211efe (diff)
downloadanaconda-b8f460a049680de5d1a941a8fa365dbddd07afac.tar.gz
anaconda-b8f460a049680de5d1a941a8fa365dbddd07afac.tar.xz
anaconda-b8f460a049680de5d1a941a8fa365dbddd07afac.zip
GPLv2+ boilerplates for loader2/ source files.
Diffstat (limited to 'loader2/cdinstall.c')
-rw-r--r--loader2/cdinstall.c25
1 files changed, 16 insertions, 9 deletions
diff --git a/loader2/cdinstall.c b/loader2/cdinstall.c
index 165348ae2..23ed785c1 100644
--- a/loader2/cdinstall.c
+++ b/loader2/cdinstall.c
@@ -1,19 +1,26 @@
/*
* cdinstall.c - code to set up cdrom installs
*
- * Erik Troan <ewt@redhat.com>
- * Matt Wilson <msw@redhat.com>
- * Michael Fulbright <msf@redhat.com>
- * Jeremy Katz <katzj@redhat.com>
+ * 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@redhat.com>
+ * Matt Wilson <msw@redhat.com>
+ * Michael Fulbright <msf@redhat.com>
+ * Jeremy Katz <katzj@redhat.com>
*/
#include <ctype.h>