Re: contrib/pg_filedump - PostgreSQL File Dump Utility

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Patrick Macdonald <patrickm(at)redhat(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches(at)postgresql(dot)org, darcy(at)druid(dot)net
Subject: Re: contrib/pg_filedump - PostgreSQL File Dump Utility
Date: 2002-02-06 23:18:52
Message-ID: 9507.1013037532@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> A larger issue is that this code wants to be in contrib. I don't see
> any other GPL code in contrib.

You didn't look very hard then; a grep for 'General Public License' finds

contrib/array/README.array_iterator: This software is distributed under the GNU General Public License
contrib/array/array_iterator.c: * This software is distributed under the GNU General Public License
contrib/miscutil/misc_utils.c: * This file is distributedunder the GNU General Public License
contrib/miscutil/README.misc_utils: This software is distributed under the GNU General Public License
contrib/miscutil/misc_utils.sql.in: -- This file is distributed under the GNU General Public License
contrib/string/string_io.c: * This software is distributed under the GNU General Public License
contrib/string/README.string_io: This software is distributed under the GNU General Public License
contrib/string/string_io.sql.in: -- This file is distributed under the GNU General Public License
contrib/tools/find-sources: # it under the terms of the GNU General Public License as published by
contrib/tools/find-sources: # GNU General Public License for more details.
contrib/tools/find-sources: # You should have received a copy of the GNU General Public License
contrib/tsearch/dict/porter_english.dct: * modify it under the terms of the GNU General Public License as
contrib/tsearch/dict/porter_english.dct: * GNU General Public License for more details.
contrib/tsearch/dict/porter_english.dct: * You should have received a copy of the GNU General Public License
contrib/userlock/user_locks.c: * This software is distributed under the GNU General Public License
contrib/userlock/README.user_locks: This software is distributed under the GNU General Public License
contrib/userlock/user_locks.sql.in: -- This file is distributed under the GNU General Public License

as well as hits in ODBC, some autoconf input files, and flex and bison
output files. The autoconf/flex/bison hits are not a problem because
those have special exemption clauses in their licenses. And ODBC uses
LGPL, which doesn't have the "viral" properties of GPL, so it's not a
threat to the rest of our distribution.

I do have concerns about including these six contrib modules in our
distribution, however. It could be argued that the terms of the GPL
forbid that.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-02-06 23:22:49 Re: contrib/pg_filedump - PostgreSQL File Dump Utility
Previous Message Bruce Momjian 2002-02-06 23:06:49 Re: contrib/pg_filedump - PostgreSQL File Dump Utility