summaryrefslogtreecommitdiff
path: root/src/soc/sifive/fu540/uart.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-04 18:51:30 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-05 17:51:11 +0000
commit5de47d0323ebcb8f6f32109879a380e2f65323d4 (patch)
tree1163bdb124309af1af8a9438ebe5ae7864ca66d2 /src/soc/sifive/fu540/uart.c
parentdd9c09d342fc5d9a09d663cf53adb5cc56c3f516 (diff)
downloadcoreboot-5de47d0323ebcb8f6f32109879a380e2f65323d4.tar.xz
soc/sifive: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I149d06d6241f81b535f64720d61bbd0c198caeda Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40137 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/soc/sifive/fu540/uart.c')
-rw-r--r--src/soc/sifive/fu540/uart.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/soc/sifive/fu540/uart.c b/src/soc/sifive/fu540/uart.c
index b3f9107d5e..34a1039b6c 100644
--- a/src/soc/sifive/fu540/uart.c
+++ b/src/soc/sifive/fu540/uart.c
@@ -1,16 +1,5 @@
-/*
- * 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 published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * 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.
- */
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
#include <stddef.h>
#include <stdint.h>