diff mbox series

arm/trusted-firmware-a: update LICENSE entry

Message ID 20240830155148.24392-1-jon.mason@arm.com
State New
Headers show
Series arm/trusted-firmware-a: update LICENSE entry | expand

Commit Message

Jon Mason Aug. 30, 2024, 3:51 p.m. UTC
As pointed out by Denys Dmytriyenko, the LICENSE entry in
trusted-firmware-a is not accurate.  docs/license.rst specifies the
licenses to be BSD 3 Clause for the project, with code from other
projects imported as:
libc BSD-3-Clause
libfdt BSD-2-Clause
LLVM BSD-3-Clause
zlib BSD-3-Clause
STMicroelectronics platform source code BSD-3-Clause
Linux source  MIT
DICE Apache 2.0

Note: these are the license the code is imported with (according to
license.rst), not a listing of the license(s) of those sources.

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Denys Dmytriyenko Aug. 30, 2024, 7:53 p.m. UTC | #1
On Fri, Aug 30, 2024 at 11:51:48AM -0400, Jon Mason wrote:
> As pointed out by Denys Dmytriyenko, the LICENSE entry in
> trusted-firmware-a is not accurate.  docs/license.rst specifies the
> licenses to be BSD 3 Clause for the project, with code from other
> projects imported as:
> libc BSD-3-Clause
> libfdt BSD-2-Clause
> LLVM BSD-3-Clause
> zlib BSD-3-Clause
> STMicroelectronics platform source code BSD-3-Clause
> Linux source  MIT
> DICE Apache 2.0
> 
> Note: these are the license the code is imported with (according to
> license.rst), not a listing of the license(s) of those sources.
> 
> Signed-off-by: Jon Mason <jon.mason@arm.com>

Acked-by: Denys Dmytriyenko <denys@konsulko.com>


> ---
>  meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc
> index 80d41f328afa..f90b588444a4 100644
> --- a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc
> +++ b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc
> @@ -1,5 +1,5 @@
>  DESCRIPTION = "Trusted Firmware-A"
> -LICENSE = "BSD-3-Clause & MIT"
> +LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT & Apache-2.0"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> -- 
> 2.39.3 (Apple Git-146)
Jon Mason Sept. 3, 2024, 3:32 p.m. UTC | #2
On Fri, 30 Aug 2024 11:51:48 -0400, Jon Mason wrote:
> As pointed out by Denys Dmytriyenko, the LICENSE entry in
> trusted-firmware-a is not accurate.  docs/license.rst specifies the
> licenses to be BSD 3 Clause for the project, with code from other
> projects imported as:
> libc BSD-3-Clause
> libfdt BSD-2-Clause
> LLVM BSD-3-Clause
> zlib BSD-3-Clause
> STMicroelectronics platform source code BSD-3-Clause
> Linux source  MIT
> DICE Apache 2.0
> 
> [...]

Applied, thanks!

[1/1] arm/trusted-firmware-a: update LICENSE entry
      commit: f741b4d8b92caf13aff99c11303a08385aabb09f

Best regards,
diff mbox series

Patch

diff --git a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc
index 80d41f328afa..f90b588444a4 100644
--- a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc
+++ b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc
@@ -1,5 +1,5 @@ 
 DESCRIPTION = "Trusted Firmware-A"
-LICENSE = "BSD-3-Clause & MIT"
+LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT & Apache-2.0"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"