diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-09-22 20:49:55 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-09-22 20:58:26 +0200 |
commit | 0cfdc7d44602aa07312aac8fd507719c6d9cd119 (patch) | |
tree | 7f2294a2dce9ef5d1b4ae5d34a600623ae65e7cd /target/linux/ath79/nand | |
parent | 8be2eb3b9b1e5e808a53bba223badae95c7627ef (diff) | |
download | upstream-0cfdc7d44602aa07312aac8fd507719c6d9cd119.tar.gz upstream-0cfdc7d44602aa07312aac8fd507719c6d9cd119.tar.bz2 upstream-0cfdc7d44602aa07312aac8fd507719c6d9cd119.zip |
target: update SPDX license names
SPDX moved from GPL-2.0 to GPL-2.0-only and from GPL-2.0+ to
GPL-2.0-or-later. Reflect that in the SPDX license headers.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/nand')
-rwxr-xr-x | target/linux/ath79/nand/base-files/etc/init.d/bootcount | 2 | ||||
-rw-r--r-- | target/linux/ath79/nand/base-files/lib/upgrade/glinet.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/nand/base-files/etc/init.d/bootcount b/target/linux/ath79/nand/base-files/etc/init.d/bootcount index c82386b55f..b5f920421e 100755 --- a/target/linux/ath79/nand/base-files/etc/init.d/bootcount +++ b/target/linux/ath79/nand/base-files/etc/init.d/bootcount @@ -1,6 +1,6 @@ #!/bin/sh /etc/rc.common -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0-only START=99 diff --git a/target/linux/ath79/nand/base-files/lib/upgrade/glinet.sh b/target/linux/ath79/nand/base-files/lib/upgrade/glinet.sh index 86729f8f2a..e2c41d91c9 100644 --- a/target/linux/ath79/nand/base-files/lib/upgrade/glinet.sh +++ b/target/linux/ath79/nand/base-files/lib/upgrade/glinet.sh @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2019 Jeff Kletsky # |