X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=second%2Fcfg.c;h=90114677040d0171325a63a56463ee371686364e;hb=1aa69fb0cd1252fd3f051e4bbfa717bb3daed8c3;hp=ed58e382bc881f91b3c37ddf1c93e9b6b9bbe998;hpb=da7857367944c983abf98f956241dcc614b2f453;p=yaboot.git diff --git a/second/cfg.c b/second/cfg.c index ed58e38..9011467 100644 --- a/second/cfg.c +++ b/second/cfg.c @@ -1,21 +1,23 @@ -/* Handling and parsing of silo.conf - - Copyright (C) 1995 Werner Almesberger - 1996 Jakub Jelinek - - 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* + * cfg.c - Handling and parsing of yaboot.conf + * + * Copyright (C) 1995 Werner Almesberger + * 1996 Jakub Jelinek + * + * 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 "setjmp.h" #include "stdarg.h"