1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-29 07:03:02 +02:00
choosealicense.com/_licenses/postgresql.txt

48 lines
1.7 KiB
Plaintext
Raw Normal View History

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.
2017-06-23 18:24:51 +02:00
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
2017-06-23 18:24:51 +02:00
using:
2020-10-03 10:34:50 +02:00
pgBadger: https://github.com/darold/pgbadger/blob/master/LICENSE
pgAdmin: https://github.com/postgres/pgadmin4/blob/master/LICENSE
2020-10-03 10:47:04 +02:00
.NET Access to PostgreSQL: https://github.com/npgsql/npgsql/blob/main/LICENSE
2017-06-23 18:24:51 +02:00
permissions:
- commercial-use
- modifications
- distribution
- private-use
conditions:
- include-copyright
limitations:
- liability
- warranty
---
2018-10-28 17:20:29 +01:00
PostgreSQL License
2017-06-23 18:24:51 +02:00
Copyright (c) [year], [fullname]
2017-06-23 18:24:51 +02:00
Permission to use, copy, modify, and distribute this software and its
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-06-23 18:36:26 +02:00
IN NO EVENT SHALL [fullname] BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
2017-06-23 18:24:51 +02:00
SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING
2017-06-23 18:36:26 +02:00
OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF [fullname]
2017-06-23 18:24:51 +02:00
HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2017-06-23 18:36:26 +02:00
[fullname] SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
2017-06-23 18:24:51 +02:00
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
2017-06-26 11:13:01 +02:00
AND [fullname] HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
2017-06-23 18:24:51 +02:00
ENHANCEMENTS, OR MODIFICATIONS.