X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=util%2Faddnote.c;h=90434c8c2a3a63259e115ee8bc82bb5f2e88d038;hp=23022a71da16bca7fff1a555a69dc4f19dfebcad;hb=b58b7f84f40f96f61a1d5fc1f88a1abd9c1a4193;hpb=da7857367944c983abf98f956241dcc614b2f453 diff --git a/util/addnote.c b/util/addnote.c index 23022a7..90434c8 100644 --- a/util/addnote.c +++ b/util/addnote.c @@ -1,19 +1,28 @@ /* - * Program to hack in a PT_NOTE program header entry in an ELF file. - * This is needed for OF on RS/6000s to load an image correctly. - * Note that OF needs a program header entry for the note, not an - * ELF section. + * addnote.c - Program to hack in a PT_NOTE program header entry in an ELF file. + * This is needed for OF on RS/6000s to load an image correctly. + * Note that OF needs a program header entry for the note, not an + * ELF section. * - * Copyright 2000 Paul Mackerras. + * Copyright 2000 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 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. * - * Usage: addnote zImage + * 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. */ +/* Usage: addnote zImage */ + #include #include #include