diff options
author | David Garcia Quintas <dgq@google.com> | 2016-01-20 11:21:27 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-01-20 11:21:27 -0800 |
commit | 6190854157c7d4e09581c3927262ca53ca95ea83 (patch) | |
tree | 1e7192c36dbab185b1e1a7747b586004be7843a7 /include | |
parent | 167221423b8ee23f23ea8adfbd7f204b4060e554 (diff) |
updated copyrights
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc++/generic/generic_stub.h | 2 | ||||
-rw-r--r-- | include/grpc++/impl/client_unary_call.h | 2 | ||||
-rw-r--r-- | include/grpc++/impl/codegen/server_interface.h | 2 | ||||
-rw-r--r-- | include/grpc++/impl/rpc_method.h | 2 | ||||
-rw-r--r-- | include/grpc++/support/async_unary_call.h | 2 | ||||
-rw-r--r-- | include/grpc++/support/sync_stream.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/include/grpc++/generic/generic_stub.h b/include/grpc++/generic/generic_stub.h index cd8fb54aed..a24fcb4fed 100644 --- a/include/grpc++/generic/generic_stub.h +++ b/include/grpc++/generic/generic_stub.h @@ -1,6 +1,6 @@ /* * - * Copyright 2015, Google Inc. + * Copyright 2015-2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/grpc++/impl/client_unary_call.h b/include/grpc++/impl/client_unary_call.h index 554683aa66..6033fb7cc2 100644 --- a/include/grpc++/impl/client_unary_call.h +++ b/include/grpc++/impl/client_unary_call.h @@ -1,6 +1,6 @@ /* * - * Copyright 2015, Google Inc. + * Copyright 2015-2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/grpc++/impl/codegen/server_interface.h b/include/grpc++/impl/codegen/server_interface.h index fc2abb1157..5c16fd4653 100644 --- a/include/grpc++/impl/codegen/server_interface.h +++ b/include/grpc++/impl/codegen/server_interface.h @@ -1,6 +1,6 @@ /* * - * Copyright 2015, Google Inc. + * Copyright 2015-2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/grpc++/impl/rpc_method.h b/include/grpc++/impl/rpc_method.h index cc29f6db49..387891727d 100644 --- a/include/grpc++/impl/rpc_method.h +++ b/include/grpc++/impl/rpc_method.h @@ -1,6 +1,6 @@ /* * - * Copyright 2015, Google Inc. + * Copyright 2015-2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/grpc++/support/async_unary_call.h b/include/grpc++/support/async_unary_call.h index 396bd15b93..55ca56b6a6 100644 --- a/include/grpc++/support/async_unary_call.h +++ b/include/grpc++/support/async_unary_call.h @@ -1,6 +1,6 @@ /* * - * Copyright 2015, Google Inc. + * Copyright 2015-2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/grpc++/support/sync_stream.h b/include/grpc++/support/sync_stream.h index aaf1a5b7cc..3f3acc5308 100644 --- a/include/grpc++/support/sync_stream.h +++ b/include/grpc++/support/sync_stream.h @@ -1,6 +1,6 @@ /* * - * Copyright 2015, Google Inc. + * Copyright 2015-2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |