diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-01-22 20:24:14 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-01-22 20:24:14 +0000 |
commit | 859a9eb468fd2bc37990b42e1abe3632ba4739f6 (patch) | |
tree | 633e9ce718cbcf963366067d3c385c8329887352 | |
parent | 04c8d4c66082c1717ff73ec0c4eb4b447502c7fd (diff) | |
download | postgresql-859a9eb468fd2bc37990b42e1abe3632ba4739f6.tar.gz postgresql-859a9eb468fd2bc37990b42e1abe3632ba4739f6.zip |
Update FAQ.
-rw-r--r-- | doc/FAQ | 6 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ.html | 6 |
2 files changed, 10 insertions, 2 deletions
@@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Thu Jan 10 18:41:45 EST 2002 + Last updated: Tue Jan 22 15:23:58 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -161,6 +161,10 @@ CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + The above is the BSD license, the classic open-source license. It has + no restrictions on how the source code may be used. We like it and + have no intention of changing it. + 1.3) What Unix platforms does PostgreSQL run on? In general, a modern Unix-compatible platform should be able to run diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 1b78352fccf..7aa9f7661fc 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -14,7 +14,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Thu Jan 10 18:41:45 EST 2002</P> + <P>Last updated: Tue Jan 22 15:23:58 EST 2002</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> @@ -213,6 +213,10 @@ UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.</P> + <P>The above is the BSD license, the classic open-source license. It + has no restrictions on how the source code may be used. We like it + and have no intention of changing it.</P> + <H4><A name="1.3">1.3</A>) What Unix platforms does PostgreSQL run on?</H4> |