diff options
author | murgatroid99 <mlumish@google.com> | 2016-01-14 10:12:10 -0800 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2016-01-14 10:12:10 -0800 |
commit | ace28d3f98122dc030c812ab529e87814da36e80 (patch) | |
tree | 7b6eb210d920973c10743b27fcec59790566e989 /src/proto | |
parent | a2517a15734715c65be37a382c352ba17e89d816 (diff) |
Fix copyrights again
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/grpc/testing/duplicate/echo_duplicate.proto | 4 | ||||
-rw-r--r-- | src/proto/grpc/testing/echo.proto | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/proto/grpc/testing/duplicate/echo_duplicate.proto b/src/proto/grpc/testing/duplicate/echo_duplicate.proto index 94130ea767..9978ca4ac0 100644 --- a/src/proto/grpc/testing/duplicate/echo_duplicate.proto +++ b/src/proto/grpc/testing/duplicate/echo_duplicate.proto @@ -1,5 +1,5 @@ -// Copyright 2015, Google Inc. +// Copyright 2015-2016, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without @@ -38,4 +38,4 @@ package grpc.testing.duplicate; service EchoTestService { rpc Echo(grpc.testing.EchoRequest) returns (grpc.testing.EchoResponse); -} +}
\ No newline at end of file diff --git a/src/proto/grpc/testing/echo.proto b/src/proto/grpc/testing/echo.proto index 0eef53a92a..47d4c26732 100644 --- a/src/proto/grpc/testing/echo.proto +++ b/src/proto/grpc/testing/echo.proto @@ -1,5 +1,5 @@ -// Copyright 2015, Google Inc. +// Copyright 2015-2016, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without @@ -44,4 +44,4 @@ service EchoTestService { service UnimplementedService { rpc Unimplemented(EchoRequest) returns (EchoResponse); -} +}
\ No newline at end of file |