aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/json/json_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/json/json_string.c')
-rw-r--r--src/core/json/json_string.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/json/json_string.c b/src/core/json/json_string.c
index d29e9e30e8..91ae99aa47 100644
--- a/src/core/json/json_string.c
+++ b/src/core/json/json_string.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
@@ -388,4 +388,4 @@ char* grpc_json_dump_to_string(grpc_json* json, int indent) {
json_writer_output_char(&state, 0);
return state.output;
-}
+} \ No newline at end of file