Hello,
I am using swupdate on a closed source system. The swupdate service is run as a systemD service and we link against swupdate.so to use the swupdate IPC library to interact with it from our code.
Looking at the source code I can see that the implementation files have a LGPL licence header and so do the headers that pertain directly to the IPC library.
However, tracing through the makefile I was not 100% sure the resulting swupdate.so contains purely the LGPL code, although when I dumped the symbols from the .so it seemed to only contain LGPL code.
I use the meta-swupdate to build and install the swupdate.so.
Could you confirm that my understanding is correct and the swupdate.so only contains LGPL code please?
Many thanks