From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 1025b4,43ae7f61992b3213 X-Google-Attributes: gid1025b4,public X-Google-Thread: 103376,faf964ea4531e6af X-Google-Attributes: gid103376,public From: owinebar@ezinfo.ucs.indiana.edu (Lynn Winebarger) Subject: Re: GPL and "free" software Date: 1999/04/27 Message-ID: <7g2v6u$a3p$1@flotsam.uits.indiana.edu>#1/1 X-Deja-AN: 471259636 References: <7fibd5$jc7$1@news2.tor.accglobal.net> <7g268b$n1e$1@nnrp1.dejanews.com> <7g2epv$k11$1@netnews.upenn.edu> <7g2l0f$58g$1@nnrp1.dejanews.com> Organization: Indiana University, Bloomington Newsgroups: comp.lang.ada,gnu.misc.discuss Date: 1999-04-27T00:00:00+00:00 List-Id: In article <7g2l0f$58g$1@nnrp1.dejanews.com>, Robert Dewar wrote: >But in fact C is NOT free to further distribute this >software, since C does not hold a license. C has been >granted a license neither by B nor by A, thus C cannot >copy the software at all. No, C _is_ free to do so. The GPL is granted to everyone - it's a license on the copyright, not a particular copy. That is C has, in fact, been granted a license by A, regardless of what B told them, or intends. At least, it has been granted a license to the original work, and copyrights apply to derivative works as well (not necessarily the bare modifications, but the derivative work itself, after modification). Of course, IANAL. Lynn