From: "Steven J. Hill" <sjhill@xxxxxxxx> Make headers consistent across the files. Signed-off-by: Steven J. Hill <sjhill@xxxxxxxx> --- arch/mips/emma/common/prom.c | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/arch/mips/emma/common/prom.c b/arch/mips/emma/common/prom.c index 5228584..2e62a56 100644 --- a/arch/mips/emma/common/prom.c +++ b/arch/mips/emma/common/prom.c @@ -1,23 +1,12 @@ /* - * Copyright (C) NEC Electronics Corporation 2004-2006 + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. * - * This file is based on the arch/mips/ddb5xxx/common/prom.c + * This file is based on the arch/mips/ddb5xxx/common/prom.c * - * Copyright 2001 MontaVista Software Inc. - * - * 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 + * Copyright 2001 MontaVista Software Inc. + * Copyright (C) NEC Electronics Corporation 2004-2006 */ #include <linux/init.h> #include <linux/mm.h> -- 1.7.10.3