[Buildroot] [PATCH 1/1] package/hackrf: replace BSD-3c by BSD-3-Clause

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Nov 21 20:38:27 UTC 2021


On Sat, 20 Nov 2021 12:30:28 +0100
Fabrice Fontaine <fontaine.fabrice at gmail.com> wrote:

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
> ---
>  package/hackrf/hackrf.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/hackrf/hackrf.mk b/package/hackrf/hackrf.mk
> index b83f6518e8..391bddcdb0 100644
> --- a/package/hackrf/hackrf.mk
> +++ b/package/hackrf/hackrf.mk
> @@ -7,7 +7,7 @@
>  HACKRF_VERSION = 2018.01.1
>  HACKRF_SITE = https://github.com/mossmann/hackrf/releases/download/v$(HACKRF_VERSION)
>  HACKRF_SOURCE = hackrf-$(HACKRF_VERSION).tar.xz
> -HACKRF_LICENSE = GPL-2.0+ BSD-3c
> +HACKRF_LICENSE = GPL-2.0+ BSD-3-Clause

Applied, but there is another nit here: the license list should be
comma separated, not space-separated.

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com


More information about the buildroot mailing list