This is an automated email from the ASF dual-hosted git repository.

rxl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e88b01  Add license file for depend libs (#567)
5e88b01 is described below

commit 5e88b015e9aa2c3fd993208c35e47cf1852be07d
Author: xiaolong ran <r...@apache.org>
AuthorDate: Mon Jul 19 17:44:28 2021 +0800

    Add license file for depend libs (#567)
    
    Signed-off-by: xiaolongran <xiaolong...@tencent.com>
    
    ## Motivation
    
    Add license file for depend libs
---
 distribution/LICENSE.bin.txt                       | 12 ++++++++++
 .../LICENSE-athenz.txt}                            | 24 -------------------
 .../LICENSE-go-avro.txt}                           | 25 --------------------
 distribution/license/LICENSE-go-spew.txt           | 15 ++++++++++++
 distribution/license/LICENSE-oauth2.txt            | 27 ++++++++++++++++++++++
 .../LICENSE-opentracing.txt}                       | 24 -------------------
 distribution/license/LICENSE-pretty.txt            | 19 +++++++++++++++
 .../LICENSE-prometheus.txt}                        | 25 --------------------
 distribution/license/LICENSE-uuid.txt              | 27 ++++++++++++++++++++++
 distribution/license/LICENSE-zstd.txt              | 27 ++++++++++++++++++++++
 10 files changed, 127 insertions(+), 98 deletions(-)

diff --git a/distribution/LICENSE.bin.txt b/distribution/LICENSE.bin.txt
index 07c331b..e37200f 100644
--- a/distribution/LICENSE.bin.txt
+++ b/distribution/LICENSE.bin.txt
@@ -207,20 +207,32 @@ This projects includes binary packages with the following 
licenses:
 
 The Apache Software License, Version 2.0
   * github.com/spf13/cobra v0.0.3 -- distribution/license/LICENSE-cobra.txt
+  * github.com/AthenZ/athenz v1.10.15 -- 
distribution/license/LICENSE-athenz.txt
   * github.com/inconshreveable/mousetrap v1.0.0  -- 
distribution/license/LICENSE-mousetrap.txt
+  * github.com/linkedin/goavro/v2 v2.9.8  -- 
distribution/license/LICENSE-go-avro.txt
+  * github.com/opentracing/opentracing-go v1.2.0  -- 
distribution/license/LICENSE-opentracing.txt
+  * github.com/prometheus/client_golang v1.7.1  -- 
distribution/license/LICENSE-prometheus.txt
 
 MIT License
   * github.com/stretchr/testify v1.3.0 -- 
distribution/license/LICENSE-testify.txt
+  * github.com/kr/pretty v0.2.0 -- distribution/license/LICENSE-pretty.txt
   * github.com/sirupsen/logrus v1.4.1 -- 
distribution/license/LICENSE-logrus.txt
 
 GNU GENERAL PUBLIC LICENSE Version 3
   * github.com/beefsack/go-rate v0.0.0-20180408011153-efa7637bb9b6 -- 
distribution/license/LICENSE-go-rate.txt
 
 BSD License
+  * github.com/DataDog/zstd v1.4.6-0.20210211175136-c6db21d202f4 -- 
distribution/license/LICENSE-zstd.txt
   * github.com/klauspost/compress v1.9.2 -- 
distribution/license/LICENSE-compress.txt
+  * github.com/google/uuid v1.1.2 -- distribution/license/LICENSE-uuid.txt
   * github.com/pkg/errors v0.8.1 -- distribution/license/LICENSE-errors.txt
   * github.com/google/go-cmp v0.3.0 -- distribution/license/LICENSE-go-cmp.txt
   * github.com/pierrec/lz4 v2.0.5+incompatible -- 
distribution/license/LICENSE-lz4.txt
   * github.com/golang/protobuf v1.3.1 -- 
distribution/license/LICENSE-protobuf.txt
   * github.com/spf13/pflag v1.0.3 -- distribution/license/LICENSE-pflag.txt
   * github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b -- 
distribution/license/LICENSE-perks.txt
+  * github.com/spaolacci/murmur3 v1.1.0 -- 
distribution/license/LICENSE-murmur3.txt
+  * golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d -- 
distribution/license/LICENSE-oauth2.txt
+
+ISC License
+  * github.com/davecgh/go-spew v1.1.1 -- 
distribution/license/LICENSE-go-spew.txt
diff --git a/distribution/LICENSE.bin.txt 
b/distribution/license/LICENSE-athenz.txt
similarity index 89%
copy from distribution/LICENSE.bin.txt
copy to distribution/license/LICENSE-athenz.txt
index 07c331b..d645695 100644
--- a/distribution/LICENSE.bin.txt
+++ b/distribution/license/LICENSE-athenz.txt
@@ -200,27 +200,3 @@
    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 projects includes binary packages with the following licenses:
-
-The Apache Software License, Version 2.0
-  * github.com/spf13/cobra v0.0.3 -- distribution/license/LICENSE-cobra.txt
-  * github.com/inconshreveable/mousetrap v1.0.0  -- 
distribution/license/LICENSE-mousetrap.txt
-
-MIT License
-  * github.com/stretchr/testify v1.3.0 -- 
distribution/license/LICENSE-testify.txt
-  * github.com/sirupsen/logrus v1.4.1 -- 
distribution/license/LICENSE-logrus.txt
-
-GNU GENERAL PUBLIC LICENSE Version 3
-  * github.com/beefsack/go-rate v0.0.0-20180408011153-efa7637bb9b6 -- 
distribution/license/LICENSE-go-rate.txt
-
-BSD License
-  * github.com/klauspost/compress v1.9.2 -- 
distribution/license/LICENSE-compress.txt
-  * github.com/pkg/errors v0.8.1 -- distribution/license/LICENSE-errors.txt
-  * github.com/google/go-cmp v0.3.0 -- distribution/license/LICENSE-go-cmp.txt
-  * github.com/pierrec/lz4 v2.0.5+incompatible -- 
distribution/license/LICENSE-lz4.txt
-  * github.com/golang/protobuf v1.3.1 -- 
distribution/license/LICENSE-protobuf.txt
-  * github.com/spf13/pflag v1.0.3 -- distribution/license/LICENSE-pflag.txt
-  * github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b -- 
distribution/license/LICENSE-perks.txt
diff --git a/distribution/LICENSE.bin.txt 
b/distribution/license/LICENSE-go-avro.txt
similarity index 89%
copy from distribution/LICENSE.bin.txt
copy to distribution/license/LICENSE-go-avro.txt
index 07c331b..261eeb9 100644
--- a/distribution/LICENSE.bin.txt
+++ b/distribution/license/LICENSE-go-avro.txt
@@ -1,4 +1,3 @@
-
                                  Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/
@@ -200,27 +199,3 @@
    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 projects includes binary packages with the following licenses:
-
-The Apache Software License, Version 2.0
-  * github.com/spf13/cobra v0.0.3 -- distribution/license/LICENSE-cobra.txt
-  * github.com/inconshreveable/mousetrap v1.0.0  -- 
distribution/license/LICENSE-mousetrap.txt
-
-MIT License
-  * github.com/stretchr/testify v1.3.0 -- 
distribution/license/LICENSE-testify.txt
-  * github.com/sirupsen/logrus v1.4.1 -- 
distribution/license/LICENSE-logrus.txt
-
-GNU GENERAL PUBLIC LICENSE Version 3
-  * github.com/beefsack/go-rate v0.0.0-20180408011153-efa7637bb9b6 -- 
distribution/license/LICENSE-go-rate.txt
-
-BSD License
-  * github.com/klauspost/compress v1.9.2 -- 
distribution/license/LICENSE-compress.txt
-  * github.com/pkg/errors v0.8.1 -- distribution/license/LICENSE-errors.txt
-  * github.com/google/go-cmp v0.3.0 -- distribution/license/LICENSE-go-cmp.txt
-  * github.com/pierrec/lz4 v2.0.5+incompatible -- 
distribution/license/LICENSE-lz4.txt
-  * github.com/golang/protobuf v1.3.1 -- 
distribution/license/LICENSE-protobuf.txt
-  * github.com/spf13/pflag v1.0.3 -- distribution/license/LICENSE-pflag.txt
-  * github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b -- 
distribution/license/LICENSE-perks.txt
diff --git a/distribution/license/LICENSE-go-spew.txt 
b/distribution/license/LICENSE-go-spew.txt
new file mode 100644
index 0000000..7304bdf
--- /dev/null
+++ b/distribution/license/LICENSE-go-spew.txt
@@ -0,0 +1,15 @@
+ISC License
+
+Copyright (c) 2012-2016 Dave Collins <d...@davec.name>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
\ No newline at end of file
diff --git a/distribution/license/LICENSE-oauth2.txt 
b/distribution/license/LICENSE-oauth2.txt
new file mode 100644
index 0000000..ea5ea89
--- /dev/null
+++ b/distribution/license/LICENSE-oauth2.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2009 The Go Authors. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+   * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+   * Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following disclaimer
+in the documentation and/or other materials provided with the
+distribution.
+   * Neither the name of Google Inc. nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/distribution/LICENSE.bin.txt 
b/distribution/license/LICENSE-opentracing.txt
similarity index 89%
copy from distribution/LICENSE.bin.txt
copy to distribution/license/LICENSE-opentracing.txt
index 07c331b..d645695 100644
--- a/distribution/LICENSE.bin.txt
+++ b/distribution/license/LICENSE-opentracing.txt
@@ -200,27 +200,3 @@
    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 projects includes binary packages with the following licenses:
