summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib64/stacktrace.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-07-11 06:47:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-07-14 20:28:09 +0200
commita66ffa8dab14b82f9f9edddb03d6358b861ff5c0 (patch)
treed5be93862ae76f519535a454866aadd7c0fc53ed /arch/arm/lib64/stacktrace.c
parentf5c5f8ae51342c8954fc500d1f47199021d827da (diff)
downloadbarebox-a66ffa8dab14b82f9f9edddb03d6358b861ff5c0.tar.gz
barebox-a66ffa8dab14b82f9f9edddb03d6358b861ff5c0.tar.xz
arch/arm/lib64: Convert to SPDX-License and -Copyright specifiers
Converts the files that licensecheck can determine the license for. Also convert to obvious right Copyright statements. Additionally some minor code reformatting is done. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/lib64/stacktrace.c')
-rw-r--r--arch/arm/lib64/stacktrace.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/arm/lib64/stacktrace.c b/arch/arm/lib64/stacktrace.c
index 4391188446..db5691a609 100644
--- a/arch/arm/lib64/stacktrace.c
+++ b/arch/arm/lib64/stacktrace.c
@@ -1,13 +1,4 @@
-/*
- * 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.
- *
- * 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
#include <common.h>
#include <asm/stacktrace.h>