aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/slice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/support/slice.c')
-rw-r--r--src/core/support/slice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/support/slice.c b/src/core/support/slice.c
index 836a5a6c2a..de26136f85 100644
--- a/src/core/support/slice.c
+++ b/src/core/support/slice.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
@@ -322,4 +322,4 @@ int gpr_slice_str_cmp(gpr_slice a, const char *b) {
int d = GPR_SLICE_LENGTH(a) - b_length;
if (d != 0) return d;
return memcmp(GPR_SLICE_START_PTR(a), b, b_length);
-}
+} \ No newline at end of file