10 ms·
How does copyleft license work in this case? Aren't they legally required to open-source their sources and publish it publicly or can they hide that behind a re
by quocanh 2y ago
How does copyleft license work in this case? Aren't they legally required to open-source their sources and publish it publicly or can they hide that behind a request system?
- clcaev 2y agoUnlike the full GPL, the LGPL doesn't require applications of the library be licensed under the same. It would apply only to improvements to the library itself.
- fweimer 2y agoIf you ship the library, the requirements for the library itself are very similar to the GPL. The difference you describe mostly applies to system libraries (those libraries that are not distributed alongside applications).
- oaiey 2y agoIMHO a request system is sufficient. Remember GPL comes from a time where Internet was not granted and magazines with floppy disks were a thing.
- thegrim33 2y agoNo, the main requirement is that they link to libfprint dynamically or provide object files such that effectively you can replace libfprint with a different version of libfprint of your choosing, but there's no requirement to open source the work that makes use of libfprint.