GPL Question

puffpio

Golden Member
Dec 21, 1999
1,664
0
0
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?
 

Jzero

Lifer
Oct 10, 1999
18,834
1
0
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
 

DAM

Diamond Member
Jan 10, 2000
6,102
1
76
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()