From c6b5677de9f4d811c7c78b2c074fcd3d65a8b25e Mon Sep 17 00:00:00 2001 From: Riya Mehta Date: Mon, 29 Apr 2024 13:22:28 -0700 Subject: [PATCH] Update to use gRPC Authors with copyright. --- grpc/gcp/s2a/common.proto | 7 +++++-- grpc/gcp/s2a/s2a.proto | 7 +++++-- grpc/gcp/s2a/s2a_context.proto | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/grpc/gcp/s2a/common.proto b/grpc/gcp/s2a/common.proto index 7c105c2c..1fffc5e1 100644 --- a/grpc/gcp/s2a/common.proto +++ b/grpc/gcp/s2a/common.proto @@ -1,10 +1,10 @@ -// Copyright 2022 Google LLC +// Copyright 2024 The 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 // -// https://www.apache.org/licenses/LICENSE-2.0 +// 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, @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +// The canonical version of this proto can be found at +// https://github.com/grpc/grpc-proto/blob/master/grpc/gcp/s2a/common.proto + syntax = "proto3"; package grpc.gcp; diff --git a/grpc/gcp/s2a/s2a.proto b/grpc/gcp/s2a/s2a.proto index ea1675b0..d9211d57 100644 --- a/grpc/gcp/s2a/s2a.proto +++ b/grpc/gcp/s2a/s2a.proto @@ -1,10 +1,10 @@ -// Copyright 2022 Google LLC +// Copyright 2024 The 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 // -// https://www.apache.org/licenses/LICENSE-2.0 +// 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, @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +// The canonical version of this proto can be found at +// https://github.com/grpc/grpc-proto/blob/master/grpc/gcp/s2a/s2a.proto + syntax = "proto3"; package grpc.gcp; diff --git a/grpc/gcp/s2a/s2a_context.proto b/grpc/gcp/s2a/s2a_context.proto index a71c6539..49ed6eb2 100644 --- a/grpc/gcp/s2a/s2a_context.proto +++ b/grpc/gcp/s2a/s2a_context.proto @@ -1,10 +1,10 @@ -// Copyright 2022 Google LLC +// Copyright 2024 The 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 // -// https://www.apache.org/licenses/LICENSE-2.0 +// 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, @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +// The canonical version of this proto can be found at +// https://github.com/grpc/grpc-proto/blob/master/grpc/gcp/s2a/s2a_context.proto + syntax = "proto3"; package grpc.gcp;