Re: [HACKERS] Readline use in trouble?

From: Peter Eisentraut <e99re41(at)csd(dot)uu(dot)se>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Readline use in trouble?
Date: 1999-10-19 16:24:24
Message-ID: Pine.GSO.3.96.991019181546.24574A-100000@enequist.csd.uu.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>From GPL, section 0:

"Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope."

We are not copying, distributing, or modifying readline.

"The act of running the Program is not restricted, ..."

Writing
char * foo = readline("");
is the same as writing
int bar = system("/bin/gzip");
just that they chose to create their product in a way that you have to use
the former method rather than the latter.

"... and the output from the Program is covered only if its contents
constitute a work based on the Program"

I always thunk that the output of readline is a work based on the user.

Anyway, when the BSD folks get their libedit act together, we can easily
replace one with the other. That was one of the requests by the folks out
there, and I got it done.

-Peter

On Tue, 19 Oct 1999, Bruce Momjian wrote:

> Here is something I read as part of the Alladin Ghostscript 6.0 beta
> release. I must admit I don't understand the logic of the issue. It
> seems the issue is that you can link non-GPL to GPL libraries, but you
> can't distribute the result. Maybe it doesn't apply to us because we
> don't copyright our code.
>
> It seems to suggest that we could be prevented from distributing
> readline in the future. Not sure though.
>
> It sounds like the old US crypto restriction where you couldn't
> distribute software that had hooks in it to add crypto.
>
> Removal of readline would certainly affect psql users.

--
Peter Eisentraut Sernanders vaeg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 1999-10-19 16:27:51 Re: Need refresh on main page...
Previous Message Vince Vielhaber 1999-10-19 15:54:48 Re: Need refresh on main page...