Thanks, applied. Michael
[sent from post-receive hook] On Fri, 27 Mar 2020 10:52:13 +0100, Alexander Dahl <[email protected]> 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 <[email protected]> > --- > > 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 [email protected]
