From 6d33c8666816389cb4a6b60509c3f449fa7a1297 Mon Sep 17 00:00:00 2001 From: Dianjin Wang Date: Mon, 8 Jun 2026 17:47:47 +0800 Subject: [PATCH] Add gp-common-go-libs file inventory to LICENSE for release compliance Append a section at the bottom of the LICENSE file that lists all files originating from the Greenplum Database Common Go Libraries (gp-common-go-libs) project, following the same pattern used in apache/cloudberry-backup. The file list can be a reference for Incubator PMC members for license compliance review. --- LICENSE | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/LICENSE b/LICENSE index 261eeb9..f45d64f 100644 --- a/LICENSE +++ b/LICENSE @@ -199,3 +199,58 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + +================================================================================ +This product includes software from Greenplum Database Common Go Libraries, +under Apache 2.0 license: + + Greenplum Database Common Go Libraries + (https://github.com/greenplum-db/gp-common-go-libs) + +Copyright 2017-Present VMware, Inc. or its affiliates. All Rights Reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +The Greenplum Database Common Go Libraries software includes: +- cluster/cluster.go +- cluster/cluster_test.go +- conv/const.go +- conv/conv_suite_test.go +- conv/float.go +- conv/float_test.go +- conv/int.go +- conv/int_test.go +- conv/md5.go +- conv/md5_test.go +- conv/README.md +- conv/uint.go +- conv/uint_test.go +- dbconn/dbconn.go +- dbconn/dbconn_test.go +- dbconn/version.go +- dbconn/version_test.go +- gperror/gperror.go +- gperror/gperror_test.go +- gplog/gplog.go +- gplog/gplog_test.go +- iohelper/iohelper.go +- iohelper/iohelper_test.go +- operating/operating.go +- structmatcher/structmatcher.go +- structmatcher/structmatcher_test.go +- testhelper/functions.go +- testhelper/structs.go +- Makefile +- go.mod +- go.sum +- show_coverage.sh