[openwrt/openwrt] ath79: fix position of SPDX license identifier
LEDE Commits
lede-commits at lists.infradead.org
Fri Feb 19 14:02:47 EST 2021
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/63e1ce3e093492e941a2ff1c9d3b6101b27ec9c1
commit 63e1ce3e093492e941a2ff1c9d3b6101b27ec9c1
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Fri Feb 19 13:53:22 2021 +0100
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 at adrianschmutzler.de>
---
target/linux/ath79/nand/base-files/etc/init.d/bootcount | 1 -
1 file changed, 1 deletion(-)
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
More information about the lede-commits
mailing list