aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-03-03 16:12:37 +0000
committerBruce Momjian <bruce@momjian.us>2007-03-03 16:12:37 +0000
commitbb8b5b83daa7da58381d13387f4d66846c068b10 (patch)
tree1333fab6df8766b237f213d64989fd8d49b9c97b
parentb7f73bedc8ce638abceb5bd9b3d4d808a94ea066 (diff)
downloadpostgresql-bb8b5b83daa7da58381d13387f4d66846c068b10.tar.gz
postgresql-bb8b5b83daa7da58381d13387f4d66846c068b10.zip
Update license wording in FAQ_DEV.
-rw-r--r--doc/FAQ_DEV8
-rw-r--r--doc/src/FAQ/FAQ_DEV.html8
2 files changed, 6 insertions, 10 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV
index 0b4ec0a252b..31284a8f435 100644
--- a/doc/FAQ_DEV
+++ b/doc/FAQ_DEV
@@ -1,7 +1,7 @@
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Fri Mar 2 16:03:49 EST 2007
+ Last updated: Sat Mar 3 11:12:29 EST 2007
Current maintainer: Bruce Momjian (bruce@momjian.us)
@@ -139,10 +139,8 @@ General Questions
4. PostgreSQL is licensed under a BSD license. By posting a patch 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 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.
+ distribute your patch under the BSD license. If the patch is not
+ BSD-licensed, it will be rejected.
5. Confirm that your changes can pass the regression tests. If your
changes are port specific, please list the ports you have tested
it on.
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html
index fe9a459719e..eb4ad5b7af5 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: Fri Mar 2 16:03:49 EST 2007</P>
+ <P>Last updated: Sat Mar 3 11:12:29 EST 2007</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
@@ -193,10 +193,8 @@
<li>PostgreSQL is licensed under a BSD license. By posting a patch
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
- 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>
+ patch under the BSD license. If the patch is not BSD-licensed, it
+ will be rejected.</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