Re: [HACKERS] Readline use in trouble?

From: Brook Milligan <brook(at)biology(dot)nmsu(dot)edu>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: petermount(at)it(dot)maidstone(dot)gov(dot)uk, maillist(at)candle(dot)pha(dot)pa(dot)us, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Readline use in trouble?
Date: 1999-10-20 15:37:49
Message-ID: 199910201537.JAA15081@biology.nmsu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Good question. The GPL contains a clause to the effect that "mere
aggregation" of a GPL'd piece of code in a source distribution with
unrelated pieces of code is OK, even if those other pieces of code
are not GPL'd. But the contrib directory is not exactly unrelated
to the main Postgres distribution, so I'm not sure that we can point
to this clause to justify putting a GPL'd program in contrib. It'd
be a gray area...

The problem only comes if I, for example, want to distribute all of
postgresql (contrib included) in a non-source (i.e., proprietary) way.
That is fine if contrib includes no GPL code; if it does, I need to
distribute the code for that portion only. Thus, if we want to
maintain as broad a potential as possible (including non-source
distributions) we need to encourage adoption of the BSD license for
all source.

To make it easier for those distributing postgresql to keep track of
this stuff, perhaps we need a gnu (or gpl) directory (like or under
contrib) in which would go GPL code. Then it would be crystal clear
which portion of the code has which restrictions. It would also be
clear that this is an aggregation. This is the mechanism used by
NetBSD for their code tree, which does include some gnu software.

Still, encouraging non-GPL contrib stuff is a good thing in order to
maintain future options, because GPL contrib code _cannot_ be added to
the main tree without affecting the distribution of the entire thing.

Cheers,
Brook

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-10-20 15:38:00 Planning final assault on query length limits
Previous Message Vince Vielhaber 1999-10-20 14:52:14 Re: [HACKERS] Readline use in trouble?