target: use SPDX license identifiers on scripts
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 10 Feb 2021 14:14:52 +0000 (15:14 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 10 Feb 2021 14:47:23 +0000 (15:47 +0100)
Use SPDX license tags to allow machines to check licenses.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
14 files changed:
target/linux/arc770/image/gen_axs10x_sdcard_img.sh
target/linux/archs38/image/gen_axs10x_sdcard_img.sh
target/linux/at91/image/gen_at91_sdcard_img.sh
target/linux/layerscape/image/gen_sdcard_head_img.sh
target/linux/layerscape/image/mkits-multiple-config.sh
target/linux/mediatek/image/gen_mtk_mmc_img.sh
target/linux/mediatek/image/gen_scatterfile.sh
target/linux/mvebu/image/gen_mvebu_sdcard_img.sh
target/linux/mxs/image/gen_sdcard_ext4_ext4.sh
target/linux/mxs/image/gen_sdcard_vfat_ext4.sh
target/linux/omap/image/gen_omap_sdcard_img.sh
target/linux/pistachio/base-files/etc/board.d/02_network
target/linux/pistachio/base-files/lib/upgrade/platform.sh
target/linux/sunxi/image/gen_sunxi_sdcard_img.sh

index 87c2bba92c72616052f78a094c74e9947f8c3cb9..12ead10dbe987fe2ce8632b26673be044cd6b09d 100755 (executable)
@@ -1,11 +1,7 @@
 #!/bin/sh
-
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright (C) 2016 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
 
 set -x
 [ $# -eq 5 ] || {
index 87c2bba92c72616052f78a094c74e9947f8c3cb9..12ead10dbe987fe2ce8632b26673be044cd6b09d 100755 (executable)
@@ -1,11 +1,7 @@
 #!/bin/sh
-
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright (C) 2016 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
 
 set -x
 [ $# -eq 5 ] || {
index 5171b6723ec200a6968b10ac0fe57bfcd0f5da7e..4d2808bc3bdf90f4e8d0b627bc5e5dbdb0ddf5d7 100755 (executable)
@@ -1,11 +1,7 @@
 #!/bin/sh
-
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright (C) 2017 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
 
 set -x
 [ $# -eq 5 ] || {
index d3a8fd2d122662f882559f7156a39cc39476a42d..53997a39c1d49539123296dd3a5093131ddd24df 100755 (executable)
@@ -1,10 +1,7 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright 2018 NXP
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
 
 set -x
 [ $# -eq 5 ] || {
index 5daee5458bc2453516ed0219a1a2769f6662f226..68870686c595ea2581d40c0b58a8f495b790dd74 100755 (executable)
@@ -1,6 +1,5 @@
 #!/usr/bin/env bash
-#
-# Licensed under the terms of the GNU GPL License version 2 or later.
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 # Author: Jason Wu <jason.hy.wu@gmail.com>
 # with modifications for multi-DTB-same-image by:
index 2dacb9019d6046856979577e1dbded91aa021853..7e19e1a39e56bb4d81c062ee6dc67d17a10e1d64 100755 (executable)
@@ -1,11 +1,8 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright © 2019 Alexey Loukianov <lx2@lexa2.ru>
 # Copyright © 2020 David Woodhouse <dwmw2@infradead.org>
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
 
 # Generates a bootable SD card image for Banana Pi R2 (and probably
 # other similar boards) as documented at
index f23cf819b89c8b32db65bdf915f6e3dfeb9b831e..15fc0bc84ce17fca41d71e661770158c02596154 100755 (executable)
@@ -1,10 +1,8 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright © 2020 David Woodhouse <dwmw2@infradead.org>
 #
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
 # Generate as "scatter file" for use with the MediaTek SP Flash tool for
 # writing images to MediaTek boards. This can be used to write images
 # even on a bricked board which has no preloader installed, or broken
index 842e5910266a8dbb9bb307f6506a20d4f39f920e..d6f895d09de31d0213fb2db399b0e83f19254bc5 100755 (executable)
@@ -1,21 +1,7 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 # Copyright (C) 2016 Josua Mayer
-#
-# 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; either version 2
-# of the License, or (at your option) any later version.
-#
-# 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.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-#
 
 usage() {
        echo "$0 <outfile> [<bootloader> <type_partitionN> <size_partitionN> <img_partitionN>]?"
index 20f3331bedccbddf2091e1ec38f5ffe6fe3dfd29..fcddc00b3860d54e91d483b6a0df66df05e608f9 100755 (executable)
@@ -1,10 +1,7 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright (C) 2015 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
 
 set -x
 [ $# -eq 4 ] || {
index 9d2b7c46a84542a69a3bcdcabeb61853e7223cb6..5a56a516a97cc4e0184b3f9e438ded8cf038e0b3 100755 (executable)
@@ -1,10 +1,7 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright (C) 2015 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
 
 set -x
 [ $# -eq 6 ] || {
index dbb50cbff4638b9e552c0ae5135ad48a3c75e18f..b2d096acc03599e0d823fa1cbde9085d5d8e078e 100755 (executable)
@@ -1,11 +1,7 @@
 #!/bin/sh
-
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright (C) 2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
 
 set -x
 [ $# -eq 5 ] || {
index e7e0a9a930ef1b433fd309fd1a24fea49de6aea0..8de2c8c38d36d7bce1bea3c7de5da98d39355d3e 100755 (executable)
@@ -1,14 +1,10 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright (C) 2017 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
 
 . /lib/functions/uci-defaults.sh
 
-
 board_config_update
 
 ucidef_set_interface_lan 'eth0' 'dhcp'
index 16ab341fb5bcae3c1a68057fa9022de690e9b3c1..f64fe7d30db7701ad1d24bce81ab9af977253ad4 100644 (file)
@@ -1,9 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright (C) 2017 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
 
 RAMFS_COPY_BIN='fw_printenv fw_setenv dmesg'
 RAMFS_COPY_DATA="/etc/fw_env.config"
index 7dc22761dd659771472d2b76b2546df0743e451f..2c627a71935b9942aec31578c254ae7127899469 100755 (executable)
@@ -1,10 +1,7 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright (C) 2013 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
 
 set -ex
 [ $# -eq 6 ] || {