UPSTREAM: AUTHORS: Move src/acpi 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.

BUG=none
BRANCH=none
TEST=none

Change-Id: Icc97bb0041680964c9a5a0f766781944c3d7c85c
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: 669e155ad2738c55e1bd52477a791afa682e23e9
Original-Signed-off-by: Martin Roth <martin@coreboot.org>
Original-Change-Id: Id3382d19088cba2703350339b0bd0cfb3c0e63b2
Original-Reviewed-on: https://review.coreboot.org/c/coreboot/+/34604
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/coreboot/+/1726223
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
Commit-Queue: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..c5fec18
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,14 @@
+# This is the list of coreboot authors for copyright purposes.
+#
+# This does not necessarily list everyone who has contributed code, since in
+# some cases, their employer may be the copyright holder.  To see the full list
+# of contributors, see the revision history in source control.
+# git log --pretty=format:%an | sort | uniq
+#
+
+Alexander Couzens
+
+
+
+# Directories transferred
+src/acpi
diff --git a/src/acpi/sata.c b/src/acpi/sata.c
index ec0d505..d7fcbd6 100644
--- a/src/acpi/sata.c
+++ b/src/acpi/sata.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Alexander Couzens <lynxis@fe80.eu>
+ * 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