[Buildroot] [PATCH 1/2] package/micropython: Update LICENSE info

Arnout Vandecappelle arnout at mind.be
Sun Sep 26 20:59:30 UTC 2021



On 22/09/2021 10:31, Chris Packham wrote:
> The various micropython ports may include code licensed under different
> licenses compared to the core micropython. List these in MICROPYTHON_LICENSE.
> 
> Signed-off-by: Chris Packham <judge.packham at gmail.com>
> ---
>   package/micropython/micropython.mk | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/package/micropython/micropython.mk b/package/micropython/micropython.mk
> index fa28da9be3..7a752efd69 100644
> --- a/package/micropython/micropython.mk
> +++ b/package/micropython/micropython.mk
> @@ -6,7 +6,10 @@
>   
>   MICROPYTHON_VERSION = 1.14
>   MICROPYTHON_SITE = $(call github,micropython,micropython,v$(MICROPYTHON_VERSION))
> -MICROPYTHON_LICENSE = MIT
> +MICROPYTHON_LICENSE = MIT, Apache-2.0, BSD-1-clause, BSD-3-clause, BSD-4-clause, \
> +		      GPL-2.0 with FreeRTOS exception, GPL-2.0+, GPL-2.0, LGPL-3.0-only, \
> +		      MCD-ST Liberty SW License Agreement V2, MIT + BSD-3-clause, OFL-1.1, \
> +		      PJRC.COM, Zlib

  Actually, we don't use most of those in the Unix build. So I've checked 
everything and stripped it down the ones we really do use, which is just BSD-1c, 
BSD-3c and Zlib in addition to MIT.

  Applied both to master with that fixed.

  Regards,
  Arnout

>   MICROPYTHON_LICENSE_FILES = LICENSE
>   MICROPYTHON_DEPENDENCIES = host-pkgconf libffi $(BR2_PYTHON3_HOST_DEPENDENCY)
>   
> 


More information about the buildroot mailing list