mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/python-pysnmp-apps: update license to BSD-2-Clause
The license file for this application is BSD-2-Clause and not
BSD-3-Clause as we currently state in the _LICENSE variable.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 1eb8252cce)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
0df86310f8
commit
55c0c09fe4
@@ -8,7 +8,7 @@ PYTHON_PYSNMP_APPS_VERSION = 0.4.1
|
||||
PYTHON_PYSNMP_APPS_SOURCE = pysnmp-apps-$(PYTHON_PYSNMP_APPS_VERSION).tar.gz
|
||||
PYTHON_PYSNMP_APPS_SITE = https://pypi.python.org/packages/source/p/pysnmp-apps
|
||||
PYTHON_PYSNMP_APPS_SETUP_TYPE = setuptools
|
||||
PYTHON_PYSNMP_APPS_LICENSE = BSD-3-Clause
|
||||
PYTHON_PYSNMP_APPS_LICENSE = BSD-2-Clause
|
||||
PYTHON_PYSNMP_APPS_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
PYTHON_PYSNMP_APPS_DEPENDENCIES = python-pysnmp
|
||||
|
||||
Reference in New Issue
Block a user