Hello Michael,

Am Mittwoch, 29. Mai 2019, 09:49:23 CEST schrieb Michael Olbrich:
> On Fri, May 10, 2019 at 11:24:06AM +0200, 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 <a...@thorsis.com>
> > ---
> > 
> >  rules/dropbear.make | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/rules/dropbear.make b/rules/dropbear.make
> > index c1ad614ef..016c4d713 100644
> > --- a/rules/dropbear.make
> > +++ b/rules/dropbear.make
> > @@ -25,6 +25,8 @@ 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
> > +DROPBEAR_LICENSE_FILES     :=
> > file://LICENSE;md5=a5ec40cafba26fc4396d0b550f824e01
> The license text for BSD-2-Clause is missing.

It is not in the file LICENSE, but as stated in that file applies to 
loginrec.c, loginrec.h, atomicio.h, and atomicio.c. Each of those files 
contains the license text. Just pick one and add it to DROPBEAR_LICENSE_FILES?

Greets
Alex


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to