From 96c075a359a10cc9bae7a0630ae735868225a928 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 28 Jul 2019 19:50:52 -0600 Subject: 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 Change-Id: I334baab2b4311eb1bd9ce3f67f49a68e8b73630c Reviewed-on: https://review.coreboot.org/c/coreboot/+/34606 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- AUTHORS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index ce7a85486db0..c4bfadf09e83 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,26 +8,33 @@ # To see a list of contributors: git log --pretty=format:%an | sort | uniq # For patches adding or removing a name: git log -i -S "NAME" --source --all +Alex Züpke Alexander Couzens Alexandru Gagniuc -Alex Züpke +ARM Limited and Contributors coresystems GmbH DENX Software Engineering Eric Biederman +Facebook, Inc. Free Software Foundation, Inc. Gary Jennejohn Google LLC Kshitij Marius Gröger MontaVista Software, Inc. +Nick Barker Per Odlund +Raptor Engineering Richard Woodruff Ronald G. Minnich Russell King +Siemens AG Steve Magnani +SUSE LINUX AG Syed Mohammed Khasim Texas Instruments The Linux Foundation +Timothy Pearson Wolfgang Denk @@ -35,3 +42,4 @@ Wolfgang Denk # Directories transferred src/acpi src/arch/arm +src/arch/arm64 -- cgit v1.2.3