From 0605995e55a2030c5a2a82092a253e7188b8d2fb Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 18 Feb 2015 08:34:56 -0800 Subject: Update copyright to 2015 --- test/core/echo/client.c | 4 ++-- test/core/echo/echo_test.c | 4 ++-- test/core/echo/server.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'test/core/echo') 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 -- cgit v1.2.3