summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/include/armv8/arch/barrier.h
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2019-07-28 19:50:52 -0600
committerPatrick Georgi <pgeorgi@google.com>2019-08-26 19:20:00 +0000
commit96c075a359a10cc9bae7a0630ae735868225a928 (patch)
tree31584d487197f9f261c230cb146d657aa9136bd6 /src/arch/arm64/include/armv8/arch/barrier.h
parent5bfb5cc485a76ae3538b1ad1b37b35e9800f6ca4 (diff)
downloadcoreboot-96c075a359a10cc9bae7a0630ae735868225a928.tar.gz
coreboot-96c075a359a10cc9bae7a0630ae735868225a928.tar.bz2
coreboot-96c075a359a10cc9bae7a0630ae735868225a928.zip
AUTHORS: Move src/arch/arm64 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 Note that the file include/arch/acpi.h is a fantastic example of why moving to the authors file is needed. Excluding the guard statements, it has 8 lines of copyrights for 3 function declarations. Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: I334baab2b4311eb1bd9ce3f67f49a68e8b73630c Reviewed-on: https://review.coreboot.org/c/coreboot/+/34606 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/arm64/include/armv8/arch/barrier.h')
-rw-r--r--src/arch/arm64/include/armv8/arch/barrier.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/arm64/include/armv8/arch/barrier.h b/src/arch/arm64/include/armv8/arch/barrier.h
index 3c3feb68d70e..8da2cc29c81c 100644
--- a/src/arch/arm64/include/armv8/arch/barrier.h
+++ b/src/arch/arm64/include/armv8/arch/barrier.h
@@ -1,7 +1,5 @@
/*
- * Based on arch/arm/include/asm/barrier.h
- *
- * Copyright (C) 2012 ARM Ltd.
+ * 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
@@ -11,6 +9,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.
+ *
+ * Based on arch/arm/include/asm/barrier.h
*/
#ifndef __ASM_ARM_BARRIER_H
#define __ASM_ARM_BARRIER_H