Use GPL-2.0-only and not the ambiguous GPL. Signed-off-by: Bruno Thomsen <[email protected]> --- v1-v2: brain fade in v1 as it was the wrong identifier.
rules/strongswan.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/strongswan.make b/rules/strongswan.make index de657eaf7..69ba62e53 100644 --- a/rules/strongswan.make +++ b/rules/strongswan.make @@ -22,7 +22,7 @@ STRONGSWAN_SUFFIX := tar.bz2 STRONGSWAN_URL := https://download.strongswan.org/$(STRONGSWAN).$(STRONGSWAN_SUFFIX) STRONGSWAN_SOURCE := $(SRCDIR)/$(STRONGSWAN).$(STRONGSWAN_SUFFIX) STRONGSWAN_DIR := $(BUILDDIR)/$(STRONGSWAN) -STRONGSWAN_LICENSE := GPL +STRONGSWAN_LICENSE := GPL-2.0-only STRONGSWAN_LICENSE_FILES := \ file://LICENSE;md5=7744b64eaadabebdfd17e8a5ae6c9855 \ file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 base-commit: f61905c23240642dec3e5390ee15e83cf1e016e9 -- 2.49.0
