summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib32/io-writesb.S
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-12-02 12:52:09 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-12-07 08:14:37 +0100
commit30d61abf22d8633bf0dd34fb455bc6653204d890 (patch)
tree3df0279fae734cd5845a96a1763481204cde93d5 /arch/arm/lib32/io-writesb.S
parentfb244def400853e5b41c327e5cb02d6d34be2397 (diff)
downloadbarebox-30d61abf22d8633bf0dd34fb455bc6653204d890.tar.gz
barebox-30d61abf22d8633bf0dd34fb455bc6653204d890.tar.xz
arm/lib: Replace license and copyright boilerplate by SPDX identifiers
Converts the files that licensecheck can determine to be licensed under GPL-2.0-only or GPL-2.0-or-later and also convert the copyright statements to SPDX. 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/lib32/io-writesb.S')
-rw-r--r--arch/arm/lib32/io-writesb.S11
1 files changed, 4 insertions, 7 deletions
diff --git a/arch/arm/lib32/io-writesb.S b/arch/arm/lib32/io-writesb.S
index 1ab8e47cb4..313839bff6 100644
--- a/arch/arm/lib32/io-writesb.S
+++ b/arch/arm/lib32/io-writesb.S
@@ -1,11 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* SPDX-FileCopyrightText: 1995-2000 Russell King */
+
/*
- * linux/arch/arm/lib/io-writesb.S
- *
- * Copyright (C) 1995-2000 Russell King
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * linux/arch/arm/lib/io-writesb.S
*/
#include <linux/linkage.h>
#include <asm/assembler.h>