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/driverdisk.h | |
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/driverdisk.h')
-rw-r--r-- | loader2/driverdisk.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/loader2/driverdisk.h b/loader2/driverdisk.h index a9aece6e9..4bb9597b5 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 |