diff options
author | Craig Tiller <ctiller@google.com> | 2015-02-18 08:34:56 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-02-18 08:34:56 -0800 |
commit | 0605995e55a2030c5a2a82092a253e7188b8d2fb (patch) | |
tree | 784a0550c25003016af21a4f249f406bb75d1565 /test/core/support | |
parent | 6d5f42e79a110f3ed13248f89102dc01ae7780ae (diff) |
Update copyright to 2015
Diffstat (limited to 'test/core/support')
-rw-r--r-- | test/core/support/cancellable_test.c | 4 | ||||
-rw-r--r-- | test/core/support/cmdline_test.c | 4 | ||||
-rw-r--r-- | test/core/support/env_test.c | 4 | ||||
-rw-r--r-- | test/core/support/file_test.c | 4 | ||||
-rw-r--r-- | test/core/support/histogram_test.c | 4 | ||||
-rw-r--r-- | test/core/support/host_port_test.c | 4 | ||||
-rw-r--r-- | test/core/support/log_test.c | 4 | ||||
-rw-r--r-- | test/core/support/murmur_hash_test.c | 4 | ||||
-rw-r--r-- | test/core/support/slice_buffer_test.c | 4 | ||||
-rw-r--r-- | test/core/support/slice_test.c | 4 | ||||
-rw-r--r-- | test/core/support/string_test.c | 4 | ||||
-rw-r--r-- | test/core/support/sync_test.c | 4 | ||||
-rw-r--r-- | test/core/support/thd_test.c | 4 | ||||
-rw-r--r-- | test/core/support/time_test.c | 4 | ||||
-rw-r--r-- | test/core/support/useful_test.c | 4 |
15 files changed, 30 insertions, 30 deletions
diff --git a/test/core/support/cancellable_test.c b/test/core/support/cancellable_test.c index e90c999921..c073597a83 100644 --- a/test/core/support/cancellable_test.c +++ b/test/core/support/cancellable_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 @@ -157,4 +157,4 @@ int main(int argc, char *argv[]) { grpc_test_init(argc, argv); test(); return 0; -} +}
\ No newline at end of file diff --git a/test/core/support/cmdline_test.c b/test/core/support/cmdline_test.c index 1d15c66289..677415a6ec 100644 --- a/test/core/support/cmdline_test.c +++ b/test/core/support/cmdline_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 @@ -290,4 +290,4 @@ int main(int argc, char **argv) { test_flag_val_false(); test_many(); return 0; -} +}
\ No newline at end of file diff --git a/test/core/support/env_test.c b/test/core/support/env_test.c index 36d7adf80b..025caa17c0 100644 --- a/test/core/support/env_test.c +++ b/test/core/support/env_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 @@ -61,4 +61,4 @@ int main(int argc, char **argv) { grpc_test_init(argc, argv); test_setenv_getenv(); return 0; -} +}
\ No newline at end of file diff --git a/test/core/support/file_test.c b/test/core/support/file_test.c index b089954186..f111a07448 100644 --- a/test/core/support/file_test.c +++ b/test/core/support/file_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 @@ -156,4 +156,4 @@ int main(int argc, char **argv) { test_load_small_file(); test_load_big_file(); return 0; -} +}
\ No newline at end of file diff --git a/test/core/support/histogram_test.c b/test/core/support/histogram_test.c index 4769ce0599..9fb3319e6f 100644 --- a/test/core/support/histogram_test.c +++ b/test/core/support/histogram_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(void) { test_percentile(); test_merge(); return 0; -} +}
\ No newline at end of file diff --git a/test/core/support/host_port_test.c b/test/core/support/host_port_test.c index 6d14fab863..22dbb0e81a 100644 --- a/test/core/support/host_port_test.c +++ b/test/core/support/host_port_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 @@ -70,4 +70,4 @@ int main(int argc, char **argv) { test_join_host_port_garbage(); return 0; -} +}
\ No newline at end of file diff --git a/test/core/support/log_test.c b/test/core/support/log_test.c index 3ee40b6d76..dfe30d4564 100644 --- a/test/core/support/log_test.c +++ b/test/core/support/log_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 @@ -56,4 +56,4 @@ int main(int argc, char **argv) { gpr_log(GPR_INFO, "hello %d %d %d", 1, 2, 3); /* TODO(ctiller): should we add a GPR_ASSERT failure test here */ return 0; -} +}
\ No newline at end of file diff --git a/test/core/support/murmur_hash_test.c b/test/core/support/murmur_hash_test.c index 366bcb20bf..63b938c010 100644 --- a/test/core/support/murmur_hash_test.c +++ b/test/core/support/murmur_hash_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 @@ -84,4 +84,4 @@ int main(int argc, char **argv) { gpr_murmur_hash3("xyz", 3, 0); verification_test(gpr_murmur_hash3, 0xB0F57EE3); return 0; -} +}
\ No newline at end of file diff --git a/test/core/support/slice_buffer_test.c b/test/core/support/slice_buffer_test.c index 030d1d4249..3788d66c51 100644 --- a/test/core/support/slice_buffer_test.c +++ b/test/core/support/slice_buffer_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 @@ -67,4 +67,4 @@ int main(int argc, char **argv) { gpr_slice_buffer_destroy(&buf); return 0; -} +}
\ No newline at end of file diff --git a/test/core/support/slice_test.c b/test/core/support/slice_test.c index 469d7dedc3..69cb56b404 100644 --- a/test/core/support/slice_test.c +++ b/test/core/support/slice_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 @@ -224,4 +224,4 @@ int main(int argc, char **argv) { } test_slice_from_copied_string_works(); return 0; -} +}
\ No newline at end of file diff --git a/test/core/support/string_test.c b/test/core/support/string_test.c index a01ec6f87f..4beabbe262 100644 --- a/test/core/support/string_test.c +++ b/test/core/support/string_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 @@ -151,4 +151,4 @@ int main(int argc, char **argv) { test_parse_uint32(); test_asprintf(); return 0; -} +}
\ No newline at end of file diff --git a/test/core/support/sync_test.c b/test/core/support/sync_test.c index 540d9d1c64..827d3d322a 100644 --- a/test/core/support/sync_test.c +++ b/test/core/support/sync_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 @@ -448,4 +448,4 @@ int main(int argc, char *argv[]) { test("refcount", &refinc, &refcheck, 1); test("timedevent", &inc_with_1ms_delay_event, NULL, 1); return 0; -} +}
\ No newline at end of file diff --git a/test/core/support/thd_test.c b/test/core/support/thd_test.c index c70e025326..6e10b23be5 100644 --- a/test/core/support/thd_test.c +++ b/test/core/support/thd_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 @@ -87,4 +87,4 @@ int main(int argc, char *argv[]) { grpc_test_init(argc, argv); test(); return 0; -} +}
\ No newline at end of file diff --git a/test/core/support/time_test.c b/test/core/support/time_test.c index 56f927787b..c9833dd4df 100644 --- a/test/core/support/time_test.c +++ b/test/core/support/time_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 @@ -252,4 +252,4 @@ int main(int argc, char *argv[]) { test_sticky_infinities(); test_similar(); return 0; -} +}
\ No newline at end of file diff --git a/test/core/support/useful_test.c b/test/core/support/useful_test.c index 716861665b..92f44b331b 100644 --- a/test/core/support/useful_test.c +++ b/test/core/support/useful_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 @@ -56,4 +56,4 @@ int main(int argc, char **argv) { GPR_ASSERT(GPR_ARRAY_SIZE(five) == 5); return 0; -} +}
\ No newline at end of file |