aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/json
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/json
parent6d5f42e79a110f3ed13248f89102dc01ae7780ae (diff)
Update copyright to 2015
Diffstat (limited to 'test/core/json')
-rw-r--r--test/core/json/json_rewrite.c4
-rw-r--r--test/core/json/json_rewrite_test.c4
-rw-r--r--test/core/json/json_test.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/test/core/json/json_rewrite.c b/test/core/json/json_rewrite.c
index a761a670f0..23ea798fea 100644
--- a/test/core/json/json_rewrite.c
+++ b/test/core/json/json_rewrite.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
@@ -258,4 +258,4 @@ int main(int argc, char** argv) {
gpr_cmdline_destroy(cl);
return rewrite(stdin, stdout, indent) ? 0 : 1;
-}
+} \ No newline at end of file
diff --git a/test/core/json/json_rewrite_test.c b/test/core/json/json_rewrite_test.c
index 4ce406c990..1b3383653d 100644
--- a/test/core/json/json_rewrite_test.c
+++ b/test/core/json/json_rewrite_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
@@ -319,4 +319,4 @@ int main(int argc, char** argv) {
test_rewrites();
gpr_log(GPR_INFO, "json_rewrite_test success");
return 0;
-}
+} \ No newline at end of file
diff --git a/test/core/json/json_test.c b/test/core/json/json_test.c
index 6d0227ad39..1cfbbc4105 100644
--- a/test/core/json/json_test.c
+++ b/test/core/json/json_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
@@ -175,4 +175,4 @@ int main(int argc, char **argv) {
test_atypical();
gpr_log(GPR_INFO, "json_test success");
return 0;
-}
+} \ No newline at end of file