[Buildroot] [PATCH] package/dropbear: add missing BSD-3-Clause license

Yegor Yefremov yegorslists at googlemail.com
Tue May 28 12:44:55 UTC 2019


On Tue, May 28, 2019 at 2:41 PM <yegorslists at googlemail.com> wrote:
>
> From: Yegor Yefremov <yegorslists at googlemail.com>
>
> According to the LICENSE file curve25519-donna is licensed under
> BSD-3-Clause license.
>
> Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
> ---
>  package/dropbear/dropbear.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk
> index e10c851606..c1a27f85c5 100644
> --- a/package/dropbear/dropbear.mk
> +++ b/package/dropbear/dropbear.mk
> @@ -7,7 +7,7 @@
>  DROPBEAR_VERSION = 2019.78
>  DROPBEAR_SITE = https://matt.ucc.asn.au/dropbear/releases
>  DROPBEAR_SOURCE = dropbear-$(DROPBEAR_VERSION).tar.bz2
> -DROPBEAR_LICENSE = MIT, BSD-2-Clause-like, BSD-2-Clause
> +DROPBEAR_LICENSE = MIT, BSD-2-Clause-like, BSD-2-Clause, BSD-3-Clause
>  DROPBEAR_LICENSE_FILES = LICENSE
>  DROPBEAR_TARGET_BINS = dropbearkey dropbearconvert scp
>  DROPBEAR_PROGRAMS = dropbear $(DROPBEAR_TARGET_BINS)
> --
> 2.17.0
>

Btw what part of the LICENSE file shows at BSD-2-Clause-like license?

I see only this:

loginrec.c
loginrec.h
atomicio.h
atomicio.c
and strlcat() (included in util.c) are from OpenSSH 3.6.1p2, and are licensed
under the 2 point BSD license.

loginrec is written primarily by Andre Lucas, atomicio.c by Theo de Raadt.

strlcat() is (c) Todd C. Miller

Regards,
Yegor


More information about the buildroot mailing list