diff mbox series

package/dropbear: add missing BSD-3-Clause license

Message ID 20190528124102.21981-1-yegorslists@googlemail.com
State Superseded
Headers show
Series package/dropbear: add missing BSD-3-Clause license | expand

Commit Message

Yegor Yefremov May 28, 2019, 12:41 p.m. UTC
From: Yegor Yefremov <yegorslists@googlemail.com>

According to the LICENSE file curve25519-donna is licensed under
BSD-3-Clause license.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/dropbear/dropbear.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yegor Yefremov May 28, 2019, 12:44 p.m. UTC | #1
On Tue, May 28, 2019 at 2:41 PM <yegorslists@googlemail.com> wrote:
>
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> According to the LICENSE file curve25519-donna is licensed under
> BSD-3-Clause license.
>
> Signed-off-by: Yegor Yefremov <yegorslists@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
Arnout Vandecappelle May 28, 2019, 9:46 p.m. UTC | #2
On 28/05/2019 14:44, Yegor Yefremov wrote:
> On Tue, May 28, 2019 at 2:41 PM <yegorslists@googlemail.com> wrote:
>>
>> From: Yegor Yefremov <yegorslists@googlemail.com>
>>
>> According to the LICENSE file curve25519-donna is licensed under
>> BSD-3-Clause license.
>>
>> Signed-off-by: Yegor Yefremov <yegorslists@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?

 Hm, good question, best answered by the guy who introduced this seven years ago...

 I have no idea.

 I took the version from back then and did a licensecheck on it, and I don't see
anything that could be BSD-2-Clause-like. Maybe it was the bits with "As far as
I am concerned.." that confused me.

 I really don't know what I was smoking back then, because were already a bunch
of files with BSD-3c...

 So, feel free to remove the BSD-2-Clause-like.

 Regards,
 Arnout

> 
> 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
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
Thomas Huth May 29, 2019, 8:33 a.m. UTC | #3
Am Tue, 28 May 2019 14:41:02 +0200
schrieb yegorslists@googlemail.com:

> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> According to the LICENSE file curve25519-donna is licensed under
> BSD-3-Clause license.
> 
> Signed-off-by: Yegor Yefremov <yegorslists@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)

Reviewed-by: Thomas Huth <huth@tuxfamily.org>
diff mbox series

Patch

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)