diff mbox series

[meta-swupdate,2/3] swupdate: Add missing licenses in LICENSE

Message ID 20241114123950.40084-3-mark.jonas@de.bosch.com
State Accepted
Delegated to: Stefano Babic
Headers show
Series Complete swupdate recipe licenses | expand

Commit Message

mark.jonas Nov. 14, 2024, 12:39 p.m. UTC
From: Ricardo Simoes <ricardo.simoes@pt.bosch.com>

By grep'ing the source the following licenses are used in the source
code but are not listed in the LICENSE variable.

- GPL-2.0-or-later: Used throughout the code
- LGPL-2.1-or-later: Used throughout the code
- ISC: Used by strlcpy.c
- BSD-1-Clause: Used in the fs module
- BSD-3-Clause: Used by bsdqueue

Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com>
Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
---
 recipes-support/swupdate/swupdate.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate.inc b/recipes-support/swupdate/swupdate.inc
index 70e87c1..d9c632b 100644
--- a/recipes-support/swupdate/swupdate.inc
+++ b/recipes-support/swupdate/swupdate.inc
@@ -6,7 +6,7 @@  DEPENDS += "libconfig zlib libubootenv json-c"
 # SWUpdate licensing is described in the following pages:
 # https://sbabic.github.io/swupdate/licensing.html
 # rst form: file://doc/source/licensing.rst
-LICENSE = "GPL-2.0-or-later & LGPL-2.1-only & MIT"
+LICENSE = "GPL-2.0-only & GPL-2.0-or-later & LGPL-2.1-or-later & LGPL-2.1-only & MIT & ISC & BSD-1-Clause & BSD-3-Clause"
 LICENSE:${PN}-lua = "LGPL-2.1-only & MIT"
 LICENSE:${PN}-www = "MIT"