mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
Add GPL 2.0 only SPDX license identifiers to Makefile and all scripts. Signed-off-by: George Sapkin <george@sapk.in>
6 lines
100 B
Bash
Executable File
6 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
AdGuardHome --version | grep -F "$PKG_VERSION"
|