Re: GNU readline and BSD license

From: Alex Pilosov <alex(at)pilosoft(dot)com>
To: Peter Bierman <bierman(at)apple(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: GNU readline and BSD license
Date: 2000-12-31 03:17:53
Message-ID: Pine.BSO.4.10.10012302216040.16350-100000@spider.pilosoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 30 Dec 2000, Peter Bierman wrote:

> At 7:15 PM -0500 12/29/00, Tom Lane wrote:
> >Alfred Perlstein <bright(at)wintelcom(dot)net> writes:
> >> Rasmus Lerdorf warned one of you guys that simply linking to GNU
> >> readline can contaminate code with the GPL.
> >
> >> Readline isn't LGPL which permits linking without lincense issues,
> >> it is GPL which means that if you link to it, you must be GPL as
> >> well.
> >
> >I do not believe that. In fact, I'll go further and say "Horsepucky!"
> >The GPL applies to works that "contain or are derived from" a GPL'd
> >program. Linking to a separately distributed library does not cause
> >psql either to contain or to be derived from libreadline.
>
>
> Some very highly paid lawyers disagree with you.
>
> That doesn't make them right, but keep in mind that no one has defined "derivitive work" in a court of law. And RMS isn't a lawyer.
>
> I agree readline doesn't taint PG, but IMHO, the more distance between the GPL and PG, the better.
OK. For the last time, here's the story about linking, as agreed upon by
almost damn everyone:

a) dynamic linking is kosher, as of GPL2
b) static linking is OK, but you may NOT redistribute resulting libraries.

I hope the above will put the discussion about readline to an end, as
Postgres does not distribute statically linked binaries.

-alex

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Horst Herb 2000-12-31 04:04:57 heap_modifytuple() - help needed
Previous Message Brent Verner 2000-12-31 02:25:35 Re: oid failures on Alpha solved