summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2019-05-10 11:24:13 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-29 11:27:09 +0200
commita489d377374c88eb3f089390ea4b6636617b2ac8 (patch)
tree7e760a1856e162ec5f8473f0d5a76e50d44f7a09
parent91e77bcf2a12acd24d95fe22e6eb0d57a8955c11 (diff)
downloadptxdist-a489d377374c88eb3f089390ea4b6636617b2ac8.tar.gz
ptxdist-a489d377374c88eb3f089390ea4b6636617b2ac8.tar.xz
libgmp: Fix license
The README of libgmp 6.1.2 and 6.0.0 states this: > The GNU MP Library is free software; you can redistribute it and/or modify > it under the terms of either: > > * the GNU Lesser General Public License as published by the Free > Software Foundation; either version 3 of the License, or (at your > option) any later version. > > or > > * the GNU General Public License as published by the Free Software > Foundation; either version 2 of the License, or (at your option) any > later version. > > or both in parallel, as here. The library switched licensing with release of version 6. Fixes: 9d22b77f54f0001640e4d632d0c463c029a3e8d0 Cc: Alexander Aring <alex.aring@gmail.com> Fixes: 00c6e91b6b8a54cdfc7af0d75e4eb7637981e63d Cc: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libgmp.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/libgmp.make b/rules/libgmp.make
index 1c9568f37..80a0baab7 100644
--- a/rules/libgmp.make
+++ b/rules/libgmp.make
@@ -24,7 +24,7 @@ LIBGMP_SUFFIX := tar.bz2
LIBGMP_URL := $(call ptx/mirror, GNU, gmp/$(LIBGMP).$(LIBGMP_SUFFIX))
LIBGMP_SOURCE := $(SRCDIR)/$(LIBGMP).$(LIBGMP_SUFFIX)
LIBGMP_DIR := $(BUILDDIR)/$(LIBGMP)
-LIBGMP_LICENSE := GPL-3.0-only AND LGPL-3.0-only
+LIBGMP_LICENSE := GPL-2.0-or-later OR LGPL-3.0-or-later
# ----------------------------------------------------------------------------
# Prepare