Skip to content

Commit 4a607d4

Browse files
committed
Doc: Add diskquota license for ASF compliance
Add diskquota extension license information to comply with Apache release requirements. Changes: - Add diskquota entry to top-level LICENSE file under Greenplum section - Create licenses/LICENSE-diskquota.txt with PostgreSQL License text - Add gpcontrib/diskquota/** to pom.xml excludes for apache-rat checks The diskquota extension is licensed under the PostgreSQL License, originally developed by Pivotal Software and VMware.
1 parent 2f048ec commit 4a607d4

3 files changed

Lines changed: 40 additions & 1 deletion

File tree

LICENSE

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,18 @@ The Greenplum Database software includes:
311311
gpcontrib/orafce/*
312312
see licenses/LICENSE-orafce.txt
313313

314-
----------------------------
314+
----------------------------
315315
BSD 3 Clause License
316316

317317
gpcontrib/gpcloud/test/googletest
318318
see licenses/LICENSE-googletest.txt
319319

320+
----------------------------
321+
PostgreSQL License
322+
323+
gpcontrib/diskquota/*
324+
see licenses/LICENSE-diskquota.txt
325+
320326
================================================================================
321327
Apache Cloudberry includes codes from
322328

licenses/LICENSE-diskquota.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Copyright (c) 2004-2020 Pivotal Software, Inc.
2+
Copyright (c) 2020-Present VMware, Inc. or its affiliates
3+
4+
diskquota is licensed under the PostgreSQL license, the same license
5+
as PostgreSQL. It contains parts of PostgreSQL source code. A copy of
6+
the license is below:
7+
8+
--------------
9+
PostgreSQL Database Management System
10+
(formerly known as Postgres, then as Postgres95)
11+
12+
Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
13+
14+
Portions Copyright (c) 1994, The Regents of the University of California
15+
16+
Permission to use, copy, modify, and distribute this software and its
17+
documentation for any purpose, without fee, and without a written agreement
18+
is hereby granted, provided that the above copyright notice and this
19+
paragraph and the following two paragraphs appear in all copies.
20+
21+
IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
22+
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
23+
LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
24+
DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE
25+
POSSIBILITY OF SUCH DAMAGE.
26+
27+
THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
28+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
29+
AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
30+
ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO
31+
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ code or new licensing patterns.
153153
<exclude>gpcontrib/gp_exttable_fdw/data/**</exclude>
154154
<exclude>gpcontrib/gp_exttable_fdw/gp_exttable_fdw.control</exclude>
155155

156+
<exclude>gpcontrib/diskquota/**</exclude>
157+
156158
<exclude>getversion</exclude>
157159
<exclude>.git-blame-ignore-revs</exclude>
158160
<exclude>.dir-locals.el</exclude>

0 commit comments

Comments
 (0)