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.

Michael

>  
>  # 
> ----------------------------------------------------------------------------
>  # Prepare
> -- 
> 2.11.0
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to