diff options
Diffstat (limited to 'src/arch/arm/memcpy.S')
-rw-r--r-- | src/arch/arm/memcpy.S | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/arch/arm/memcpy.S b/src/arch/arm/memcpy.S index fe4f40076f..19592dbfaf 100644 --- a/src/arch/arm/memcpy.S +++ b/src/arch/arm/memcpy.S @@ -1,18 +1,16 @@ /* - * linux/arch/arm/lib/memcpy.S + * This file is part of the coreboot project. * - * Author: Nicolas Pitre - * Created: Sep 28, 2005 - * Copyright: 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 version 2 as - * published by the Free Software Foundation. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. * * 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. + * + * Based on linux/arch/arm/lib/memcpy.S */ #include <arch/asm.h> |