summaryrefslogtreecommitdiffstats
path: root/src/commonlib/storage/sdhci.c
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2019-08-30 21:29:41 -0600
committerPatrick Georgi <pgeorgi@google.com>2019-09-10 12:50:35 +0000
commit0443ac282757cdf46703486717b388818297181c (patch)
tree0037ddbae90aecef27588307e5648e0904ca7729 /src/commonlib/storage/sdhci.c
parent20bbd81201e36ff716d51ba133d7c9bf2970e7ec (diff)
downloadcoreboot-0443ac282757cdf46703486717b388818297181c.tar.gz
coreboot-0443ac282757cdf46703486717b388818297181c.tar.bz2
coreboot-0443ac282757cdf46703486717b388818297181c.zip
AUTHORS: Move src/commonlib 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: I4c9351652d81040cc4e7b85bdd1ba85709a74192 Reviewed-on: https://review.coreboot.org/c/coreboot/+/35178 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/commonlib/storage/sdhci.c')
-rw-r--r--src/commonlib/storage/sdhci.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/commonlib/storage/sdhci.c b/src/commonlib/storage/sdhci.c
index 19daa2ee7eb0..25c0d6f1ebfa 100644
--- a/src/commonlib/storage/sdhci.c
+++ b/src/commonlib/storage/sdhci.c
@@ -1,10 +1,5 @@
/*
- * Copyright 2011, Marvell Semiconductor Inc.
- * Lei Wen <leiwen@marvell.com>
- *
- * Copyright 2017 Intel Corporation
- *
- * Secure Digital (SD) Host Controller interface specific code
+ * 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 as
@@ -15,6 +10,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.
+ *
+ * Secure Digital (SD) Host Controller interface specific code
*/
#include "bouncebuf.h"