From 9e652ebb2f1b2d8234a42b3add313da6f8748028 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 31 Jan 2019 11:52:18 +0100 Subject: [PATCH] review comments --- src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj | 2 +- src/csharp/Grpc.Core.Api/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj b/src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj index 6ad1ac85ffc..0dc73576bf5 100755 --- a/src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj +++ b/src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj @@ -4,7 +4,7 @@ - Copyright 2015, Google Inc. + Copyright 2019, Google Inc. gRPC C# Surface API $(GrpcCsharpVersion) Google Inc. diff --git a/src/csharp/Grpc.Core.Api/Properties/AssemblyInfo.cs b/src/csharp/Grpc.Core.Api/Properties/AssemblyInfo.cs index fa04d9328d4..ad38569908e 100644 --- a/src/csharp/Grpc.Core.Api/Properties/AssemblyInfo.cs +++ b/src/csharp/Grpc.Core.Api/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ #region Copyright notice and license -// Copyright 2018 The gRPC Authors +// Copyright 2019 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.