Re: [OT] MySQL is bad, but THIS bad?

From: "Mark Woodward" <pgsql(at)mohawksoft(dot)com>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Martijn van Oosterhout" <kleptog(at)svana(dot)org>, "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "Rod Taylor" <pg(at)rbt(dot)ca>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>, "John DeSoi" <desoi(at)pgedit(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [OT] MySQL is bad, but THIS bad?
Date: 2006-05-20 14:41:21
Message-ID: 18729.24.91.171.78.1148136081.squirrel@mail.mohawksoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-hackers

>
> My question is whether psql using libreadline.so has to be GPL, meaning
> the psql source has to be included in a binary distribution.

If I understand what I have been told by lawyers, here's what using a GPL,
and NOT LGPL, library means:

According to RMS, the definition of a derivitive work is one which shares
the same address space when running. The in-memory process separation also
separates works. One may argue this definition, but it is in supporting
documents to the GPL and likely to be considered as the intention of the
GPL in a court of law.

There is no requirement of shipping source with a binary. One must "make
available" the source. This can be done by a web site or alternate CD
distribution. It need not be free, as in beer, but must be free of any
restrictions beyond those of the GPL.

There is no requirement that one would need to make the source of the 3rd
party GPL library available, as it is available from the original source
from whence it was obtained in the first place. Any changes, however,
made, by you, to that library must be made available. (If you do not make
modifications to libreadline, you don't even need to worry about it.)

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Jim C. Nasby 2006-05-20 15:31:09 Re: [OT] MySQL is bad, but THIS bad?
Previous Message Dawid Kuroczko 2006-05-20 12:29:01 Re: [HACKERS] [OT] MySQL is bad, but THIS bad?

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2006-05-20 15:31:09 Re: [OT] MySQL is bad, but THIS bad?
Previous Message Mark Woodward 2006-05-20 13:12:21 Re: String Similarity