2017-06-23 18:24:51 +02:00
---
2017-06-23 18:30:16 +02:00
title: PostgreSQL License
2017-06-23 18:24:51 +02:00
spdx-id: PostgreSQL
description: A very short, BSD-style license, used specifically for PostgreSQL.
how: To use it, say that it is The PostgreSQL License, and then substitute the copyright year and name of the copyright holder into the body of the license. Then put the license into a prominent file ("COPYRIGHT", "LICENSE" or "COPYING" are common names for this file) in your software distribution.
using:
2018-09-24 15:38:35 -07:00
- pgBadger: https://github.com/darold/pgbadger/blob/master/LICENSE
2017-06-24 23:02:26 +02:00
- pgAdmin: https://github.com/postgres/pgadmin4/blob/master/LICENSE
2018-06-29 12:33:23 -07:00
- .NET Access to PostgreSQL: https://github.com/npgsql/npgsql/blob/dev/LICENSE
2017-06-23 18:24:51 +02:00
permissions:
- commercial-use
- modifications
- distribution
- private-use
conditions:
- include-copyright
limitations:
- liability
- warranty
---
2017-11-14 17:41:53 -08:00
PostgreSQL Database Management System
2018-08-11 14:11:55 -07:00
2019-07-09 14:08:08 -05:00
(formerly known as Postgres, then as Postgres95) Portions Copyright (c)
1996-2010,
The PostgreSQL Global Development Group
2017-06-23 18:24:51 +02:00
2017-11-14 17:41:53 -08:00
Portions Copyright (c) 1994, The Regents of the University of California
2017-06-23 18:24:51 +02:00
2017-11-19 13:49:31 -08:00
Permission to use, copy, modify, and distribute this software and its
2018-08-11 14:11:55 -07:00
documentation
for any purpose, without fee, and without a written agreement is hereby
granted,
provided that the above copyright notice and this paragraph and the following
two paragraphs appear in all copies.
2017-11-19 13:49:31 -08:00
IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
2018-08-11 14:11:55 -07:00
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS"
BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE
MAINTENANCE,
2017-11-19 13:49:31 -08:00
SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.