From 40809210d410ea5134efe50250dbf58263910c19 Mon Sep 17 00:00:00 2001
From: murgatroid99 <mlumish@google.com>
Date: Wed, 13 Jan 2016 17:45:30 -0800
Subject: [PATCH] Update copyrights

---
 src/core/transport/metadata.c           | 4 ++--
 src/core/transport/metadata.h           | 4 ++--
 src/node/ext/call.cc                    | 4 ++--
 src/node/interop/async_delay_queue.js   | 4 ++--
 src/ruby/spec/pb/health/checker_spec.rb | 4 ++--
 tools/run_tests/run_interop_tests.py    | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/core/transport/metadata.c b/src/core/transport/metadata.c
index 319e59603d..a5f0dcbe1c 100644
--- a/src/core/transport/metadata.c
+++ b/src/core/transport/metadata.c
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -687,4 +687,4 @@ gpr_slice grpc_mdstr_as_base64_encoded_and_huffman_compressed(grpc_mdstr *gs) {
   slice = s->base64_and_huffman;
   gpr_mu_unlock(&shard->mu);
   return slice;
-}
+}
\ No newline at end of file
diff --git a/src/core/transport/metadata.h b/src/core/transport/metadata.h
index 9b8de9d882..3898c3d18e 100644
--- a/src/core/transport/metadata.h
+++ b/src/core/transport/metadata.h
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -153,4 +153,4 @@ int grpc_mdstr_is_bin_suffixed(grpc_mdstr *s);
 void grpc_mdctx_global_init(void);
 void grpc_mdctx_global_shutdown(void);
 
-#endif /* GRPC_INTERNAL_CORE_TRANSPORT_METADATA_H */
+#endif /* GRPC_INTERNAL_CORE_TRANSPORT_METADATA_H */
\ No newline at end of file
diff --git a/src/node/ext/call.cc b/src/node/ext/call.cc
index 9f023b5883..e1fc111e9e 100644
--- a/src/node/ext/call.cc
+++ b/src/node/ext/call.cc
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -773,4 +773,4 @@ NAN_METHOD(Call::SetCredentials) {
 }
 
 }  // namespace node
-}  // namespace grpc
+}  // namespace grpc
\ No newline at end of file
diff --git a/src/node/interop/async_delay_queue.js b/src/node/interop/async_delay_queue.js
index 5df1e00921..b3c30abc8f 100644
--- a/src/node/interop/async_delay_queue.js
+++ b/src/node/interop/async_delay_queue.js
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -76,4 +76,4 @@ AsyncDelayQueue.prototype.add = function(callback, delay) {
   }
 };
 
-module.exports = AsyncDelayQueue;
+module.exports = AsyncDelayQueue;
\ No newline at end of file
diff --git a/src/ruby/spec/pb/health/checker_spec.rb b/src/ruby/spec/pb/health/checker_spec.rb
index 10d3a0705a..529a767638 100644
--- a/src/ruby/spec/pb/health/checker_spec.rb
+++ b/src/ruby/spec/pb/health/checker_spec.rb
@@ -1,4 +1,4 @@
-# Copyright 2015, Google Inc.
+# Copyright 2015-2016, Google Inc.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -229,4 +229,4 @@ describe Grpc::Health::Checker do
       t.join
     end
   end
-end
+end
\ No newline at end of file
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py
index ce9aec437b..70f1b307ba 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright 2015, Google Inc.
+# Copyright 2015-2016, Google Inc.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -785,4 +785,4 @@ finally:
 
   for image in docker_images.itervalues():
     print 'Removing docker image %s' % image
-    dockerjob.remove_image(image)
+    dockerjob.remove_image(image)
\ No newline at end of file
-- 
GitLab