X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Fcmdline.c;h=7b69f1fedc8e658c2fd5d9e4c42e7e462e37dbd2;hp=bf73024ae4335479b38ac6741ff80a4aed5334c7;hb=b95e2fe6b9c48a252ff6a3a9efe9f06e582ce4f4;hpb=f4ebbd9f7ea23e3f0fcbe098754580c220894628 diff --git a/second/cmdline.c b/second/cmdline.c index bf73024..7b69f1f 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, 2002 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"