diff options
author | Martin Roth <martin@coreboot.org> | 2019-07-28 18:39:33 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-07-30 11:04:14 +0000 |
commit | 669e155ad2738c55e1bd52477a791afa682e23e9 (patch) | |
tree | 7f6f74347f24fcdea7d428ad6144ff6ab586d7d0 /src | |
parent | d298ffe208f438f08192cab85e7f5ddda9bcb465 (diff) |
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.
Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: Id3382d19088cba2703350339b0bd0cfb3c0e63b2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34604
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/acpi/sata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/acpi/sata.c b/src/acpi/sata.c index ec0d505ca0..d7fcbd6daf 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 |