The 'Copyright' file says:

> Except where otherwise noted in the source code (e.g. the files hash.c,
> list.c and the trio files, which are covered by a similar licence but
> with different Copyright notices) all the files are:

According to comparison with the license text at SPDX and what Debian
found out, those files are put under ISC license.

Signed-off-by: Alexander Dahl <a...@thorsis.com>
---

Notes:
    + Changes since 2019-05-29 (Message-Id 
<20190510092434.15019-22-...@thorsis.com>):
      - Added hash.c to license files to get the ISC license text (Michael 
Olbrich)

 rules/libxml2.make | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/rules/libxml2.make b/rules/libxml2.make
index 85089547c..dea3616f5 100644
--- a/rules/libxml2.make
+++ b/rules/libxml2.make
@@ -22,7 +22,11 @@ LIBXML2              := libxml2-$(LIBXML2_VERSION)
 LIBXML2_SUFFIX := tar.gz
 LIBXML2_SOURCE := $(SRCDIR)/$(LIBXML2).$(LIBXML2_SUFFIX)
 LIBXML2_DIR    := $(BUILDDIR)/$(LIBXML2)
-LIBXML2_LICENSE        := MIT
+LIBXML2_LICENSE        := MIT AND ISC
+# The file 'COPYING' is just a symlink on the file 'Copyright'
+LIBXML2_LICENSE_FILES := \
+       file://Copyright;md5=2044417e2e5006b65a8b9067b683fcf1 \
+       
file://hash.c;startline=6;endline=15;md5=96f7296605eae807670fb08947829969
 
 LIBXML2_URL := \
        ftp://xmlsoft.org/libxml2/$(LIBXML2).$(LIBXML2_SUFFIX) \
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to