mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
adguardhome: add SPDX license identifiers
Add GPL 2.0 only SPDX license identifiers to Makefile and all scripts. Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
#
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
|
||||||
# See /LICENSE for more information.
|
|
||||||
#
|
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
# Migrate old config format only
|
# Migrate old config format only
|
||||||
OLD_CONFIG_FILE=$(uci -q get adguardhome.config.config)
|
OLD_CONFIG_FILE=$(uci -q get adguardhome.config.config)
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
#
|
||||||
# shellcheck disable=SC3043 # ash supports local
|
# shellcheck disable=SC3043 # ash supports local
|
||||||
|
|
||||||
PROG=/usr/bin/AdGuardHome
|
PROG=/usr/bin/AdGuardHome
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
AdGuardHome --version | grep -F "$PKG_VERSION"
|
AdGuardHome --version | grep -F "$PKG_VERSION"
|
||||||
|
|||||||
Reference in New Issue
Block a user