From: Felicitas Jung <[email protected]> the libpng license differs in word, but chose it anyway as content wise all points are dealt with in a similar way.
Signed-off-by: Felicitas Jung <[email protected]> [rhi: too different from libpng license, classify as custom. Also use the whole LICENSE file.] Reviewed-by: Roland Hieber <[email protected]> Signed-off-by: Roland Hieber <[email protected]> --- PATCH v2: - use "custom" instead of "unknown" PULL v1: https://lore.ptxdist.org/ptxdist/[email protected] --- rules/libmng.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/libmng.make b/rules/libmng.make index c89ff198a5b4..e4515c314ee4 100644 --- a/rules/libmng.make +++ b/rules/libmng.make @@ -21,6 +21,8 @@ LIBMNG_SUFFIX := tar.bz2 LIBMNG_URL := $(call ptx/mirror, SF, libmng/$(LIBMNG).$(LIBMNG_SUFFIX)) LIBMNG_SOURCE := $(SRCDIR)/$(LIBMNG).$(LIBMNG_SUFFIX) LIBMNG_DIR := $(BUILDDIR)/$(LIBMNG) +LIBMNG_LICENSE := custom +LIBMNG_LICENSE_FILES := file://LICENSE;md5=32becdb8930f90eab219a8021130ec09 # ---------------------------------------------------------------------------- # Prepare -- 2.30.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
