summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/asmlib.h
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2019-07-28 19:25:07 -0600
committerPatrick Georgi <pgeorgi@google.com>2019-08-26 13:52:01 +0000
commit155c8023dd440c80c117a8afc22c1bfe3abe4360 (patch)
tree611a74ce9e015dbc83645d6ec54e4f802f7d3aaa /src/arch/arm/asmlib.h
parent4a9cd2e237ae2b30ae4d262777bcef5b70f2295d (diff)
downloadcoreboot-155c8023dd440c80c117a8afc22c1bfe3abe4360.tar.gz
coreboot-155c8023dd440c80c117a8afc22c1bfe3abe4360.tar.bz2
coreboot-155c8023dd440c80c117a8afc22c1bfe3abe4360.zip
AUTHORS: Move src/arch/arm copyrights into AUTHORS file
As discussed on the mailing list and voted upon, the coreboot project is going to move the majority of copyrights out of the headers and into an AUTHORS file. This will happen a bit at a time, as we'll be unifying license headers at the same time. Additional changes in this patch: - Make sure files say that they're part of the coreboot project - Move descriptions below the license header - Fix some spacing Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: Id5f26a73f0df366651c076a94975bce1fb321b70 Reviewed-on: https://review.coreboot.org/c/coreboot/+/34605 Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/arm/asmlib.h')
-rw-r--r--src/arch/arm/asmlib.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/arch/arm/asmlib.h b/src/arch/arm/asmlib.h
index 0d515517cf53..cae4081efdd3 100644
--- a/src/arch/arm/asmlib.h
+++ b/src/arch/arm/asmlib.h
@@ -1,9 +1,5 @@
/*
- * arch/arm/asmlib.h
- *
- * Adapted from Linux arch/arm/include/assembler.h
- *
- * Copyright (C) 1996-2000 Russell King
+ * 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 version 2 as
@@ -17,6 +13,8 @@
* This file contains arm architecture specific defines
* for the different processors.
*
+ * Adapted from Linux arch/arm/include/assembler.h
+ *
* Do not include any C declarations in this file - it is included by
* assembler source.
*/