Re: Announce: GPL Framework centered on Postgres

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kenneth Downs <ken(at)secdat(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Announce: GPL Framework centered on Postgres
Date: 2006-05-17 03:24:29
Message-ID: 15069.1147836269@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kenneth Downs <ken(at)secdat(dot)com> writes:
> If it turns out that nobody can release a closed source app, I will
> definitely reconsider and look again at LGPL, but I am not convinced you
> cannot do so.

> If you seek to provide a closed source app that is built upon Andromeda,
> you are required to provide the source code to Andromeda itself.
> However, your app is not a derivative work in the strict sense because
> your code is not mixed in with mine in any sense.

This may well be what a sane person would think after perusing the
license text, but you need to be aware that the FSF takes a much more
expansive reading of that text. AFAIK those details haven't been tested
yet in any court of law --- but until a reading is settled by court
precedents, people tend to look to the FSF's interpretation. And the
FSF is on record as saying that if code A depends on code B then B's
GPL license infects A, even for pretty weak values of "depends".
You should carefully read http://www.gnu.org/licenses/gpl-faq.html,
which contains statements such as

If the program dynamically links plug-ins, and they make function
calls to each other and share data structures, we believe they form a
single program, which must be treated as an extension of both the
main program and the plug-ins.

I don't have anything against the GPL's goals, but those goals are very
clearly that the entire software universe should be GPL code. If that's
not what you have in mind, then you should think twice about licensing a
software component (as opposed to a standalone product that isn't meant
to have other code depending on it) under GPL.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2006-05-17 03:30:09 Re: bytea hex input/output
Previous Message Don Y 2006-05-17 03:12:05 Contributing code