changed 2014 -> 2015

pull/518/head
Jan Tattermusch 10 years ago
parent a7fff86b61
commit af77b3d0b7
  1. 2
      src/csharp/GrpcApi/MathGrpc.cs
  2. 2
      src/csharp/GrpcApi/MathServiceImpl.cs
  3. 2
      src/csharp/GrpcApiTests/MathClientServerTests.cs
  4. 2
      src/csharp/GrpcCore/Call.cs
  5. 2
      src/csharp/GrpcCore/Calls.cs
  6. 2
      src/csharp/GrpcCore/Channel.cs
  7. 2
      src/csharp/GrpcCore/ClientStreamingAsyncResult.cs
  8. 2
      src/csharp/GrpcCore/GrpcEnvironment.cs
  9. 2
      src/csharp/GrpcCore/Internal/AsyncCall.cs
  10. 2
      src/csharp/GrpcCore/Internal/CallSafeHandle.cs
  11. 2
      src/csharp/GrpcCore/Internal/ChannelSafeHandle.cs
  12. 2
      src/csharp/GrpcCore/Internal/CompletionQueueSafeHandle.cs
  13. 2
      src/csharp/GrpcCore/Internal/Enums.cs
  14. 2
      src/csharp/GrpcCore/Internal/Event.cs
  15. 2
      src/csharp/GrpcCore/Internal/GrpcThreadPool.cs
  16. 2
      src/csharp/GrpcCore/Internal/SafeHandleZeroIsInvalid.cs
  17. 2
      src/csharp/GrpcCore/Internal/ServerSafeHandle.cs
  18. 2
      src/csharp/GrpcCore/Internal/ServerWritingObserver.cs
  19. 2
      src/csharp/GrpcCore/Internal/StreamingInputObserver.cs
  20. 2
      src/csharp/GrpcCore/Internal/Timespec.cs
  21. 2
      src/csharp/GrpcCore/Marshaller.cs
  22. 2
      src/csharp/GrpcCore/Method.cs
  23. 2
      src/csharp/GrpcCore/RpcException.cs
  24. 2
      src/csharp/GrpcCore/Server.cs
  25. 2
      src/csharp/GrpcCore/ServerCallHandler.cs
  26. 2
      src/csharp/GrpcCore/ServerCalls.cs
  27. 2
      src/csharp/GrpcCore/ServerServiceDefinition.cs
  28. 2
      src/csharp/GrpcCore/Status.cs
  29. 2
      src/csharp/GrpcCore/StatusCode.cs
  30. 2
      src/csharp/GrpcCore/Utils/RecordingObserver.cs
  31. 2
      src/csharp/GrpcCore/Utils/RecordingQueue.cs
  32. 2
      src/csharp/GrpcCoreTests/ClientServerTest.cs
  33. 2
      src/csharp/GrpcCoreTests/GrpcEnvironmentTest.cs
  34. 2
      src/csharp/GrpcCoreTests/ServerTest.cs
  35. 2
      src/csharp/GrpcCoreTests/TimespecTest.cs
  36. 2
      src/csharp/InteropClient/Client.cs
  37. 2
      src/csharp/MathClient/MathClient.cs
  38. 2
      src/csharp/ext/grpc_csharp_ext.c

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#region Copyright notice and license #region Copyright notice and license
// Copyright 2014, Google Inc. // Copyright 2015, Google Inc.
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
/* /*
* *
* Copyright 2014, Google Inc. * Copyright 2015, Google Inc.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

Loading…
Cancel
Save