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>
This commit is contained in:
Thomas Petazzoni 2022-07-26 10:14:32 +02:00
parent ef321ff4a9
commit a830961a58

View File

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