diff options
author | David Cantrell <dcantrell@redhat.com> | 2007-12-15 18:14:52 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2007-12-17 08:52:53 -1000 |
commit | b8f460a049680de5d1a941a8fa365dbddd07afac (patch) | |
tree | 057826ac982596faa227b3a4135eaedb8e6ff3de /loader2/modules.c | |
parent | bc267cb6b48dca8e27390247f789de0195211efe (diff) | |
download | anaconda-b8f460a049680de5d1a941a8fa365dbddd07afac.tar.gz anaconda-b8f460a049680de5d1a941a8fa365dbddd07afac.tar.xz anaconda-b8f460a049680de5d1a941a8fa365dbddd07afac.zip |
GPLv2+ boilerplates for loader2/ source files.
Diffstat (limited to 'loader2/modules.c')
-rw-r--r-- | loader2/modules.c | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/loader2/modules.c b/loader2/modules.c index ebe6cba95..f0447d2f2 100644 --- a/loader2/modules.c +++ b/loader2/modules.c @@ -1,19 +1,26 @@ /* * modules.c - module loading functionality * - * Erik Troan <ewt@redhat.com> - * Matt Wilson <msw@redhat.com> - * Michael Fulbright <msf@redhat.com> - * Jeremy Katz <katzj@redhat.com> + * 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@redhat.com> + * Matt Wilson <msw@redhat.com> + * Michael Fulbright <msf@redhat.com> + * Jeremy Katz <katzj@redhat.com> */ #include <ctype.h> |