All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] external-arm-toolchain: convert remaining licenses to SPDX
@ 2022-02-24 17:24 Denys Dmytriyenko
  2022-02-25  5:21 ` [meta-arm] " Sumit Garg
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2022-02-24 17:24 UTC (permalink / raw)
  To: meta-arm; +Cc: Denys Dmytriyenko

As automated script missed those.
Also, correct GPLv3 to actually be GPL-3.0-only for toolchain components.

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
---
 .../recipes-devtools/external-arm-toolchain/license.inc   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/license.inc b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/license.inc
index 10f2542..4260dc7 100644
--- a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/license.inc
+++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/license.inc
@@ -1,9 +1,9 @@
 LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only & GPL-2.0-only & LGPL-3.0-only & LGPL-2.1-only & LGPL-2.0-only"
 
-EAT_BFD_LICENSE = "GPL-3.0"
-EAT_GCC_LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
-EAT_GDB_LICENSE = "GPL-3.0"
-EAT_LIBC_LICENSE = "GPLv2 & LGPLv2.1"
+EAT_BFD_LICENSE = "GPL-3.0-only"
+EAT_GCC_LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only"
+EAT_GDB_LICENSE = "GPL-3.0-only"
+EAT_LIBC_LICENSE = "GPL-2.0-only & LGPL-2.1-only"
 EAT_RLE_LICENSE = "GPL-3.0-with-GCC-exception"
 
 LICENSE:${PN} = "${EAT_LIBC_LICENSE}"
-- 
2.25.1



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

end of thread, other threads:[~2022-02-28 14:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-24 17:24 [PATCH] external-arm-toolchain: convert remaining licenses to SPDX Denys Dmytriyenko
2022-02-25  5:21 ` [meta-arm] " Sumit Garg
2022-02-25 21:20   ` Denys Dmytriyenko
2022-02-28 14:32     ` Jon Mason

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.