[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: license question

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-10-16 07:05:11 CEST

On Tue, 2002-10-15 at 20:06, ender wrote:
> let me preface this, by stating that i hate license wars, and i support that
> authors be free to make license choices as they see fit.
>
> that said, i had a question regarding subversion licensing. i'm interested in
> releasing a project management app under the gpl that integrates subversion
> via the python api. is it legal to do so, as the apache and gpl licenses are
> incompatible?

I'm really not sure; it hinges on whether distributors of your work are
creating a work derived of your code and Subversion code. On the one
hand, they're clearly both being used as part of the same problem, but
on the other hand, there's no linking step.

At any rate, if all the GPL'd code is yours, you can clear up any
possible problem by adding an exception to the GPL. This is discussed
(with an example) in:

  http://www.gnu.org/licenses/gpl-faq.html#WritingFSWithNFLibs

If you plan to use anyone else's GPL code, you'll have to ask them to
make an exception as well, or decide that there's no legal issue because
there's no linking step, or decide that no one is likely to make an
issue of it regardless.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 16 07:05:52 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.