Re: new food for the contrib/ directory - Mailing list pgsql-hackers

From Tom Lane
Subject Re: new food for the contrib/ directory
Date
Msg-id 11572.1019139657@sss.pgh.pa.us
Whole thread Raw
In response to Re: new food for the contrib/ directory  (Andreas Scherbaum <adsmail@htl.de>)
List pgsql-hackers
Andreas Scherbaum <adsmail@htl.de> writes:
> Justin Clift wrote:
>> Did we reach an opinion as to whether we'll include GPL'd code?
>> 
>> My vote is to not include this code, as it just muddies the water with
>> PostgreSQL being BSD based.

> Hmm, there's enough GPL'ed stuff in contrib/ ;-)

Indeed, the core committee recently agreed that we should try to ensure
that the whole distribution is under the same BSD license.  I have a
TODO item to contact the authors of the existing GPL'd contrib modules,
and if possible get them to agree to relicense.  If not, those modules
will be removed from contrib.

There are other possible homes for contrib modules whose authors
strongly prefer GPL.  For example, Red Hat's add-ons for Postgres will
be GPL (per corporate policy), and I expect that they'd be willing to
host contrib modules.  But the core distribution will be straight BSD
to avoid license confusion.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Index Scans become Seq Scans after VACUUM ANALYSE
Next
From: Tom Lane
Date:
Subject: Re: another optimizer question