From 3c33c26290b747350f8650c7d38bcc51b42dc785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E6=AC=A7?= Date: Wed, 28 Jun 2017 00:54:34 +0800 Subject: [PATCH] add license for some proto files (#1322) --- health/grpc_health_v1/health.proto | 14 ++++++++++++++ interop/grpc_testing/test.proto | 14 ++++++++++++++ reflection/grpc_testing/proto2.proto | 14 ++++++++++++++ reflection/grpc_testing/proto2_ext.proto | 14 ++++++++++++++ reflection/grpc_testing/proto2_ext2.proto | 14 ++++++++++++++ reflection/grpc_testing/test.proto | 14 ++++++++++++++ stats/grpc_testing/test.proto | 14 ++++++++++++++ test/codec_perf/perf.proto | 14 ++++++++++++++ test/grpc_testing/test.proto | 14 ++++++++++++++ 9 files changed, 126 insertions(+) diff --git a/health/grpc_health_v1/health.proto b/health/grpc_health_v1/health.proto index e2dc0889..6072fdc3 100644 --- a/health/grpc_health_v1/health.proto +++ b/health/grpc_health_v1/health.proto @@ -1,3 +1,17 @@ +// Copyright 2017 gRPC authors. +// +// 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. + syntax = "proto3"; package grpc.health.v1; diff --git a/interop/grpc_testing/test.proto b/interop/grpc_testing/test.proto index cc2bb74f..20d4366b 100644 --- a/interop/grpc_testing/test.proto +++ b/interop/grpc_testing/test.proto @@ -1,3 +1,17 @@ +// Copyright 2017 gRPC authors. +// +// 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. + // An integration test service that covers all the method signature permutations // of unary/streaming requests/responses. syntax = "proto2"; diff --git a/reflection/grpc_testing/proto2.proto b/reflection/grpc_testing/proto2.proto index 6b120f32..a675d143 100644 --- a/reflection/grpc_testing/proto2.proto +++ b/reflection/grpc_testing/proto2.proto @@ -1,3 +1,17 @@ +// Copyright 2017 gRPC authors. +// +// 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. + syntax = "proto2"; package grpc.testing; diff --git a/reflection/grpc_testing/proto2_ext.proto b/reflection/grpc_testing/proto2_ext.proto index b669141f..a4942e48 100644 --- a/reflection/grpc_testing/proto2_ext.proto +++ b/reflection/grpc_testing/proto2_ext.proto @@ -1,3 +1,17 @@ +// Copyright 2017 gRPC authors. +// +// 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. + syntax = "proto2"; package grpc.testing; diff --git a/reflection/grpc_testing/proto2_ext2.proto b/reflection/grpc_testing/proto2_ext2.proto index 16fa69e6..d91ba006 100644 --- a/reflection/grpc_testing/proto2_ext2.proto +++ b/reflection/grpc_testing/proto2_ext2.proto @@ -1,3 +1,17 @@ +// Copyright 2017 gRPC authors. +// +// 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. + syntax = "proto2"; package grpc.testing; diff --git a/reflection/grpc_testing/test.proto b/reflection/grpc_testing/test.proto index d74d0fc1..cae3f01a 100644 --- a/reflection/grpc_testing/test.proto +++ b/reflection/grpc_testing/test.proto @@ -1,3 +1,17 @@ +// Copyright 2017 gRPC authors. +// +// 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. + syntax = "proto3"; package grpc.testing; diff --git a/stats/grpc_testing/test.proto b/stats/grpc_testing/test.proto index bea8c4c7..b49a0d5a 100644 --- a/stats/grpc_testing/test.proto +++ b/stats/grpc_testing/test.proto @@ -1,3 +1,17 @@ +// Copyright 2017 gRPC authors. +// +// 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. + syntax = "proto3"; package grpc.testing; diff --git a/test/codec_perf/perf.proto b/test/codec_perf/perf.proto index 4cf561f7..f42dbcaf 100644 --- a/test/codec_perf/perf.proto +++ b/test/codec_perf/perf.proto @@ -1,3 +1,17 @@ +// Copyright 2017 gRPC authors. +// +// 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. + // Messages used for performance tests that may not reference grpc directly for // reasons of import cycles. syntax = "proto2"; diff --git a/test/grpc_testing/test.proto b/test/grpc_testing/test.proto index b5bfe053..fbd22dec 100644 --- a/test/grpc_testing/test.proto +++ b/test/grpc_testing/test.proto @@ -1,3 +1,17 @@ +// Copyright 2017 gRPC authors. +// +// 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. + // An integration test service that covers all the method signature permutations // of unary/streaming requests/responses. syntax = "proto2";