aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Internal/AsyncCall.cs
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2016-01-15 21:13:52 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2016-01-15 21:13:52 -0800
commitb22aeae4629ebd1e3b6183652c94ec5e26b4cc24 (patch)
treebf68cfffba83cd79c3b5066b43f3d9110500c2ec /src/csharp/Grpc.Core/Internal/AsyncCall.cs
parent694cf8b0d266f4fadcc5b52f1bfc6f2c0dd1ccb5 (diff)
parent7e098a272ccb2b2ac06464064cb59fca857e2e2a (diff)
Merge github.com:grpc/grpc into sceq
Diffstat (limited to 'src/csharp/Grpc.Core/Internal/AsyncCall.cs')
-rw-r--r--src/csharp/Grpc.Core/Internal/AsyncCall.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.Core/Internal/AsyncCall.cs b/src/csharp/Grpc.Core/Internal/AsyncCall.cs
index e3ecc47282..7dc4490281 100644
--- a/src/csharp/Grpc.Core/Internal/AsyncCall.cs
+++ b/src/csharp/Grpc.Core/Internal/AsyncCall.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
@@ -456,4 +456,4 @@ namespace Grpc.Core.Internal
streamingCallFinishedTcs.SetResult(null);
}
}
-} \ No newline at end of file
+}