diff options
author | Craig Tiller <ctiller@google.com> | 2015-02-18 08:34:56 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-02-18 08:34:56 -0800 |
commit | 0605995e55a2030c5a2a82092a253e7188b8d2fb (patch) | |
tree | 784a0550c25003016af21a4f249f406bb75d1565 /src/cpp/common | |
parent | 6d5f42e79a110f3ed13248f89102dc01ae7780ae (diff) |
Update copyright to 2015
Diffstat (limited to 'src/cpp/common')
-rw-r--r-- | src/cpp/common/call.cc | 4 | ||||
-rw-r--r-- | src/cpp/common/completion_queue.cc | 4 | ||||
-rw-r--r-- | src/cpp/common/rpc_method.cc | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/cpp/common/call.cc b/src/cpp/common/call.cc index 04af36f312..b7a6450d2c 100644 --- a/src/cpp/common/call.cc +++ b/src/cpp/common/call.cc @@ -1,6 +1,6 @@ /* * - * Copyright 2014, Google Inc. + * Copyright 2015, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -283,4 +283,4 @@ void Call::PerformOps(CallOpBuffer* buffer) { call_hook_->PerformOpsOnCall(buffer, this); } -} // namespace grpc +} // namespace grpc
\ No newline at end of file diff --git a/src/cpp/common/completion_queue.cc b/src/cpp/common/completion_queue.cc index 4419b4b2f1..f2b75b410a 100644 --- a/src/cpp/common/completion_queue.cc +++ b/src/cpp/common/completion_queue.cc @@ -1,5 +1,5 @@ /* - * Copyright 2014, Google Inc. + * Copyright 2015, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -82,4 +82,4 @@ bool CompletionQueue::Pluck(CompletionQueueTag *tag) { return ok; } -} // namespace grpc +} // namespace grpc
\ No newline at end of file diff --git a/src/cpp/common/rpc_method.cc b/src/cpp/common/rpc_method.cc index c8b2ccb10e..e536a1b135 100644 --- a/src/cpp/common/rpc_method.cc +++ b/src/cpp/common/rpc_method.cc @@ -1,6 +1,6 @@ /* * - * Copyright 2014, Google Inc. + * Copyright 2015, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,4 +33,4 @@ #include <grpc++/impl/rpc_method.h> -namespace grpc {} // namespace grpc +namespace grpc {} // namespace grpc
\ No newline at end of file |