This is an automated email from the ASF dual-hosted git repository.
tuhaihe pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-go-libs.git
The following commit(s) were added to refs/heads/main by this push:
new dd4e94f Add gp-common-go-libs file inventory to LICENSE for release
compliance
dd4e94f is described below
commit dd4e94fae9e888fae591fdade5ba435b0aa3270c
Author: Dianjin Wang <[email protected]>
AuthorDate: Mon Jun 8 17:47:47 2026 +0800
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]