From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200311132408.11924-2-ada@thorsis.com> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Fri, 27 Mar 2020 10:52:13 +0100 Subject: Re: [ptxdist] [1/3] dropbear: Add license information 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:13 +0100, Alexander Dahl wrote: > The parts written for dropbear itself are MIT licensed, as are those > imported from PuTTY. Some parts come from OpenSSH with BSD 2 clause, > some parts are in the public domain. curve25519 parts from Google are > BSD 3 clause licensed. Everything is explained in the file 'LICENSE'. > > Signed-off-by: Alexander Dahl > --- > > Notes: > Changes since (implicit) v1: > - Added SSH-short as identifier for sshpty.[ch] (Roland Hieber) > - Added loginrec.c which contains the BSD-2-Clause text (Michael Olbrich) > > rules/dropbear.make | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/rules/dropbear.make b/rules/dropbear.make > index 9b7173387..a3b867817 100644 > --- a/rules/dropbear.make > +++ b/rules/dropbear.make > @@ -23,6 +23,10 @@ DROPBEAR_SUFFIX := tar.bz2 > DROPBEAR_URL := http://matt.ucc.asn.au/dropbear/releases/$(DROPBEAR).$(DROPBEAR_SUFFIX) > DROPBEAR_SOURCE := $(SRCDIR)/$(DROPBEAR).$(DROPBEAR_SUFFIX) > DROPBEAR_DIR := $(BUILDDIR)/$(DROPBEAR) > +DROPBEAR_LICENSE := MIT AND BSD-2-Clause AND BSD-3-Clause AND SSH-short > +DROPBEAR_LICENSE_FILES := \ > + file://LICENSE;md5=a5ec40cafba26fc4396d0b550f824e01 \ > + file://loginrec.c;startline=1;endline=26;md5=0d785ee11fab1cead2c7fee9c35574f1 > > # ---------------------------------------------------------------------------- > # Prepare > _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de