From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200318132716.10624-2-ada@thorsis.com> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Fri, 27 Mar 2020 10:52:23 +0100 Subject: Re: [ptxdist] [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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Alexander Dahl Thanks, applied. Michael [sent from post-receive hook] On Fri, 27 Mar 2020 10:52:23 +0100, Alexander Dahl wrote: > 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) \ > _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de