summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2019-11-18 07:11:53 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-11-19 11:58:39 +0100
commit8ee3797780e32ecf67209dfeed84408a2b7b2473 (patch)
tree47cba5ea7ee5ab0f40e6e8aaeaec6758db9063c9
parent63018ed3d7d3d5f1b3222ee641e8557d59c1168f (diff)
downloadbarebox-8ee3797780e32ecf67209dfeed84408a2b7b2473.tar.gz
barebox-8ee3797780e32ecf67209dfeed84408a2b7b2473.tar.xz
MIPS: ath79: art: fix typo in SPDX-License-Identifier
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/mips/mach-ath79/art.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mach-ath79/art.c b/arch/mips/mach-ath79/art.c
index 2a2099e9f5..44118c19e9 100644
--- a/arch/mips/mach-ath79/art.c
+++ b/arch/mips/mach-ath79/art.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2018 Oleksij Rempel <linux@rempel-privat.de>
*/