diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-19 13:53:22 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-19 13:53:22 +0100 |
commit | 63e1ce3e093492e941a2ff1c9d3b6101b27ec9c1 (patch) | |
tree | d40a2fb09d3c60224181dabb6e1a53a114b676f5 /target/linux/ath79 | |
parent | 45e8d9b480c40b3d8fb1fbfba437bc5c87f319c0 (diff) | |
download | upstream-63e1ce3e093492e941a2ff1c9d3b6101b27ec9c1.tar.gz upstream-63e1ce3e093492e941a2ff1c9d3b6101b27ec9c1.tar.bz2 upstream-63e1ce3e093492e941a2ff1c9d3b6101b27ec9c1.zip |
ath79: fix position of SPDX license identifier
Strictly, the identifier needs to be in the line directly after the
shebang.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79')
-rwxr-xr-x | target/linux/ath79/nand/base-files/etc/init.d/bootcount | 1 |
1 files changed, 0 insertions, 1 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 b5f920421e..87654ba095 100755 --- a/target/linux/ath79/nand/base-files/etc/init.d/bootcount +++ b/target/linux/ath79/nand/base-files/etc/init.d/bootcount @@ -1,5 +1,4 @@ #!/bin/sh /etc/rc.common - # SPDX-License-Identifier: GPL-2.0-only START=99 |