Skip to content

Commit 201c76f

Browse files
authored
switch license to GPL (#17)
* license modifications under GPL
1 parent de09685 commit 201c76f

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

LICENSE.postgresql

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Portions Copyright (c) 2015-2023, Postgres Professional
2+
Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
3+
4+
Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
5+
Portions Copyright (c) 1994, The Regents of the University of California
6+
7+
Permission to use, copy, modify, and distribute this software and its
8+
documentation for any purpose, without fee, and without a written agreement
9+
is hereby granted, provided that the above copyright notice and this
10+
paragraph and the following two paragraphs appear in all copies.
11+
12+
IN NO EVENT SHALL POSTGRES PROFESSIONAL BE LIABLE TO ANY PARTY FOR
13+
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
14+
LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
15+
DOCUMENTATION, EVEN IF POSTGRES PROFESSIONAL HAS BEEN ADVISED OF THE
16+
POSSIBILITY OF SUCH DAMAGE.
17+
18+
POSTGRES PROFESSIONAL SPECIFICALLY DISCLAIMS ANY WARRANTIES,
19+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
20+
AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
21+
ON AN "AS IS" BASIS, AND POSTGRES PROFESSIONAL HAS NO OBLIGATIONS TO
22+
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ cd <path_to_PostgreSQL_source_tree> && git clone https://github.com/pgtoolz/pg_b
8383

8484
## License
8585

86-
This module available under the [GPLv3 license](LICENSE).
86+
This module is available under the [license](LICENSE.postgresql) similar to [PostgreSQL](https://www.postgresql.org/about/license/), but all modification since 18 July 2023 are available under the [GPLv3 license](LICENSE).
8787

8888
## Feedback
8989

0 commit comments

Comments
 (0)