aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-01-11 23:01:24 -0800
committerGravatar yang-g <yangg@google.com>2017-01-11 23:01:24 -0800
commita2341eaed05cb5713dc95ff52fe59730a006f389 (patch)
tree65fbf1abcb39f498945fc9c729344d3fc854c3f4
parent43dc9ed3b7faf24c02896b2307739630a3c92154 (diff)
omg it is 2017
-rw-r--r--bazel/BUILD2
-rw-r--r--src/proto/grpc/testing/BUILD2
-rw-r--r--src/proto/grpc/testing/duplicate/BUILD2
-rw-r--r--test/core/util/BUILD2
-rwxr-xr-xtools/distrib/check_copyright.py1
5 files changed, 5 insertions, 4 deletions
diff --git a/bazel/BUILD b/bazel/BUILD
index 2d3c576aa0..fe776b20ef 100644
--- a/bazel/BUILD
+++ b/bazel/BUILD
@@ -1,4 +1,4 @@
-# Copyright 2016, Google Inc.
+# Copyright 2017, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/src/proto/grpc/testing/BUILD b/src/proto/grpc/testing/BUILD
index 8d5c32d35c..283740839d 100644
--- a/src/proto/grpc/testing/BUILD
+++ b/src/proto/grpc/testing/BUILD
@@ -1,4 +1,4 @@
-# Copyright 2016, Google Inc.
+# Copyright 2017, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/src/proto/grpc/testing/duplicate/BUILD b/src/proto/grpc/testing/duplicate/BUILD
index f58de9bec6..8fc5a96af4 100644
--- a/src/proto/grpc/testing/duplicate/BUILD
+++ b/src/proto/grpc/testing/duplicate/BUILD
@@ -1,4 +1,4 @@
-# Copyright 2016, Google Inc.
+# Copyright 2017, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/test/core/util/BUILD b/test/core/util/BUILD
index e7ed5ea2f5..8769683b23 100644
--- a/test/core/util/BUILD
+++ b/test/core/util/BUILD
@@ -1,4 +1,4 @@
-# Copyright 2016, Google Inc.
+# Copyright 2017, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/distrib/check_copyright.py b/tools/distrib/check_copyright.py
index 718bb563f3..c993407eb2 100755
--- a/tools/distrib/check_copyright.py
+++ b/tools/distrib/check_copyright.py
@@ -90,6 +90,7 @@ LICENSE_PREFIX = {
'Makefile': r'#\s*',
'Dockerfile': r'#\s*',
'LICENSE': '',
+ 'BUILD': r'#\s*',
}
_EXEMPT = frozenset((