LGPL ?
I've been looking into using a library to provide some of the base funcionality for a proprietary application that I'm developing. Since the library is under the GNU Lesser General Public License is it true that I can use it to access the library's functionality from my proprietary application without having my application fall into a LGPL or GPL license requirement?
[Edited by - toxy on September 14, 2005 11:39:42 AM]
Quote: Original post by Kwizatz
Yes, as long as you link to a shared version of it.
Do You mean just add text in documents or in credits about this LGPL library?
No. He means "so long as you leave the library in a DLL", rather than statically link against it. The idea being that you should be able to drop in a freshly built version of the library and have your program work. If it doesn't, then you must provide the source to whatever code is needed to make it work, ranging from changes you may have made to the library right up to your entire source code if you statically linked to the library.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement