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