summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/common/cbmem.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-04 18:51:11 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-05 17:52:22 +0000
commite67ab180fb856b25f3fbb238438606446a7e3ddb (patch)
tree98e44bdbb92b337357d55ec241e997f7adabd745 /src/soc/mediatek/common/cbmem.c
parent7c1d70e8e2ee8932bf6acea603f8e4e4bf9f68c8 (diff)
downloadcoreboot-e67ab180fb856b25f3fbb238438606446a7e3ddb.tar.gz
coreboot-e67ab180fb856b25f3fbb238438606446a7e3ddb.tar.bz2
coreboot-e67ab180fb856b25f3fbb238438606446a7e3ddb.zip
soc/mediatek: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I7c3c75eaf2d7a64e7d833541bcf168b93921a142 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40132 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/mediatek/common/cbmem.c')
-rw-r--r--src/soc/mediatek/common/cbmem.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/soc/mediatek/common/cbmem.c b/src/soc/mediatek/common/cbmem.c
index 0edcd28fd6dd..5f758f69084a 100644
--- a/src/soc/mediatek/common/cbmem.c
+++ b/src/soc/mediatek/common/cbmem.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 <cbmem.h>
#include <commonlib/helpers.h>