• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

GPL Question

puffpio

Golden Member
There is a GPL'ed kernel module that controls a computer card
Then there is an LGPL'ed API that is used to talk to the card and write programs.


If I write a program that uses that API, my code does not become GPL'ed or LGPL'ed right? Since the LGPL'ed API is the one speaking to the GPL'ed kernel module, and not my program directly, I'm OK?
 
I'm pretty sure as long as your module doesn't use code from the GNU modules, your code can remain proprietary and closed. However, if you were to package your program with the GNU modules, you probably would be required to release your program under the GPL.

*IANAL
 
Since you are using the LGPL API to write your program then your program automatically falls under the LGPL restrictions, but not the GPL ones.



dam()
 
Back
Top