diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-10 15:14:52 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-10 15:47:23 +0100 |
commit | 7157c77c6d872375c3f6f42a49d1627c4c692472 (patch) | |
tree | e48840e4084fadc927c63ab4d202a56aceb4ff00 /target/linux/mediatek/image | |
parent | 598b29585ed9501e751b8d3faf3b6e017ad96baa (diff) | |
download | openwrt-7157c77c6d872375c3f6f42a49d1627c4c692472.tar.gz openwrt-7157c77c6d872375c3f6f42a49d1627c4c692472.tar.bz2 openwrt-7157c77c6d872375c3f6f42a49d1627c4c692472.zip |
target: use SPDX license identifiers on scripts
Use SPDX license tags to allow machines to check licenses.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/mediatek/image')
-rwxr-xr-x | target/linux/mediatek/image/gen_mtk_mmc_img.sh | 5 | ||||
-rwxr-xr-x | target/linux/mediatek/image/gen_scatterfile.sh | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/target/linux/mediatek/image/gen_mtk_mmc_img.sh b/target/linux/mediatek/image/gen_mtk_mmc_img.sh index 2dacb9019d..7e19e1a39e 100755 --- a/target/linux/mediatek/image/gen_mtk_mmc_img.sh +++ b/target/linux/mediatek/image/gen_mtk_mmc_img.sh @@ -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 diff --git a/target/linux/mediatek/image/gen_scatterfile.sh b/target/linux/mediatek/image/gen_scatterfile.sh index f23cf819b8..15fc0bc84c 100755 --- a/target/linux/mediatek/image/gen_scatterfile.sh +++ b/target/linux/mediatek/image/gen_scatterfile.sh @@ -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 |