This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push: new d93639b7 add refs to proto files in LICENSE (#159) d93639b7 is described below commit d93639b766d8baf03953dd46c0e0992f8b506efd Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Fri Aug 11 11:28:15 2023 +0100 add refs to proto files in LICENSE (#159) --- LICENSE | 6 ++++++ legal/RuntimeLicense.txt | 1 + 2 files changed, 7 insertions(+) diff --git a/LICENSE b/LICENSE index 7a3bf993..62217ce7 100644 --- a/LICENSE +++ b/LICENSE @@ -235,6 +235,7 @@ Copyright (C) Lightbend Inc. <https://www.lightbend.com> Pekko gRPC contains code from grpc-java <https://github.com/grpc/grpc-java> distributed under the Apache 2.0 license. +- runtime/src/main/protobuf/grpc/reflection/v1alpha/reflection.proto - runtime/src/main/scala/org/apache/pekko/grpc/scaladsl/headers/PercentEncoding.scala - runtime/src/test/scala/org/apache/pekko/grpc/scaladsl/headers/HeadersSpec.scala - interop-tests/src/main/java/io/grpc/testing/integration2/TestServiceClient.java @@ -253,5 +254,10 @@ distributed under the Apache 2.0 license. - benchmark-java/src/main/java/org/apache/pekko/grpc/benchmarks/qps/Configuration.java - benchmark-java/src/main/java/org/apache/pekko/grpc/benchmarks/qps/ServerConfiguration.java - benchmark-java/src/main/java/org/apache/pekko/grpc/benchmarks/qps/AsyncClient.java +- benchmark-java/src/main/protobuf/services.proto +- benchmark-java/src/main/protobuf/control.proto +- benchmark-java/src/main/protobuf/messages.proto +- benchmark-java/src/main/protobuf/payloads.proto +- benchmark-java/src/main/protobuf/stats.proto Copyright 2014 The gRPC Authors diff --git a/legal/RuntimeLicense.txt b/legal/RuntimeLicense.txt index e6190adc..ca77eeeb 100644 --- a/legal/RuntimeLicense.txt +++ b/legal/RuntimeLicense.txt @@ -205,6 +205,7 @@ Pekko gRPC contains code from grpc-java <https://github.com/grpc/grpc-java> distributed under the Apache 2.0 license. +- runtime/src/main/protobuf/grpc/reflection/v1alpha/reflection.proto - runtime/src/main/scala/org/apache/pekko/grpc/scaladsl/headers/PercentEncoding.scala - runtime/src/test/scala/org/apache/pekko/grpc/scaladsl/headers/HeadersSpec.scala --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org For additional commands, e-mail: commits-h...@pekko.apache.org