summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2022-03-30 13:48:10 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-03-30 16:38:27 +0200
commit53ba391ce89f322911f671aa1cc38632b9305670 (patch)
treee258f9e2f5c73afd99b56a142324b8fa360ee4e1
parent1dda448a6bc87290fbd8e4b01d219d0eaf024b5b (diff)
downloadptxdist-53ba391ce89f322911f671aa1cc38632b9305670.tar.gz
ptxdist-53ba391ce89f322911f671aa1cc38632b9305670.tar.xz
libcurl: Fix license
curl has its own entry in the SPDX list of licenses. The license is inspired by MIT / X, but only that. Link: https://curl.se/docs/copyright.html Link: https://spdx.org/licenses/curl.html Fixes: 010b50b484c0 ("libcurl: add license information") Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20220330114812.27004-2-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libcurl.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/libcurl.make b/rules/libcurl.make
index cd835256f..d1a4dcfa2 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -22,7 +22,7 @@ LIBCURL_SUFFIX := tar.xz
LIBCURL_URL := https://curl.haxx.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)
LIBCURL_SOURCE := $(SRCDIR)/$(LIBCURL).$(LIBCURL_SUFFIX)
LIBCURL_DIR := $(BUILDDIR)/$(LIBCURL)
-LIBCURL_LICENSE := MIT
+LIBCURL_LICENSE := curl
# ----------------------------------------------------------------------------
# Prepare