From 63e1ce3e093492e941a2ff1c9d3b6101b27ec9c1 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 19 Feb 2021 13:53:22 +0100 Subject: [PATCH] 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 --- 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 -- 2.30.2