diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-04-04 18:51:26 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-04-06 13:41:43 +0000 |
commit | 1ddb894e69d71c9d1046466cbb58b2e329f92c6d (patch) | |
tree | 6c347837753dd29a12027adb89e31758ccff3e2d /src/soc/samsung/exynos5420/trustzone.c | |
parent | 5f249e60f95f8aaaff74c72c7e3a728c192e9092 (diff) | |
download | coreboot-1ddb894e69d71c9d1046466cbb58b2e329f92c6d.tar.xz |
soc/samsung: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now.
Change-Id: I25b9bbe320be891985e5fb42a0c3f1c763a833db
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40136
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/samsung/exynos5420/trustzone.c')
-rw-r--r-- | src/soc/samsung/exynos5420/trustzone.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/soc/samsung/exynos5420/trustzone.c b/src/soc/samsung/exynos5420/trustzone.c index 0cf25ee4b6..f0a79eaa5a 100644 --- a/src/soc/samsung/exynos5420/trustzone.c +++ b/src/soc/samsung/exynos5420/trustzone.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 <device/mmio.h> #include <soc/trustzone.h> |