Re: GNU readline and BSD license

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема Re: GNU readline and BSD license
Дата
Msg-id Pine.BSO.4.10.10012302216040.16350-100000@spider.pilosoft.com
обсуждение исходный текст
Ответ на Re: GNU readline and BSD license  (Peter Bierman <bierman@apple.com>)
Ответы Re: GNU readline and BSD license  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Brent Verner
Дата:
Сообщение: Re: oid failures on Alpha solved
Следующее
От: Horst Herb
Дата:
Сообщение: heap_modifytuple() - help needed