aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/echo
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-18 08:34:56 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-18 08:34:56 -0800
commit0605995e55a2030c5a2a82092a253e7188b8d2fb (patch)
tree784a0550c25003016af21a4f249f406bb75d1565 /test/core/echo
parent6d5f42e79a110f3ed13248f89102dc01ae7780ae (diff)
Update copyright to 2015
Diffstat (limited to 'test/core/echo')
-rw-r--r--test/core/echo/client.c4
-rw-r--r--test/core/echo/echo_test.c4
-rw-r--r--test/core/echo/server.c4
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