diff options
author | Andreas Gnau <andreas.gnau@iopsys.eu> | 2024-02-13 14:41:28 +0100 |
---|---|---|
committer | Andreas Gnau <andreas.gnau@iopsys.eu> | 2024-02-14 18:39:54 +0100 |
commit | ccb4632c57d456289e79e6062b3349c8779bf8ce (patch) | |
tree | 3c87f203873e140dcb0c706c9031cc5b91153b2d /libs/libstrophe/Makefile | |
parent | 12d5029eb3d233e126a4d1fb7eace0376c4c3076 (diff) |
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 <andreas.gnau@iopsys.eu>
Diffstat (limited to 'libs/libstrophe/Makefile')
-rw-r--r-- | libs/libstrophe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <changeway@gmail.com> -PKG_LICENSE:=GPL-3.0-or-later +PKG_LICENSE:=MIT OR GPL-3.0-only PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf |