From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jEYjF-0001hN-Fd for ptxdist@pengutronix.de; Wed, 18 Mar 2020 14:27:25 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id D8DF24AD8 for ; Wed, 18 Mar 2020 14:27:23 +0100 (CET) Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dc7216XZhR5S for ; Wed, 18 Mar 2020 14:27:20 +0100 (CET) Received: from adahl by ada.ifak-system.com with local (Exim 4.89) (envelope-from ) id 1jEYj6-0002mA-Db for ptxdist@pengutronix.de; Wed, 18 Mar 2020 14:27:16 +0100 From: Alexander Dahl Date: Wed, 18 Mar 2020 14:27:13 +0100 Message-Id: <20200318132716.10624-2-ada@thorsis.com> In-Reply-To: <20200318132716.10624-1-ada@thorsis.com> References: <20200318132716.10624-1-ada@thorsis.com> Subject: [ptxdist] [PATCH 1/4] libxml2: Fix license and add license file hashes List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de 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 --- Notes: + Changes since 2019-05-29 (Message-Id <20190510092434.15019-22-ada@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