in reply to Derivative Works and Perl Modules
In general, I think the rule (most people think, anyway) is that dynamic linking does not create a derivitive work, whereas static linking (or textual inclusion of source) does.
Perl is never staticly linked, in the normal case, so simple "use"ing of a module doesn't do it.
IANAL, of course.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Derivative Works and Perl Modules
by Anonymous Monk on Jan 03, 2003 at 02:43 UTC | |
by Elian (Parson) on Jan 03, 2003 at 20:45 UTC | |
Re: Re: Derivative Works and Perl Modules
by davis (Vicar) on Jan 03, 2003 at 10:07 UTC | |
by Elian (Parson) on Jan 03, 2003 at 20:35 UTC |