From ccb4632c57d456289e79e6062b3349c8779bf8ce Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Tue, 13 Feb 2024 14:41:28 +0100 Subject: libstrophe: Specify correct PKG_LICENSE libstrophe is dual-licensed as MIT OR GPL-3.0-only, which is also reflected by the SPDX-License-Identifier lines in the source files. Correct PKG_LICENSE in the Makefile accordingly. Signed-off-by: Andreas Gnau --- libs/libstrophe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/libstrophe/Makefile') diff --git a/libs/libstrophe/Makefile b/libs/libstrophe/Makefile index e3281fcdd..e7e258395 100644 --- a/libs/libstrophe/Makefile +++ b/libs/libstrophe/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=https://github.com/strophe/libstrophe/releases/download/$(PKG_VE PKG_HASH:=8d7c17c694efff7d2e2d3632684537e7ba874ce3d7f0e750a539f2299021bbaa PKG_MAINTAINER:=Chih-Wei Chen -PKG_LICENSE:=GPL-3.0-or-later +PKG_LICENSE:=MIT OR GPL-3.0-only PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf -- cgit v1.2.3