X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Fcmdline.c;h=ec50f4fd0280a71dfffaf2a26c766043f6f39fef;hp=bf73024ae4335479b38ac6741ff80a4aed5334c7;hb=1237a9cea4d8a7c25d422410ef338901582ad45e;hpb=f4ebbd9f7ea23e3f0fcbe098754580c220894628 diff --git a/second/cmdline.c b/second/cmdline.c index bf73024..ec50f4f 100644 --- a/second/cmdline.c +++ b/second/cmdline.c @@ -1,21 +1,27 @@ -/* Prompt handling - - Copyright (C) 1996 Maurizio Plaza - 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. */ +/* + * cmdline.c - Prompt handling + * + * Copyright (C) 2001 Ethan Benson + * + * Adapted from SILO + * + * Copyright (C) 1996 Maurizio Plaza + * 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 "types.h" #include "stdarg.h"