diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-02-13 11:22:21 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-02-13 11:22:21 -0800 |
commit | af77b3d0b7d2ea1d58bb7b0bc8d9106fc29b48fe (patch) | |
tree | 9e9978e6ab881e5c254469b09a416454c61e7bab /src/csharp/GrpcCore/Internal | |
parent | a7fff86b61f526d9c29c0ee21015ff98d8a83b55 (diff) |
changed 2014 -> 2015
Diffstat (limited to 'src/csharp/GrpcCore/Internal')
-rw-r--r-- | src/csharp/GrpcCore/Internal/AsyncCall.cs | 2 | ||||
-rw-r--r-- | src/csharp/GrpcCore/Internal/CallSafeHandle.cs | 2 | ||||
-rw-r--r-- | src/csharp/GrpcCore/Internal/ChannelSafeHandle.cs | 2 | ||||
-rw-r--r-- | src/csharp/GrpcCore/Internal/CompletionQueueSafeHandle.cs | 2 | ||||
-rw-r--r-- | src/csharp/GrpcCore/Internal/Enums.cs | 2 | ||||
-rw-r--r-- | src/csharp/GrpcCore/Internal/Event.cs | 2 | ||||
-rw-r--r-- | src/csharp/GrpcCore/Internal/GrpcThreadPool.cs | 2 | ||||
-rw-r--r-- | src/csharp/GrpcCore/Internal/SafeHandleZeroIsInvalid.cs | 2 | ||||
-rw-r--r-- | src/csharp/GrpcCore/Internal/ServerSafeHandle.cs | 2 | ||||
-rw-r--r-- | src/csharp/GrpcCore/Internal/ServerWritingObserver.cs | 2 | ||||
-rw-r--r-- | src/csharp/GrpcCore/Internal/StreamingInputObserver.cs | 2 | ||||
-rw-r--r-- | src/csharp/GrpcCore/Internal/Timespec.cs | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/src/csharp/GrpcCore/Internal/AsyncCall.cs b/src/csharp/GrpcCore/Internal/AsyncCall.cs index 88adcecc45..a3b40e512c 100644 --- a/src/csharp/GrpcCore/Internal/AsyncCall.cs +++ b/src/csharp/GrpcCore/Internal/AsyncCall.cs @@ -1,6 +1,6 @@ #region Copyright notice and license -// Copyright 2014, Google Inc. +// Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/csharp/GrpcCore/Internal/CallSafeHandle.cs b/src/csharp/GrpcCore/Internal/CallSafeHandle.cs index 3bde00edf8..d91d2ac6cb 100644 --- a/src/csharp/GrpcCore/Internal/CallSafeHandle.cs +++ b/src/csharp/GrpcCore/Internal/CallSafeHandle.cs @@ -1,6 +1,6 @@ #region Copyright notice and license -// Copyright 2014, Google Inc. +// Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/csharp/GrpcCore/Internal/ChannelSafeHandle.cs b/src/csharp/GrpcCore/Internal/ChannelSafeHandle.cs index 5f03ee2af5..f6af64c967 100644 --- a/src/csharp/GrpcCore/Internal/ChannelSafeHandle.cs +++ b/src/csharp/GrpcCore/Internal/ChannelSafeHandle.cs @@ -1,6 +1,6 @@ #region Copyright notice and license -// Copyright 2014, Google Inc. +// Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/csharp/GrpcCore/Internal/CompletionQueueSafeHandle.cs b/src/csharp/GrpcCore/Internal/CompletionQueueSafeHandle.cs index 79fbfb113d..fc2b1d5421 100644 --- a/src/csharp/GrpcCore/Internal/CompletionQueueSafeHandle.cs +++ b/src/csharp/GrpcCore/Internal/CompletionQueueSafeHandle.cs @@ -1,6 +1,6 @@ #region Copyright notice and license -// Copyright 2014, Google Inc. +// Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/csharp/GrpcCore/Internal/Enums.cs b/src/csharp/GrpcCore/Internal/Enums.cs index 76c14cfba3..c2eb1327b3 100644 --- a/src/csharp/GrpcCore/Internal/Enums.cs +++ b/src/csharp/GrpcCore/Internal/Enums.cs @@ -1,6 +1,6 @@ #region Copyright notice and license -// Copyright 2014, Google Inc. +// Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/csharp/GrpcCore/Internal/Event.cs b/src/csharp/GrpcCore/Internal/Event.cs index b656194a72..9229472ccd 100644 --- a/src/csharp/GrpcCore/Internal/Event.cs +++ b/src/csharp/GrpcCore/Internal/Event.cs @@ -1,6 +1,6 @@ #region Copyright notice and license -// Copyright 2014, Google Inc. +// Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/csharp/GrpcCore/Internal/GrpcThreadPool.cs b/src/csharp/GrpcCore/Internal/GrpcThreadPool.cs index 7c26edc817..b768decc8c 100644 --- a/src/csharp/GrpcCore/Internal/GrpcThreadPool.cs +++ b/src/csharp/GrpcCore/Internal/GrpcThreadPool.cs @@ -1,6 +1,6 @@ #region Copyright notice and license -// Copyright 2014, Google Inc. +// Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/csharp/GrpcCore/Internal/SafeHandleZeroIsInvalid.cs b/src/csharp/GrpcCore/Internal/SafeHandleZeroIsInvalid.cs index 5caa9cec2c..c7d8a0a3c3 100644 --- a/src/csharp/GrpcCore/Internal/SafeHandleZeroIsInvalid.cs +++ b/src/csharp/GrpcCore/Internal/SafeHandleZeroIsInvalid.cs @@ -1,6 +1,6 @@ #region Copyright notice and license -// Copyright 2014, Google Inc. +// Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/csharp/GrpcCore/Internal/ServerSafeHandle.cs b/src/csharp/GrpcCore/Internal/ServerSafeHandle.cs index f8142e5b32..2ae0ad237d 100644 --- a/src/csharp/GrpcCore/Internal/ServerSafeHandle.cs +++ b/src/csharp/GrpcCore/Internal/ServerSafeHandle.cs @@ -1,6 +1,6 @@ #region Copyright notice and license -// Copyright 2014, Google Inc. +// Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/csharp/GrpcCore/Internal/ServerWritingObserver.cs b/src/csharp/GrpcCore/Internal/ServerWritingObserver.cs index 723902edc0..1120791842 100644 --- a/src/csharp/GrpcCore/Internal/ServerWritingObserver.cs +++ b/src/csharp/GrpcCore/Internal/ServerWritingObserver.cs @@ -1,6 +1,6 @@ #region Copyright notice and license -// Copyright 2014, Google Inc. +// Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/csharp/GrpcCore/Internal/StreamingInputObserver.cs b/src/csharp/GrpcCore/Internal/StreamingInputObserver.cs index e0b7b5bf5b..49410961cb 100644 --- a/src/csharp/GrpcCore/Internal/StreamingInputObserver.cs +++ b/src/csharp/GrpcCore/Internal/StreamingInputObserver.cs @@ -1,6 +1,6 @@ #region Copyright notice and license -// Copyright 2014, Google Inc. +// Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without diff --git a/src/csharp/GrpcCore/Internal/Timespec.cs b/src/csharp/GrpcCore/Internal/Timespec.cs index 790f0d4ed5..651003dae8 100644 --- a/src/csharp/GrpcCore/Internal/Timespec.cs +++ b/src/csharp/GrpcCore/Internal/Timespec.cs @@ -1,6 +1,6 @@ #region Copyright notice and license -// Copyright 2014, Google Inc. +// Copyright 2015, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without |