diff options
author | David Cantrell <dcantrell@redhat.com> | 2007-12-15 20:40:11 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2007-12-17 08:52:53 -1000 |
commit | 0f73189b4d9a9065cb6a3718494e7b3d43368a9f (patch) | |
tree | be2fa70872786429ab4f6f0371e685666c26c0b3 /utils/mapshdr.c | |
parent | 81a307c0a7f269f9aced1e5cf9f0a6af2616aaa0 (diff) | |
download | anaconda-0f73189b4d9a9065cb6a3718494e7b3d43368a9f.tar.gz anaconda-0f73189b4d9a9065cb6a3718494e7b3d43368a9f.tar.xz anaconda-0f73189b4d9a9065cb6a3718494e7b3d43368a9f.zip |
GPLv2+ boilerplates for stubs/ and utils/
Diffstat (limited to 'utils/mapshdr.c')
-rw-r--r-- | utils/mapshdr.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/utils/mapshdr.c b/utils/mapshdr.c index 5a8d18f59..f2209c756 100644 --- a/utils/mapshdr.c +++ b/utils/mapshdr.c @@ -1,3 +1,22 @@ +/* + * mapshdr.c + * + * Copyright (C) 2007 Red Hat, Inc. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include <errno.h> #include <stdio.h> #include <string.h> |