You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/04/01 06:22:51 UTC

[incubator-skywalking] branch jaeger-receiver created (now d604d45)

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

wusheng pushed a change to branch jaeger-receiver
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


      at d604d45  Fix missing licenses in dist.

This branch includes the following new commits:

     new d604d45  Fix missing licenses in dist.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-skywalking] 01/01: Fix missing licenses in dist.

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch jaeger-receiver
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit d604d45a54a146b28f74753fc68d686109240749
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Mar 31 23:22:43 2019 -0700

    Fix missing licenses in dist.
---
 apm-dist/release-docs/LICENSE                      |  6 ++++-
 .../licenses/LICENSE-gogo-protobuf.txt             |  5 ++--
 .../release-docs/licenses/LICENSE-grpc-gateway.txt | 27 ++++++++++++++++++++++
 3 files changed, 34 insertions(+), 4 deletions(-)

diff --git a/apm-dist/release-docs/LICENSE b/apm-dist/release-docs/LICENSE
index 29c56f3..ac9a056 100644
--- a/apm-dist/release-docs/LICENSE
+++ b/apm-dist/release-docs/LICENSE
@@ -307,9 +307,12 @@ The text of each license is the standard Apache 2.0 license.
     consul-client 1.2.6: https://github.com/rickfast/consul-client, Apache 2.0
     okhttp 3.9.0: https://github.com/square/okhttp, Apache 2.0
     prometheus client_java 0.6.0: https://github.com/prometheus/client_java, Apache 2.0
+    proto files from istio/istio: https://github.com/istio/istio  Apache 2.0
+    proto files from istio/api: https://github.com/istio/api      Apache 2.0
     proto files from envoyproxy/data-plane-api: https://github.com/envoyproxy/data-plane-api  Apache 2.0
     proto files from prometheus/client_model: https://github.com/prometheus/client_model Apache 2.0
     proto files from lyft/protoc-gen-validate: https://github.com/lyft/protoc-gen-validate Apache 2.0
+    proto files from gogo/googleapis: https://github.com/gogo/googleapis Apache 2.0
 
 ========================================================================
 MIT licenses
@@ -340,7 +343,8 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
     Google: protobuf-java-util 3.4.0: https://github.com/google/protobuf/blob/master/java/pom.xml , BSD-3-Clause
     reflectasm 1.11.3: https://github.com/EsotericSoftware/reflectasm , BSD-3-Clause
 
-    gogo-protobuf, proto files: https://github.com/gogo/protobuf  BSD-2-Clause
+    proto files from gogo: https://github.com/gogo/protobuf  BSD-2
+    proto files from grpc-gateway, https://github.com/grpc-ecosystem/grpc-gateway/tree/master/protoc-gen-swagger/options BSD-3
 
 ========================================================================
 MPL 2.0 licenses
diff --git a/apm-dist/release-docs/licenses/LICENSE-gogo-protobuf.txt b/apm-dist/release-docs/licenses/LICENSE-gogo-protobuf.txt
index 7be0cc7..f57de90 100644
--- a/apm-dist/release-docs/licenses/LICENSE-gogo-protobuf.txt
+++ b/apm-dist/release-docs/licenses/LICENSE-gogo-protobuf.txt
@@ -1,7 +1,6 @@
-Protocol Buffers for Go with Gadgets
-
 Copyright (c) 2013, The GoGo Authors. All rights reserved.
-http://github.com/gogo/protobuf
+
+Protocol Buffers for Go with Gadgets
 
 Go support for Protocol Buffers - Google's data interchange format
 
diff --git a/apm-dist/release-docs/licenses/LICENSE-grpc-gateway.txt b/apm-dist/release-docs/licenses/LICENSE-grpc-gateway.txt
new file mode 100644
index 0000000..3645162
--- /dev/null
+++ b/apm-dist/release-docs/licenses/LICENSE-grpc-gateway.txt
@@ -0,0 +1,27 @@
+Copyright (c) 2015, Gengo, 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 Gengo, 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.