From: Yegor Yefremov Date: Wed, 29 May 2019 07:07:01 +0000 (+0200) Subject: package/dropbear: rework license information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7f136305013d95612ac06dc8622a463383e821a;p=buildroot.git package/dropbear: rework license information According to the LICENSE file curve25519-donna is licensed under BSD-3-Clause license. There is only BSD-2-Clause license mentioned so remove BSD-2-Clause-like. Signed-off-by: Yegor Yefremov Reviewed-by: Thomas Huth Signed-off-by: Peter Korsgaard --- diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk index e10c851606..9c995c3894 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, BSD-3-Clause DROPBEAR_LICENSE_FILES = LICENSE DROPBEAR_TARGET_BINS = dropbearkey dropbearconvert scp DROPBEAR_PROGRAMS = dropbear $(DROPBEAR_TARGET_BINS)