From 74ceb71a52b001630c9d11e9ab015acc87cb2a26 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Thu, 9 Nov 2023 22:32:08 +0100 Subject: [PATCH] package/python-kmod: fix licensing Commit 2add559e506e (package/python-kmod: new package) listed LGPL-2.1+ (aka -or-later) as the licensed applicable. However, thode contains the following blurbs: # python-kmod is free software: you can redistribute it and/or modify it under # the terms of the GNU Lesser General Public License version 2.1 as published # by the Free Software Foundation. There is no mention of the usual "or, at your option, any later version". As such, the license is reall LGPL-2.1-only. Signed-off-by: Yann E. MORIN --- package/python-kmod/python-kmod.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/python-kmod/python-kmod.mk b/package/python-kmod/python-kmod.mk index 337a61491f..6164b0f1eb 100644 --- a/package/python-kmod/python-kmod.mk +++ b/package/python-kmod/python-kmod.mk @@ -9,7 +9,7 @@ PYTHON_KMOD_VERSION = 0.9.2 PYTHON_KMOD_SITE = $(call github,maurizio-lombardi,python-kmod,v$(PYTHON_KMOD_VERSION)) PYTHON_KMOD_SETUP_TYPE = setuptools -PYTHON_KMOD_LICENSE = LGPL-2.1+ +PYTHON_KMOD_LICENSE = LGPL-2.1 PYTHON_KMOD_LICENSE_FILES = COPYING.LESSER PYTHON_KMOD_DEPENDENCIES = host-python-cython kmod