From bda62cf42b062a244e078b5d36e38313f4646d01 Mon Sep 17 00:00:00 2001 From: Dianjin Wang Date: Mon, 30 Oct 2023 17:48:42 +0800 Subject: [PATCH] Update license headers for new CBDB source files We check the license headers of newly created source files in the Cloudberry Database by month. This PR is for Sep & Oct 2023. If you have any questions regarding licenses, please feel free to email us at info@cloudberrydb.org. --- src/backend/access/aocs/aocsam_handler.c | 1 + src/backend/access/aocs/aocssegfiles.c | 1 + src/backend/access/appendonly/appendonlyam_handler.c | 1 + src/backend/catalog/oid_dispatch.c | 1 + src/backend/catalog/pg_shdepend.c | 1 + src/backend/catalog/system_views.sql | 1 + src/backend/commands/alter.c | 1 + src/backend/commands/event_trigger.c | 1 + src/backend/commands/matview.c | 1 + src/backend/commands/user.c | 1 + src/backend/utils/init/globals.c | 1 + src/include/catalog/dependency.h | 1 + src/include/catalog/gp_fastsequence.h | 1 + src/include/catalog/pg_appendonly.h | 1 + src/include/catalog/pg_authid.h | 1 + src/include/executor/hashjoin.h | 1 + src/include/storage/pmsignal.h | 1 + src/include/utils/syscache.h | 1 + 18 files changed, 18 insertions(+) diff --git a/src/backend/access/aocs/aocsam_handler.c b/src/backend/access/aocs/aocsam_handler.c index 4c6bd38e778..ad035c24116 100644 --- a/src/backend/access/aocs/aocsam_handler.c +++ b/src/backend/access/aocs/aocsam_handler.c @@ -3,6 +3,7 @@ * aocsam_handler.c * Append only columnar access methods handler * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 2009-2010, Greenplum Inc. * Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates. * diff --git a/src/backend/access/aocs/aocssegfiles.c b/src/backend/access/aocs/aocssegfiles.c index df43d0f664a..79cc8850e1c 100644 --- a/src/backend/access/aocs/aocssegfiles.c +++ b/src/backend/access/aocs/aocssegfiles.c @@ -3,6 +3,7 @@ * aocssegfiles.c * AOCS Segment files. * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 2009, Greenplum Inc. * Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates. * diff --git a/src/backend/access/appendonly/appendonlyam_handler.c b/src/backend/access/appendonly/appendonlyam_handler.c index 22a47d7ab2c..c06799457bc 100644 --- a/src/backend/access/appendonly/appendonlyam_handler.c +++ b/src/backend/access/appendonly/appendonlyam_handler.c @@ -3,6 +3,7 @@ * appendonlyam_handler.c * appendonly table access method code * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 2008, Greenplum Inc * Portions Copyright (c) 2020-Present VMware, Inc. or its affiliates. * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group diff --git a/src/backend/catalog/oid_dispatch.c b/src/backend/catalog/oid_dispatch.c index 8147323aadf..78e5294ed8e 100644 --- a/src/backend/catalog/oid_dispatch.c +++ b/src/backend/catalog/oid_dispatch.c @@ -65,6 +65,7 @@ * in the restore process be preassigned, a separate list of all such OIDs is * maintained and queried before assigning a new non-preassigned OID. * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright 2016-Present VMware, Inc. or its affiliates. * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California diff --git a/src/backend/catalog/pg_shdepend.c b/src/backend/catalog/pg_shdepend.c index b7d9a696d11..730dc0ec3e2 100644 --- a/src/backend/catalog/pg_shdepend.c +++ b/src/backend/catalog/pg_shdepend.c @@ -3,6 +3,7 @@ * pg_shdepend.c * routines to support manipulation of the pg_shdepend relation * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * diff --git a/src/backend/catalog/system_views.sql b/src/backend/catalog/system_views.sql index ead1aac2ad2..357011c9404 100644 --- a/src/backend/catalog/system_views.sql +++ b/src/backend/catalog/system_views.sql @@ -1,6 +1,7 @@ /* * PostgreSQL System Views * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 2006-2010, Greenplum inc. * Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates. * Copyright (c) 1996-2021, PostgreSQL Global Development Group diff --git a/src/backend/commands/alter.c b/src/backend/commands/alter.c index cb6f6d6addb..7337bcc31e5 100644 --- a/src/backend/commands/alter.c +++ b/src/backend/commands/alter.c @@ -3,6 +3,7 @@ * alter.c * Drivers for generic alter commands * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * diff --git a/src/backend/commands/event_trigger.c b/src/backend/commands/event_trigger.c index 94c312433fc..445244c0046 100644 --- a/src/backend/commands/event_trigger.c +++ b/src/backend/commands/event_trigger.c @@ -3,6 +3,7 @@ * event_trigger.c * PostgreSQL EVENT TRIGGER support code. * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * diff --git a/src/backend/commands/matview.c b/src/backend/commands/matview.c index f7c96efc103..b1f6306f681 100644 --- a/src/backend/commands/matview.c +++ b/src/backend/commands/matview.c @@ -3,6 +3,7 @@ * matview.c * materialized view support * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * diff --git a/src/backend/commands/user.c b/src/backend/commands/user.c index 69cf69fd261..8ff1782d776 100644 --- a/src/backend/commands/user.c +++ b/src/backend/commands/user.c @@ -3,6 +3,7 @@ * user.c * Commands for manipulating roles (formerly called users). * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 2005-2010, Greenplum inc * Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates. * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group diff --git a/src/backend/utils/init/globals.c b/src/backend/utils/init/globals.c index b187da7e849..91575b64fa6 100644 --- a/src/backend/utils/init/globals.c +++ b/src/backend/utils/init/globals.c @@ -3,6 +3,7 @@ * globals.c * global variable declarations * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * diff --git a/src/include/catalog/dependency.h b/src/include/catalog/dependency.h index 52e7825ba27..bee28807e9c 100644 --- a/src/include/catalog/dependency.h +++ b/src/include/catalog/dependency.h @@ -4,6 +4,7 @@ * Routines to support inter-object dependencies. * * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * diff --git a/src/include/catalog/gp_fastsequence.h b/src/include/catalog/gp_fastsequence.h index 201ed058843..db9306b4735 100644 --- a/src/include/catalog/gp_fastsequence.h +++ b/src/include/catalog/gp_fastsequence.h @@ -4,6 +4,7 @@ * a table maintaining a light-weight fast sequence number for a unique * object. * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 2009-2011, Greenplum Inc. * Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates. * diff --git a/src/include/catalog/pg_appendonly.h b/src/include/catalog/pg_appendonly.h index 45a0ab1ca37..fe3a17d0f91 100644 --- a/src/include/catalog/pg_appendonly.h +++ b/src/include/catalog/pg_appendonly.h @@ -3,6 +3,7 @@ * pg_appendonly.h * internal specifications of the appendonly relation storage. * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 2008-2010, Greenplum Inc. * Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates. * diff --git a/src/include/catalog/pg_authid.h b/src/include/catalog/pg_authid.h index 484181c581c..5f7cff18a69 100644 --- a/src/include/catalog/pg_authid.h +++ b/src/include/catalog/pg_authid.h @@ -6,6 +6,7 @@ * pg_shadow and pg_group are now publicly accessible views on pg_authid. * * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 2006-2010, Greenplum inc. * Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates. * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h index 05500c34526..cb29363238f 100644 --- a/src/include/executor/hashjoin.h +++ b/src/include/executor/hashjoin.h @@ -4,6 +4,7 @@ * internal structures for hash joins * * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 2007-2008, Greenplum inc * Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates. * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group diff --git a/src/include/storage/pmsignal.h b/src/include/storage/pmsignal.h index fab2192d877..49bb9833d0d 100644 --- a/src/include/storage/pmsignal.h +++ b/src/include/storage/pmsignal.h @@ -4,6 +4,7 @@ * routines for signaling between the postmaster and its child processes * * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h index f705c1756b6..67415775582 100644 --- a/src/include/utils/syscache.h +++ b/src/include/utils/syscache.h @@ -6,6 +6,7 @@ * See also lsyscache.h, which provides convenience routines for * common cache-lookup operations. * + * Portions Copyright (c) 2023, HashData Technology Limited. * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California *