mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
package/nettle: clarify license info
The Nettle manual (nettle.html in the source archive) states: > Nettle is dual licenced under the GNU General Public License version > 2 or later, and the GNU Lesser General Public License version 3 or > later. When using Nettle, you must comply fully with all conditions > of at least one of these licenses. [...] This means "or" is the correct description. Ellipsis covers a note that a few files are licensed more permissively. Signed-off-by: Fiona Klute (Othermo GmbH) <fiona.klute@gmx.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
0c2b14a8b5
commit
9a77d5547a
@@ -8,7 +8,7 @@ NETTLE_VERSION = 3.10.2
|
||||
NETTLE_SITE = $(BR2_GNU_MIRROR)/nettle
|
||||
NETTLE_DEPENDENCIES = host-m4 gmp
|
||||
NETTLE_INSTALL_STAGING = YES
|
||||
NETTLE_LICENSE = Dual GPL-2.0+/LGPL-3.0+
|
||||
NETTLE_LICENSE = GPL-2.0+ or LGPL-3.0+
|
||||
NETTLE_LICENSE_FILES = COPYING.LESSERv3 COPYINGv2
|
||||
NETTLE_CPE_ID_VALID = YES
|
||||
# don't include openssl support for (unused) examples as it has problems
|
||||
|
||||
Reference in New Issue
Block a user