diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-10 14:52:34 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-10 15:47:18 +0100 |
commit | 598b29585ed9501e751b8d3faf3b6e017ad96baa (patch) | |
tree | bfe4f5b9049ff7a93a04235383473e7809abe9db /target/linux/rockchip | |
parent | c382fe857df16b40e499be2ec81a258ce1b9a98d (diff) | |
download | upstream-598b29585ed9501e751b8d3faf3b6e017ad96baa.tar.gz upstream-598b29585ed9501e751b8d3faf3b6e017ad96baa.tar.bz2 upstream-598b29585ed9501e751b8d3faf3b6e017ad96baa.zip |
target: use SPDX license identifiers on Makefiles
Use SPDX license tags to allow machines to check licenses.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/rockchip')
-rw-r--r-- | target/linux/rockchip/Makefile | 6 | ||||
-rw-r--r-- | target/linux/rockchip/image/Makefile | 6 | ||||
-rw-r--r-- | target/linux/rockchip/image/armv8.mk | 7 |
3 files changed, 6 insertions, 13 deletions
diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile index 8daaad34a7..bcc0cc3f8f 100644 --- a/target/linux/rockchip/Makefile +++ b/target/linux/rockchip/Makefile @@ -1,7 +1,5 @@ -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# +# SPDX-License-Identifier: GPL-2.0-only + include $(TOPDIR)/rules.mk BOARD:=rockchip diff --git a/target/linux/rockchip/image/Makefile b/target/linux/rockchip/image/Makefile index 022661623a..f5fdff637f 100644 --- a/target/linux/rockchip/image/Makefile +++ b/target/linux/rockchip/image/Makefile @@ -1,7 +1,5 @@ -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# +# SPDX-License-Identifier: GPL-2.0-only + include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk diff --git a/target/linux/rockchip/image/armv8.mk b/target/linux/rockchip/image/armv8.mk index dbabce97bf..24b1c38137 100644 --- a/target/linux/rockchip/image/armv8.mk +++ b/target/linux/rockchip/image/armv8.mk @@ -1,9 +1,6 @@ -# -# Copyright (C) 2020 Tobias Maedel -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. +# SPDX-License-Identifier: GPL-2.0-only # +# Copyright (C) 2020 Tobias Maedel define Device/friendlyarm_nanopi-r2s DEVICE_VENDOR := FriendlyARM |