kumquat-buildroot/package/avocado/avocado.mk
Thomas Petazzoni a830961a58 package/avocado: fix license
In commit ef321ff4a9 ("package/avocado:
new package") the license information that was introduced was
incorrect. The license is GPL-2.0, not Apache-2.0.

According to the LICENSE file:

Most files in Avocado are released under the GPLv2 with a "and any later
version" clause (GPLv2+), but some files are explicitly bound to the
version 2 of the license and therefore that's the official license of
the project itself. The header on each individual file contains
information about the GPL version that applies to it.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-07-26 10:14:32 +02:00

14 lines
392 B
Makefile

################################################################################
#
# avocado
#
################################################################################
AVOCADO_VERSION = 98.0
AVOCADO_SITE = $(call github,avocado-framework,avocado,$(AVOCADO_VERSION))
AVOCADO_SETUP_TYPE = setuptools
AVOCADO_LICENSE = GPL-2.0
AVOCADO_LICENSE_FILES = LICENSE
$(eval $(python-package))