diff options
Diffstat (limited to 'src/arch/arm/libgcc/ucmpdi2.S')
-rw-r--r-- | src/arch/arm/libgcc/ucmpdi2.S | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/arch/arm/libgcc/ucmpdi2.S b/src/arch/arm/libgcc/ucmpdi2.S index 8b21043158..771e93b502 100644 --- a/src/arch/arm/libgcc/ucmpdi2.S +++ b/src/arch/arm/libgcc/ucmpdi2.S @@ -1,18 +1,16 @@ /* - * linux/arch/arm/lib/ucmpdi2.S + * This file is part of the coreboot project. * - * Author: Nicolas Pitre - * Created: Oct 19, 2005 - * Copyright: Monta Vista 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/ucmpdi2.S */ #if defined __GNUC__ |