Re: GNU readline and BSD license - Mailing list pgsql-hackers

From Alex Pilosov
Subject Re: GNU readline and BSD license
Date
Msg-id Pine.BSO.4.10.10012302216040.16350-100000@spider.pilosoft.com
Whole thread Raw
In response to Re: GNU readline and BSD license  (Peter Bierman <bierman@apple.com>)
Responses Re: GNU readline and BSD license  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Sat, 30 Dec 2000, Peter Bierman wrote:

> At 7:15 PM -0500 12/29/00, Tom Lane wrote:
> >Alfred Perlstein <bright@wintelcom.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'ta 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



pgsql-hackers by date:

Previous
From: Brent Verner
Date:
Subject: Re: oid failures on Alpha solved
Next
From: Horst Herb
Date:
Subject: heap_modifytuple() - help needed