summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS14
-rw-r--r--src/acpi/sata.c2
2 files changed, 15 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 000000000000..c5fec189abac
--- /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 ec0d505ca020..d7fcbd6daff0 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