mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Clarify copyright wording.
This commit is contained in:
13
doc/FAQ
13
doc/FAQ
@ -1,7 +1,7 @@
|
||||
|
||||
Frequently Asked Questions (FAQ) for PostgreSQL
|
||||
|
||||
Last updated: Mon Nov 21 15:44:03 EST 2005
|
||||
Last updated: Mon Nov 21 15:51:32 EST 2005
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
@ -103,11 +103,12 @@
|
||||
|
||||
1.2) What is the copyright of PostgreSQL?
|
||||
|
||||
PostgreSQL is distributed under the classic BSD license. It has no
|
||||
restrictions on how the source code can be used. We like it and have
|
||||
no intention of changing it.
|
||||
|
||||
This is the BSD license we use:
|
||||
PostgreSQL is distributed under the classic BSD license. Basically, it
|
||||
allows users to do anything they want with the code, including
|
||||
reselling binaries without the source code. The only restriction is
|
||||
that you not hold us legally liable for problems with the software.
|
||||
There is also the requirement that this copyright appear in all copies
|
||||
of the software. Here is the actual BSD license we use:
|
||||
|
||||
PostgreSQL Data Base Management System
|
||||
|
||||
|
Reference in New Issue
Block a user