summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-04 18:51:34 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-05 17:47:49 +0000
commitdd9c09d342fc5d9a09d663cf53adb5cc56c3f516 (patch)
treeb2557960be8727b893fe6017dc74d9fdc272552c /src
parent560796c750feb0479e3f5c4b0ad7417e4b6ea2bd (diff)
downloadcoreboot-dd9c09d342fc5d9a09d663cf53adb5cc56c3f516.tar.gz
coreboot-dd9c09d342fc5d9a09d663cf53adb5cc56c3f516.tar.bz2
coreboot-dd9c09d342fc5d9a09d663cf53adb5cc56c3f516.zip
soc/ucb: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I1b7a4fd5c6049230799d9e77903382812bc9768d Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40138 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src')
-rw-r--r--src/soc/ucb/riscv/cbmem.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/soc/ucb/riscv/cbmem.c b/src/soc/ucb/riscv/cbmem.c
index 143e11b88cb5..b904b44797bd 100644
--- a/src/soc/ucb/riscv/cbmem.c
+++ b/src/soc/ucb/riscv/cbmem.c
@@ -1,15 +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 <cbmem.h>
#include <symbols.h>