X-Git-Url: https://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=util%2Felfextract.c;h=98604f9c13d9ec760b0254b72b4ac614b41cae10;hp=a153017db8de09d2b22d102bda8584005cfaf078;hb=2ad0d7649e5042cad43a16b4a03bf53f39948316;hpb=f4ebbd9f7ea23e3f0fcbe098754580c220894628 diff --git a/util/elfextract.c b/util/elfextract.c index a153017..98604f9 100644 --- a/util/elfextract.c +++ b/util/elfextract.c @@ -1,8 +1,23 @@ /* - * Extract the loadable program segment from an elf file. + * elfextract.c - Extract the loadable program segment from an elf file. * - * Copyright 1996 Paul Mackerras. + * Copyright 1996 Paul Mackerras. + * + * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + #include #include