|
I've been wondering about something. As I understand it, the GPL license requires all derivatives (even if by inheritance) of software to be open source. Since it includes inheritance, library-type projects such as glibc (the GNU C library) and nusoap are often licensed under weaker licenses, such as the LGPL.
Anyway, so let's say somebody creates a PHP class, say, a captcha script. The author licenses it under the GPL, and releases it to the public. I come along, download this PHP captcha class, and use it in my website's registration area. Wouldn't I have therefore created a derivative work, and legally, wouldn't I have to release the source code (PHP) of my website?
__________________
The interlocking pieces of web development: usability, performance, accessibility, and standards.
Last edited by frost : 12-16-2007 at 06:42 AM.
Reason: tyypo
|