From e927f8f14ee4059e8f582453984d96cbf9490a13 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 19 Mar 2007 16:53:03 +0000 Subject: [PATCH] Remove last line of patch license, per Zeugswetter Andreas: "If the patch is not BSD-licensed, it will be rejected." --- doc/FAQ_DEV | 5 ++--- doc/src/FAQ/FAQ_DEV.html | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 1a43bfa6b6..246c37f950 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Mon Mar 5 13:03:51 EST 2007 + Last updated: Mon Mar 19 12:52:30 EDT 2007 Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -138,8 +138,7 @@ 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 the patch is not - BSD-licensed, it will be rejected. + distribute your patch under the BSD license. 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 4e0af3b20e..43ff0c8447 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: Mon Mar 5 13:03:51 EST 2007

+

Last updated: Mon Mar 19 12:52:30 EDT 2007

Current maintainer: Bruce Momjian (bruce@momjian.us)
@@ -191,8 +191,7 @@

  • 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 the patch is not BSD-licensed, it - will be rejected.
  • + patch under the BSD license.
  • Confirm that your changes can pass the regression tests. If your changes are port specific, please list the ports you have tested it -- GitLab