From 23ef7b6cf4b673964482d42bc7f3f82d223d3e5d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 2 Mar 2007 17:51:56 +0000 Subject: [PATCH] in FAQ_DEV, mention we don't want non-BSD-compatible licensed patches. --- doc/FAQ_DEV | 7 ++++--- doc/src/FAQ/FAQ_DEV.html | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index b5ed40441c..aded1d260f 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Wed Feb 28 12:27:44 EST 2007 + Last updated: Fri Mar 2 12:51:32 EST 2007 Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -140,8 +140,9 @@ General Questions 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. + 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. 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 9a2960e5f6..a58ea39756 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@

Developer's Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Wed Feb 28 12:27:44 EST 2007

+

Last updated: Fri Mar 2 12:51:32 EST 2007

Current maintainer: Bruce Momjian (bruce@momjian.us)
@@ -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. + 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.

  • Confirm that your changes can pass the regression tests. If your changes are port specific, please list the ports you have tested it -- GitLab