Skip to content
Snippets Groups Projects
Commit 6d32e873 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #4719 from murgatroid99/fix_copyrights_again

Update copyrights again
parents 16a7dee6 eeb02ba7
No related branches found
No related tags found
No related merge requests found
/* /*
* *
* Copyright 2015, Google Inc. * Copyright 2015-2016, 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
...@@ -76,4 +76,4 @@ class AsyncGenericService GRPC_FINAL { ...@@ -76,4 +76,4 @@ class AsyncGenericService GRPC_FINAL {
} // namespace grpc } // namespace grpc
#endif // GRPCXX_GENERIC_ASYNC_GENERIC_SERVICE_H #endif // GRPCXX_GENERIC_ASYNC_GENERIC_SERVICE_H
\ No newline at end of file
/* /*
* *
* Copyright 2015, Google Inc. * Copyright 2015-2016, 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
...@@ -107,4 +107,4 @@ class SerializationTraits<ByteBuffer, void> { ...@@ -107,4 +107,4 @@ class SerializationTraits<ByteBuffer, void> {
} // namespace grpc } // namespace grpc
#endif // GRPCXX_SUPPORT_BYTE_BUFFER_H #endif // GRPCXX_SUPPORT_BYTE_BUFFER_H
\ No newline at end of file
/* /*
* *
* Copyright 2015, Google Inc. * Copyright 2015-2016, 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
...@@ -85,4 +85,4 @@ class Slice GRPC_FINAL { ...@@ -85,4 +85,4 @@ class Slice GRPC_FINAL {
} // namespace grpc } // namespace grpc
#endif // GRPCXX_SUPPORT_SLICE_H #endif // GRPCXX_SUPPORT_SLICE_H
\ No newline at end of file
/* /*
* *
* Copyright 2015, Google Inc. * Copyright 2015-2016, 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
...@@ -89,4 +89,4 @@ ByteBuffer& ByteBuffer::operator=(const ByteBuffer& buf) { ...@@ -89,4 +89,4 @@ ByteBuffer& ByteBuffer::operator=(const ByteBuffer& buf) {
return *this; return *this;
} }
} // namespace grpc } // namespace grpc
\ No newline at end of file
/* /*
* *
* Copyright 2015, Google Inc. * Copyright 2015-2016, 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
...@@ -377,4 +377,4 @@ std::unique_ptr<Client> CreateGenericAsyncStreamingClient( ...@@ -377,4 +377,4 @@ std::unique_ptr<Client> CreateGenericAsyncStreamingClient(
} // namespace testing } // namespace testing
} // namespace grpc } // namespace grpc
#endif #endif
\ No newline at end of file
/* /*
* *
* Copyright 2015, Google Inc. * Copyright 2015-2016, 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
...@@ -605,4 +605,4 @@ std::unique_ptr<Client> CreateGenericAsyncStreamingClient( ...@@ -605,4 +605,4 @@ std::unique_ptr<Client> CreateGenericAsyncStreamingClient(
} }
} // namespace testing } // namespace testing
} // namespace grpc } // namespace grpc
\ No newline at end of file
/* /*
* *
* Copyright 2015, Google Inc. * Copyright 2015-2016, 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
...@@ -172,4 +172,4 @@ std::unique_ptr<Client> CreateSynchronousStreamingClient( ...@@ -172,4 +172,4 @@ std::unique_ptr<Client> CreateSynchronousStreamingClient(
} }
} // namespace testing } // namespace testing
} // namespace grpc } // namespace grpc
\ No newline at end of file
/* /*
* *
* Copyright 2015, Google Inc. * Copyright 2015-2016, 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
...@@ -79,4 +79,4 @@ int main(int argc, char** argv) { ...@@ -79,4 +79,4 @@ int main(int argc, char** argv) {
grpc::testing::RunGenericAsyncStreamingPingPong(); grpc::testing::RunGenericAsyncStreamingPingPong();
return 0; return 0;
} }
\ No newline at end of file
/* /*
* *
* Copyright 2015, Google Inc. * Copyright 2015-2016, 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
...@@ -117,7 +117,7 @@ static void QpsDriver() { ...@@ -117,7 +117,7 @@ static void QpsDriver() {
params->set_resp_size(FLAGS_bbuf_resp_size); params->set_resp_size(FLAGS_bbuf_resp_size);
if (FLAGS_bbuf_req_size >= 0) { if (FLAGS_bbuf_req_size >= 0) {
params->set_req_size(FLAGS_bbuf_req_size); params->set_req_size(FLAGS_bbuf_req_size);
} }
} else { } else {
// set a reasonable default: proto but no payload // set a reasonable default: proto but no payload
client_config.mutable_payload_config()->mutable_simple_params(); client_config.mutable_payload_config()->mutable_simple_params();
...@@ -184,4 +184,4 @@ int main(int argc, char** argv) { ...@@ -184,4 +184,4 @@ int main(int argc, char** argv) {
grpc::testing::QpsDriver(); grpc::testing::QpsDriver();
return 0; return 0;
} }
\ No newline at end of file
/* /*
* *
* Copyright 2015, Google Inc. * Copyright 2015-2016, 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
...@@ -239,4 +239,4 @@ QpsWorker::QpsWorker(int driver_port) { ...@@ -239,4 +239,4 @@ QpsWorker::QpsWorker(int driver_port) {
QpsWorker::~QpsWorker() {} QpsWorker::~QpsWorker() {}
} // namespace testing } // namespace testing
} // namespace grpc } // namespace grpc
\ No newline at end of file
/* /*
* *
* Copyright 2015, Google Inc. * Copyright 2015-2016, 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
...@@ -112,4 +112,4 @@ std::unique_ptr<Server> CreateAsyncServer(const ServerConfig& config); ...@@ -112,4 +112,4 @@ std::unique_ptr<Server> CreateAsyncServer(const ServerConfig& config);
} // namespace testing } // namespace testing
} // namespace grpc } // namespace grpc
#endif #endif
\ No newline at end of file
/* /*
* *
* Copyright 2015, Google Inc. * Copyright 2015-2016, 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
...@@ -403,4 +403,4 @@ std::unique_ptr<Server> CreateAsyncGenericServer(const ServerConfig &config) { ...@@ -403,4 +403,4 @@ std::unique_ptr<Server> CreateAsyncGenericServer(const ServerConfig &config) {
} }
} // namespace testing } // namespace testing
} // namespace grpc } // namespace grpc
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment