diff options
Diffstat (limited to 'test/core/echo')
-rw-r--r-- | test/core/echo/client.c | 4 | ||||
-rw-r--r-- | test/core/echo/echo_test.c | 4 | ||||
-rw-r--r-- | test/core/echo/server.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/test/core/echo/client.c b/test/core/echo/client.c index 5652fd9f38..f6e9d665a5 100644 --- a/test/core/echo/client.c +++ b/test/core/echo/client.c @@ -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 @@ -136,4 +136,4 @@ int main(int argc, char **argv) { grpc_shutdown(); return 0; -} +}
\ No newline at end of file diff --git a/test/core/echo/echo_test.c b/test/core/echo/echo_test.c index 5450dfbef5..fd531b9314 100644 --- a/test/core/echo/echo_test.c +++ b/test/core/echo/echo_test.c @@ -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 @@ -132,4 +132,4 @@ int main(int argc, char **argv) { if (!WIFEXITED(status)) return 4; if (WEXITSTATUS(status)) return WEXITSTATUS(status); return 0; -} +}
\ No newline at end of file diff --git a/test/core/echo/server.c b/test/core/echo/server.c index 6e494d50ff..17b876af8c 100644 --- a/test/core/echo/server.c +++ b/test/core/echo/server.c @@ -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 @@ -220,4 +220,4 @@ int main(int argc, char **argv) { grpc_shutdown(); return 0; -} +}
\ No newline at end of file |