aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Internal/AsyncCallServer.cs
diff options
context:
space:
mode:
authorGravatar Bogdan Drutu <bdrutu@google.com>2016-01-19 13:00:00 -0800
committerGravatar Bogdan Drutu <bdrutu@google.com>2016-01-19 13:00:00 -0800
commita81d8de1195ff34e12013e78bbc786c1239e6227 (patch)
tree423073bb8cbdd9bb5af789febe04b76db43c02ed /src/csharp/Grpc.Core/Internal/AsyncCallServer.cs
parent4bda41fa50804014bc6d5ce5dcb35f51abd5bee1 (diff)
parent05f31d2eda9f6dbfc45bd83102f4e838cb1e7433 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/csharp/Grpc.Core/Internal/AsyncCallServer.cs')
-rw-r--r--src/csharp/Grpc.Core/Internal/AsyncCallServer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.Core/Internal/AsyncCallServer.cs b/src/csharp/Grpc.Core/Internal/AsyncCallServer.cs
index 0c805097f9..6752d3fab3 100644
--- a/src/csharp/Grpc.Core/Internal/AsyncCallServer.cs
+++ b/src/csharp/Grpc.Core/Internal/AsyncCallServer.cs
@@ -1,6 +1,6 @@
#region Copyright notice and license
-// Copyright 2015, Google Inc.
+// Copyright 2015-2016, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
@@ -215,4 +215,4 @@ namespace Grpc.Core.Internal
finishedServersideTcs.SetResult(null);
}
}
-} \ No newline at end of file
+}