in reply to Using GPL'd Perl Modules in Commercial Software
In an object-oriented language such as Java, if I use a class that is GPL'ed without modifying, and subclass it, in what way does the GPL affect the larger program?
Subclassing is creating a derivative work. Therefore, the terms of the GPL affect the whole program where you create a subclass of a GPL'ed class.
If I interpret this correctly, this means you can't use a GPL'd module in a non-GPL'd program, does it not?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Using GPL'd Perl Modules in Commercial Software
by maverick (Curate) on Feb 18, 2002 at 00:44 UTC | |
by belg4mit (Prior) on Feb 18, 2002 at 02:07 UTC |