summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/eabi_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm64/eabi_compat.c')
-rw-r--r--src/arch/arm64/eabi_compat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/arm64/eabi_compat.c b/src/arch/arm64/eabi_compat.c
index a6f40a4ea3b8..79b201758a4d 100644
--- a/src/arch/arm64/eabi_compat.c
+++ b/src/arch/arm64/eabi_compat.c
@@ -1,7 +1,5 @@
/*
- * Utility functions needed for (some) EABI conformant tool chains.
- *
- * (C) Copyright 2009 Wolfgang Denk <wd@denx.de>
+ * This file is part of the coreboot project.
*
* This program is Free Software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -12,6 +10,8 @@
* 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.
+ *
+ * Utility functions needed for (some) EABI conformant tool chains.
*/
int raise (int signum) __attribute__((used));