Skip to content

Commit 739ee23

Browse files
committed
update to use gRPC Authors with copyright.
1 parent 42cd3e8 commit 739ee23

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

s2a/src/main/proto/grpc/gcp/common.proto

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2024 The gRPC Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
55
// You may obtain a copy of the License at
66
//
7-
// https://www.apache.org/licenses/LICENSE-2.0
7+
// http://www.apache.org/licenses/LICENSE-2.0
88
//
99
// Unless required by applicable law or agreed to in writing, software
1010
// distributed under the License is distributed on an "AS IS" BASIS,
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
// The canonical version of this proto can be found at
16+
// https://github.com/grpc/grpc-proto/blob/master/grpc/gcp/s2a/common.proto
17+
1518
syntax = "proto3";
1619

1720
package grpc.gcp;

s2a/src/main/proto/grpc/gcp/s2a_context.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
// The canonical version of this proto can be found at
1616
// https://github.com/grpc/grpc-proto/blob/master/grpc/gcp/s2a/s2a_context.proto
17+
1718
syntax = "proto3";
1819

1920
package grpc.gcp;

0 commit comments

Comments
 (0)