All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] package/dropbear: rework license information
@ 2019-05-29  7:07 yegorslists at googlemail.com
  2019-05-29  9:00 ` Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2019-05-29  7:07 UTC (permalink / raw
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

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 <yegorslists@googlemail.com>
---
Changes v1 -> v2:
  - remove BSD-2-Clause-like license (suggested by Arnout Vandecappelle)

 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..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)
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH v2] package/dropbear: rework license information
  2019-05-29  7:07 [Buildroot] [PATCH v2] package/dropbear: rework license information yegorslists at googlemail.com
@ 2019-05-29  9:00 ` Thomas Huth
  2019-05-30 22:13 ` Peter Korsgaard
  2019-06-06 15:32 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2019-05-29  9:00 UTC (permalink / raw
  To: buildroot

Am Wed, 29 May 2019 09:07:01 +0200
schrieb yegorslists at googlemail.com:

> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> 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 <yegorslists@googlemail.com>
> ---
> Changes v1 -> v2:
>   - remove BSD-2-Clause-like license (suggested by Arnout
> Vandecappelle)
> 
>  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..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)

Ok, that makes even more sense than v1, indeed.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH v2] package/dropbear: rework license information
  2019-05-29  7:07 [Buildroot] [PATCH v2] package/dropbear: rework license information yegorslists at googlemail.com
  2019-05-29  9:00 ` Thomas Huth
@ 2019-05-30 22:13 ` Peter Korsgaard
  2019-06-06 15:32 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-05-30 22:13 UTC (permalink / raw
  To: buildroot

>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 > From: Yegor Yefremov <yegorslists@googlemail.com>
 > 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 <yegorslists@googlemail.com>
 > ---
 > Changes v1 -> v2:
 >   - remove BSD-2-Clause-like license (suggested by Arnout Vandecappelle)

 >  package/dropbear/dropbear.mk | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH v2] package/dropbear: rework license information
  2019-05-29  7:07 [Buildroot] [PATCH v2] package/dropbear: rework license information yegorslists at googlemail.com
  2019-05-29  9:00 ` Thomas Huth
  2019-05-30 22:13 ` Peter Korsgaard
@ 2019-06-06 15:32 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-06-06 15:32 UTC (permalink / raw
  To: buildroot

>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 > From: Yegor Yefremov <yegorslists@googlemail.com>
 > 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 <yegorslists@googlemail.com>
 > ---
 > Changes v1 -> v2:
 >   - remove BSD-2-Clause-like license (suggested by Arnout Vandecappelle)

Committed to 2019.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-06 15:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-29  7:07 [Buildroot] [PATCH v2] package/dropbear: rework license information yegorslists at googlemail.com
2019-05-29  9:00 ` Thomas Huth
2019-05-30 22:13 ` Peter Korsgaard
2019-06-06 15:32 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.