Re: [GENERAL]

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Perry, Hemy" <hemy_perry(at)mentor(dot)com>
Cc: Steven Schlansker <steven(at)likeness(dot)com>, Nedal Slman <nedalslman(at)ymail(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: [GENERAL]
Date: 2014-02-12 15:15:25
Message-ID: 24433.1392218125@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

"Perry, Hemy" <hemy_perry(at)mentor(dot)com> writes:
> Yet there is ONE file (src\backend\parser\gram.h) that goes into the server directory (postgresql\include\server\parser\gram.h) which has a Bison exception in its license that might affect everything that is delivered with this file.
> The exception says:
> Bison Exception:
> "As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception."

> So my understanding is that I must take this file out from the deliverable. Isn't that correct?

No, it isn't.

If you were to generate Postgres' grammar with a custom-modified Bison,
then this wording might require you to honor GPL as well as BSD terms
of distribution for the result. Nobody does that though. Per the
above statement, we can distribute the files generated by stock versions
of Bison under terms of our choice, to wit the Postgres license.

Were this not the case, we wouldn't be using Bison.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Lou Picciano 2014-02-13 04:37:28 Re: Error: pid file is invalid, please manually kill the stale server process.
Previous Message Perry, Hemy 2014-02-12 08:19:42 Re: [GENERAL]

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2014-02-12 15:24:23 Re: function with different return type depending on parameter?
Previous Message Bruce Momjian 2014-02-12 14:14:43 Re: pgsql and asciidoc output