Message ID | 20240924081505.475085-1-stefano.babic@swupdate.org |
---|---|
State | Accepted |
Headers | show |
Series | Fix license for libswupdate | expand |
Hi Stefano, LGTM, thank you. Cheers, Mark > -----Ursprüngliche Nachricht----- > Von: swupdate@googlegroups.com <swupdate@googlegroups.com> Im > Auftrag von Stefano Babic > Gesendet: Dienstag, 24. September 2024 10:15 > An: swupdate@googlegroups.com > Cc: Stefano Babic <stefano.babic@swupdate.org>; Jonas Mark (BT- > FS/ENG1-Mue) <Mark.Jonas@de.bosch.com> > Betreff: [swupdate] [PATCH] Fix license for libswupdate > > The library contains some MIT code and this must be tracked in the > lst of license. The library itself is licensed under LGPLv2.1. > > Signed-off-by: Stefano Babic <stefano.babic@swupdate.org> > Reported-by: Jonas Mark (BT-FS/ENG1-Mue) <Mark.Jonas@de.bosch.com> > --- > recipes-support/swupdate/swupdate.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-support/swupdate/swupdate.inc b/recipes- > support/swupdate/swupdate.inc > index a981818..c3b56f2 100644 > --- a/recipes-support/swupdate/swupdate.inc > +++ b/recipes-support/swupdate/swupdate.inc > @@ -7,7 +7,7 @@ DEPENDS += "libconfig zlib libubootenv json-c" > # > https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsb > abic.github.io%2Fswupdate%2Flicensing.html&data=05%7C02%7Cmark.jonas > %40de.bosch.com%7C974fe16763de4be7493708dcdc71034f%7C0ae51e1907c84e4 > bbb6d648ee58410f4%7C0%7C0%7C638627626659273688%7CUnknown%7CTWFpbGZsb > 3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3 > D%7C60000%7C%7C%7C&sdata=PG%2FjNN9FteQKv1BWl3U3jyOTmjqifdKuUJr4F4YBN > GI%3D&reserved=0 > # rst form: file://doc/source/licensing.rst LICENSE = "GPL-2.0-or- > later & LGPL-2.1-only & MIT" > -LICENSE:${PN}-lua = "LGPL-2.1-only" > +LICENSE:${PN}-lua = "LGPL-2.1-only & MIT" > LICENSE:${PN}-www = "MIT" > > LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0- > only.txt;md5=4ee23c52855c222cba72583d301d2338 \ > -- > 2.34.1 > > -- > You received this message because you are subscribed to the Google > Groups "swupdate" group. > To unsubscribe from this group and stop receiving emails from it, > send an email to swupdate+unsubscribe@googlegroups.com. > To view this discussion on the web visit > https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgr > oups.google.com%2Fd%2Fmsgid%2Fswupdate%2F20240924081505.475085-1- > stefano.babic%2540swupdate.org&data=05%7C02%7Cmark.jonas%40de.bosch. > com%7C974fe16763de4be7493708dcdc71034f%7C0ae51e1907c84e4bbb6d648ee58 > 410f4%7C0%7C0%7C638627626659313706%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiM > C4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C60000%7C > %7C%7C&sdata=YkPfqXEOKEgowBTe%2F2Koa0IqowKfaRQ7m8pdTDEgeBQ%3D&reserv > ed=0.
diff --git a/recipes-support/swupdate/swupdate.inc b/recipes-support/swupdate/swupdate.inc index a981818..c3b56f2 100644 --- a/recipes-support/swupdate/swupdate.inc +++ b/recipes-support/swupdate/swupdate.inc @@ -7,7 +7,7 @@ DEPENDS += "libconfig zlib libubootenv json-c" # 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:${PN}-lua = "LGPL-2.1-only" +LICENSE:${PN}-lua = "LGPL-2.1-only & MIT" LICENSE:${PN}-www = "MIT" LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=4ee23c52855c222cba72583d301d2338 \
The library contains some MIT code and this must be tracked in the lst of license. The library itself is licensed under LGPLv2.1. Signed-off-by: Stefano Babic <stefano.babic@swupdate.org> Reported-by: Jonas Mark (BT-FS/ENG1-Mue) <Mark.Jonas@de.bosch.com> --- recipes-support/swupdate/swupdate.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.34.1