-
-The Apache Software License, Version 2.0
-  * github.com/spf13/cobra v0.0.3 -- distribution/license/LICENSE-cobra.txt
-  * github.com/inconshreveable/mousetrap v1.0.0  -- 
distribution/license/LICENSE-mousetrap.txt
-
-MIT License
-  * github.com/stretchr/testify v1.3.0 -- 
distribution/license/LICENSE-testify.txt
-  * github.com/sirupsen/logrus v1.4.1 -- 
distribution/license/LICENSE-logrus.txt
-
-GNU GENERAL PUBLIC LICENSE Version 3
-  * github.com/beefsack/go-rate v0.0.0-20180408011153-efa7637bb9b6 -- 
distribution/license/LICENSE-go-rate.txt
-
-BSD License
-  * github.com/klauspost/compress v1.9.2 -- 
distribution/license/LICENSE-compress.txt
-  * github.com/pkg/errors v0.8.1 -- distribution/license/LICENSE-errors.txt
-  * github.com/google/go-cmp v0.3.0 -- distribution/license/LICENSE-go-cmp.txt
-  * github.com/pierrec/lz4 v2.0.5+incompatible -- 
distribution/license/LICENSE-lz4.txt
-  * github.com/golang/protobuf v1.3.1 -- 
distribution/license/LICENSE-protobuf.txt
-  * github.com/spf13/pflag v1.0.3 -- distribution/license/LICENSE-pflag.txt
-  * github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b -- 
distribution/license/LICENSE-perks.txt
diff --git a/distribution/license/LICENSE-pretty.txt 
b/distribution/license/LICENSE-pretty.txt
new file mode 100644
index 0000000..2e9e336
--- /dev/null
+++ b/distribution/license/LICENSE-pretty.txt
@@ -0,0 +1,19 @@
+Copyright 2012 Keith Rarick
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
\ No newline at end of file
diff --git a/distribution/LICENSE.bin.txt 
b/distribution/license/LICENSE-prometheus.txt
similarity index 89%
copy from distribution/LICENSE.bin.txt
copy to distribution/license/LICENSE-prometheus.txt
index 07c331b..261eeb9 100644
--- a/distribution/LICENSE.bin.txt
+++ b/distribution/license/LICENSE-prometheus.txt
@@ -1,4 +1,3 @@
-
                                  Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/
@@ -200,27 +199,3 @@
    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 projects includes binary packages with the following licenses:
-
-The Apache Software License, Version 2.0
-  * github.com/spf13/cobra v0.0.3 -- distribution/license/LICENSE-cobra.txt
-  * github.com/inconshreveable/mousetrap v1.0.0  -- 
distribution/license/LICENSE-mousetrap.txt
-
-MIT License
-  * github.com/stretchr/testify v1.3.0 -- 
distribution/license/LICENSE-testify.txt
-  * github.com/sirupsen/logrus v1.4.1 -- 
distribution/license/LICENSE-logrus.txt
-
-GNU GENERAL PUBLIC LICENSE Version 3
-  * github.com/beefsack/go-rate v0.0.0-20180408011153-efa7637bb9b6 -- 
distribution/license/LICENSE-go-rate.txt
-
-BSD License
-  * github.com/klauspost/compress v1.9.2 -- 
distribution/license/LICENSE-compress.txt
-  * github.com/pkg/errors v0.8.1 -- distribution/license/LICENSE-errors.txt
-  * github.com/google/go-cmp v0.3.0 -- distribution/license/LICENSE-go-cmp.txt
-  * github.com/pierrec/lz4 v2.0.5+incompatible -- 
distribution/license/LICENSE-lz4.txt
-  * github.com/golang/protobuf v1.3.1 -- 
distribution/license/LICENSE-protobuf.txt
-  * github.com/spf13/pflag v1.0.3 -- distribution/license/LICENSE-pflag.txt
-  * github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b -- 
distribution/license/LICENSE-perks.txt
diff --git a/distribution/license/LICENSE-uuid.txt 
b/distribution/license/LICENSE-uuid.txt
new file mode 100644
index 0000000..0c2c410
--- /dev/null
+++ b/distribution/license/LICENSE-uuid.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2009,2014 Google Inc. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+   * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+   * Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following disclaimer
+in the documentation and/or other materials provided with the
+distribution.
+   * Neither the name of Google Inc. nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/distribution/license/LICENSE-zstd.txt 
b/distribution/license/LICENSE-zstd.txt
new file mode 100644
index 0000000..345c1eb
--- /dev/null
+++ b/distribution/license/LICENSE-zstd.txt
@@ -0,0 +1,27 @@
+Simplified BSD License
+
+Copyright (c) 2016, Datadog <i...@datadoghq.com>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice,
+      this list of conditions and the following disclaimer in the documentation
+      and/or other materials provided with the distribution.
+    * Neither the name of the copyright holder nor the names of its 
contributors
+      may be used to endorse or promote products derived from this software
+      without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Reply via email to