diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-03-02 17:51:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-03-02 17:51:56 +0000 |
commit | 23ef7b6cf4b673964482d42bc7f3f82d223d3e5d (patch) | |
tree | b51709e5188f0ad5c2b42d9ec2ec6947b56a4916 /doc/src/FAQ/FAQ_DEV.html | |
parent | 50acd427a5e84281c781f59b542e826a5fb36b5b (diff) | |
download | postgresql-23ef7b6cf4b673964482d42bc7f3f82d223d3e5d.tar.gz postgresql-23ef7b6cf4b673964482d42bc7f3f82d223d3e5d.zip |
in FAQ_DEV, mention we don't want non-BSD-compatible licensed patches.
Diffstat (limited to 'doc/src/FAQ/FAQ_DEV.html')
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 9a2960e5f6a..a58ea39756c 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Wed Feb 28 12:27:44 EST 2007</P> + <P>Last updated: Fri Mar 2 12:51:32 EST 2007</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR> @@ -194,8 +194,9 @@ to the public PostgreSQL mailling lists, you are giving the PostgreSQL Global Development Group the non-revokable right to distribute your patch under the BSD license. If you use code that is available under - some other license that is BSD compatible (eg. public domain), please - note that in your email submission.</li> + a BSD-compatible license (eg. public domain), please note that in your + email submission. If the license is not BSD-compatible (e.g. GPL), + please do not post the patch.</li> <li>Confirm that your changes can pass the regression tests. If your changes are port specific, please list the ports you have tested it |