aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-09-25 13:56:55 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-09-25 14:43:08 +0000
commitf88f4d81acead9ef3e2f73d9a44afd76c2c239c1 (patch)
treeefa336ec85805e6b8150c0e13d0e75f55ff56406 /tools
parent5c15b8658e8e990cd1812569284e2dd0b5762daa (diff)
Rationalize copyright headers
The headers were modified with `find . -type f -exec 'sed' '-Ei' 's|Copyright 201([45]) Google|Copyright 201\1 The Bazel Authors|' '{}' ';'` And manual edit for not Google owned copyright. Because of the nature of ijar, I did not modified the header of file owned by Alan Donovan. The list of authors were extracted from the git log. It is missing older Google contributors that can be added on-demand. -- MOS_MIGRATED_REVID=103938715
Diffstat (limited to 'tools')
-rwxr-xr-xtools/android/aar_generator.sh2
-rw-r--r--tools/android/android_permissions.py2
-rw-r--r--tools/android/build_incremental_dexmanifest.py2
-rw-r--r--tools/android/build_split_manifest.py2
-rw-r--r--tools/android/build_split_manifest_test.py2
-rw-r--r--tools/android/incremental_install.py2
-rw-r--r--tools/android/incremental_install_test.py2
-rwxr-xr-xtools/android/jack/fail.sh2
-rwxr-xr-xtools/android/merge_dexzips.sh2
-rw-r--r--tools/android/merge_manifests.py2
-rw-r--r--tools/android/merge_manifests_test.py2
-rw-r--r--tools/android/proguard_whitelister.py2
-rw-r--r--tools/android/proguard_whitelister_input.cfg2
-rw-r--r--tools/android/proguard_whitelister_test.py2
-rwxr-xr-xtools/android/resources_processor.sh2
-rwxr-xr-xtools/android/shuffle_jars.sh2
-rw-r--r--tools/android/strip_resources.py2
-rw-r--r--tools/android/stubify_manifest.py2
-rw-r--r--tools/android/stubify_manifest_test.py2
-rw-r--r--tools/build_defs/d/d.bzl2
-rw-r--r--tools/build_defs/docker/archive.py2
-rw-r--r--tools/build_defs/docker/archive_test.py2
-rw-r--r--tools/build_defs/docker/build_layer.py2
-rwxr-xr-xtools/build_defs/docker/build_test.sh2
-rw-r--r--tools/build_defs/docker/create_image.py2
-rw-r--r--tools/build_defs/docker/docker.bzl2
-rw-r--r--tools/build_defs/docker/rewrite_json.py2
-rw-r--r--tools/build_defs/docker/rewrite_json_test.py2
-rw-r--r--tools/build_defs/docker/sha256.py2
-rw-r--r--tools/build_defs/docker/testdata/extras_gen.py2
-rw-r--r--tools/build_defs/docker/testdata/strip_top.py2
-rw-r--r--tools/build_defs/docker/testenv.py2
-rwxr-xr-xtools/build_defs/docker/testenv.sh2
-rw-r--r--tools/build_defs/groovy/groovy.bzl2
-rw-r--r--tools/build_defs/jsonnet/jsonnet.bzl2
-rw-r--r--tools/build_defs/sass/sass.bzl2
-rw-r--r--tools/build_defs/sass/test/sass_rule_test.bzl2
-rw-r--r--tools/build_defs/scala/scala.bzl2
-rw-r--r--tools/build_defs/scala/test/JavaBinary.java2
-rw-r--r--tools/build_defs/scala/test/OtherJavaLib.java2
-rw-r--r--tools/build_rules/appengine/appengine.BUILD2
-rw-r--r--tools/build_rules/appengine/appengine.WORKSPACE2
-rw-r--r--tools/build_rules/appengine/appengine.bzl2
-rw-r--r--tools/build_rules/appengine/appengine_deploy.sh.template2
-rw-r--r--tools/build_rules/appengine/appengine_runner.sh.template2
-rw-r--r--tools/build_rules/closure/BUILD2
-rw-r--r--tools/build_rules/closure/closure_compiler.BUILD2
-rw-r--r--tools/build_rules/closure/closure_js_binary.bzl2
-rw-r--r--tools/build_rules/closure/closure_js_library.bzl2
-rw-r--r--tools/build_rules/closure/closure_library.BUILD2
-rw-r--r--tools/build_rules/closure/closure_stylesheet_library.bzl2
-rw-r--r--tools/build_rules/closure/closure_template_library.bzl2
-rw-r--r--tools/build_rules/closure/closure_templates.BUILD2
-rw-r--r--tools/build_rules/genproto.bzl2
-rw-r--r--tools/build_rules/java_rules_skylark.bzl2
-rw-r--r--tools/build_rules/py_rules.bzl2
-rw-r--r--tools/build_rules/rust/rust.bzl2
-rw-r--r--tools/build_rules/rust/test/rust_rule_test.bzl2
-rw-r--r--tools/build_rules/test_rules.bzl2
-rwxr-xr-xtools/cpp/osx_gcc_wrapper.sh2
-rwxr-xr-xtools/j2objc/j2objc_wrapper.py2
-rw-r--r--tools/objc/dummy.c2
-rw-r--r--tools/objc/ios_runner.sh.mac_template2
-rw-r--r--tools/objc/ios_test.sh.bazel_template2
-rwxr-xr-xtools/objc/j2objc_dead_code_pruner.py2
-rwxr-xr-xtools/test/test-setup.sh2
66 files changed, 66 insertions, 66 deletions
diff --git a/tools/android/aar_generator.sh b/tools/android/aar_generator.sh
index b9b86d1ad9..62f6239d53 100755
--- a/tools/android/aar_generator.sh
+++ b/tools/android/aar_generator.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2014 Google Inc. All rights reserved.
+# Copyright 2014 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/android_permissions.py b/tools/android/android_permissions.py
index be54bda403..7fb2328f7c 100644
--- a/tools/android/android_permissions.py
+++ b/tools/android/android_permissions.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/build_incremental_dexmanifest.py b/tools/android/build_incremental_dexmanifest.py
index 25741651f5..2fe4bfaf8b 100644
--- a/tools/android/build_incremental_dexmanifest.py
+++ b/tools/android/build_incremental_dexmanifest.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/build_split_manifest.py b/tools/android/build_split_manifest.py
index 9cd0c55f2f..84c1f1eb99 100644
--- a/tools/android/build_split_manifest.py
+++ b/tools/android/build_split_manifest.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/build_split_manifest_test.py b/tools/android/build_split_manifest_test.py
index fbecf6037e..5cfe980675 100644
--- a/tools/android/build_split_manifest_test.py
+++ b/tools/android/build_split_manifest_test.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/incremental_install.py b/tools/android/incremental_install.py
index c49f2ec0c2..47515f5261 100644
--- a/tools/android/incremental_install.py
+++ b/tools/android/incremental_install.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/incremental_install_test.py b/tools/android/incremental_install_test.py
index 773b348e68..1bf2aa746d 100644
--- a/tools/android/incremental_install_test.py
+++ b/tools/android/incremental_install_test.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/jack/fail.sh b/tools/android/jack/fail.sh
index 59b453bcbe..c308f5fbb4 100755
--- a/tools/android/jack/fail.sh
+++ b/tools/android/jack/fail.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/merge_dexzips.sh b/tools/android/merge_dexzips.sh
index a37cd9929b..a29a95df91 100755
--- a/tools/android/merge_dexzips.sh
+++ b/tools/android/merge_dexzips.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2014 Google Inc. All rights reserved.
+# Copyright 2014 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/merge_manifests.py b/tools/android/merge_manifests.py
index 59dccfed05..4ef6a632a6 100644
--- a/tools/android/merge_manifests.py
+++ b/tools/android/merge_manifests.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/merge_manifests_test.py b/tools/android/merge_manifests_test.py
index 349eee0119..487f2bde53 100644
--- a/tools/android/merge_manifests_test.py
+++ b/tools/android/merge_manifests_test.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/proguard_whitelister.py b/tools/android/proguard_whitelister.py
index 69f213553c..a372bfb112 100644
--- a/tools/android/proguard_whitelister.py
+++ b/tools/android/proguard_whitelister.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/proguard_whitelister_input.cfg b/tools/android/proguard_whitelister_input.cfg
index 9955226f80..ceb3709dd8 100644
--- a/tools/android/proguard_whitelister_input.cfg
+++ b/tools/android/proguard_whitelister_input.cfg
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/proguard_whitelister_test.py b/tools/android/proguard_whitelister_test.py
index 05d1b02ed4..1cb7e3d58d 100644
--- a/tools/android/proguard_whitelister_test.py
+++ b/tools/android/proguard_whitelister_test.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/resources_processor.sh b/tools/android/resources_processor.sh
index f04f10f450..59db4e57b9 100755
--- a/tools/android/resources_processor.sh
+++ b/tools/android/resources_processor.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/shuffle_jars.sh b/tools/android/shuffle_jars.sh
index 0b2256adb3..b627490d76 100755
--- a/tools/android/shuffle_jars.sh
+++ b/tools/android/shuffle_jars.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2014 Google Inc. All rights reserved.
+# Copyright 2014 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/strip_resources.py b/tools/android/strip_resources.py
index f807781b62..f45d674495 100644
--- a/tools/android/strip_resources.py
+++ b/tools/android/strip_resources.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/stubify_manifest.py b/tools/android/stubify_manifest.py
index 7c677bf1b6..9caa2c03dc 100644
--- a/tools/android/stubify_manifest.py
+++ b/tools/android/stubify_manifest.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/android/stubify_manifest_test.py b/tools/android/stubify_manifest_test.py
index 296fc05fbb..3c92b4da08 100644
--- a/tools/android/stubify_manifest_test.py
+++ b/tools/android/stubify_manifest_test.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/d/d.bzl b/tools/build_defs/d/d.bzl
index a2261ea277..c83e6dc48a 100644
--- a/tools/build_defs/d/d.bzl
+++ b/tools/build_defs/d/d.bzl
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/docker/archive.py b/tools/build_defs/docker/archive.py
index 5e7eaf33cf..f49af3e4d0 100644
--- a/tools/build_defs/docker/archive.py
+++ b/tools/build_defs/docker/archive.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/docker/archive_test.py b/tools/build_defs/docker/archive_test.py
index 620f7fda1b..de379f8f52 100644
--- a/tools/build_defs/docker/archive_test.py
+++ b/tools/build_defs/docker/archive_test.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/docker/build_layer.py b/tools/build_defs/docker/build_layer.py
index ca2d80cd0d..a968f53034 100644
--- a/tools/build_defs/docker/build_layer.py
+++ b/tools/build_defs/docker/build_layer.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/docker/build_test.sh b/tools/build_defs/docker/build_test.sh
index 995091de26..1f1e22651b 100755
--- a/tools/build_defs/docker/build_test.sh
+++ b/tools/build_defs/docker/build_test.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/docker/create_image.py b/tools/build_defs/docker/create_image.py
index b86bc1170a..c8af607807 100644
--- a/tools/build_defs/docker/create_image.py
+++ b/tools/build_defs/docker/create_image.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/docker/docker.bzl b/tools/build_defs/docker/docker.bzl
index 6e630dd89a..02c8fcf8d9 100644
--- a/tools/build_defs/docker/docker.bzl
+++ b/tools/build_defs/docker/docker.bzl
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/docker/rewrite_json.py b/tools/build_defs/docker/rewrite_json.py
index a6248909ac..dd7d205bac 100644
--- a/tools/build_defs/docker/rewrite_json.py
+++ b/tools/build_defs/docker/rewrite_json.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/docker/rewrite_json_test.py b/tools/build_defs/docker/rewrite_json_test.py
index 10c4238ff3..80400e7e99 100644
--- a/tools/build_defs/docker/rewrite_json_test.py
+++ b/tools/build_defs/docker/rewrite_json_test.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/docker/sha256.py b/tools/build_defs/docker/sha256.py
index 992062fe95..b1e062436d 100644
--- a/tools/build_defs/docker/sha256.py
+++ b/tools/build_defs/docker/sha256.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/docker/testdata/extras_gen.py b/tools/build_defs/docker/testdata/extras_gen.py
index fc9719f2c2..b4229716ec 100644
--- a/tools/build_defs/docker/testdata/extras_gen.py
+++ b/tools/build_defs/docker/testdata/extras_gen.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/docker/testdata/strip_top.py b/tools/build_defs/docker/testdata/strip_top.py
index 3b1723bec0..1f660649ac 100644
--- a/tools/build_defs/docker/testdata/strip_top.py
+++ b/tools/build_defs/docker/testdata/strip_top.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/docker/testenv.py b/tools/build_defs/docker/testenv.py
index 4e0039e2b6..2a1ff3b3e6 100644
--- a/tools/build_defs/docker/testenv.py
+++ b/tools/build_defs/docker/testenv.py
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/docker/testenv.sh b/tools/build_defs/docker/testenv.sh
index 6274d4d4d9..977d1db42c 100755
--- a/tools/build_defs/docker/testenv.sh
+++ b/tools/build_defs/docker/testenv.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/groovy/groovy.bzl b/tools/build_defs/groovy/groovy.bzl
index 3c3102c97c..5e36f5504c 100644
--- a/tools/build_defs/groovy/groovy.bzl
+++ b/tools/build_defs/groovy/groovy.bzl
@@ -1,4 +1,4 @@
-# Copyright 2015 Erik Kuefler. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/jsonnet/jsonnet.bzl b/tools/build_defs/jsonnet/jsonnet.bzl
index dcf49b8978..3a0e477178 100644
--- a/tools/build_defs/jsonnet/jsonnet.bzl
+++ b/tools/build_defs/jsonnet/jsonnet.bzl
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/sass/sass.bzl b/tools/build_defs/sass/sass.bzl
index 366a71e8d2..5b165029c9 100644
--- a/tools/build_defs/sass/sass.bzl
+++ b/tools/build_defs/sass/sass.bzl
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/sass/test/sass_rule_test.bzl b/tools/build_defs/sass/test/sass_rule_test.bzl
index d06394d2a6..7fecba4ebe 100644
--- a/tools/build_defs/sass/test/sass_rule_test.bzl
+++ b/tools/build_defs/sass/test/sass_rule_test.bzl
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/scala/scala.bzl b/tools/build_defs/scala/scala.bzl
index 193a6836f1..843f6f2acb 100644
--- a/tools/build_defs/scala/scala.bzl
+++ b/tools/build_defs/scala/scala.bzl
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/scala/test/JavaBinary.java b/tools/build_defs/scala/test/JavaBinary.java
index 69e8900be8..9233f4a7de 100644
--- a/tools/build_defs/scala/test/JavaBinary.java
+++ b/tools/build_defs/scala/test/JavaBinary.java
@@ -1,4 +1,4 @@
-// Copyright 2015 Google Inc. All rights reserved.
+// Copyright 2015 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tools/build_defs/scala/test/OtherJavaLib.java b/tools/build_defs/scala/test/OtherJavaLib.java
index 8b5968c69f..53cce195cd 100644
--- a/tools/build_defs/scala/test/OtherJavaLib.java
+++ b/tools/build_defs/scala/test/OtherJavaLib.java
@@ -1,4 +1,4 @@
-// Copyright 2015 Google Inc. All rights reserved.
+// Copyright 2015 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/appengine/appengine.BUILD b/tools/build_rules/appengine/appengine.BUILD
index 76adcb3104..c1942a24de 100644
--- a/tools/build_rules/appengine/appengine.BUILD
+++ b/tools/build_rules/appengine/appengine.BUILD
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/appengine/appengine.WORKSPACE b/tools/build_rules/appengine/appengine.WORKSPACE
index 7aa4ef8ea0..b334193e9e 100644
--- a/tools/build_rules/appengine/appengine.WORKSPACE
+++ b/tools/build_rules/appengine/appengine.WORKSPACE
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/appengine/appengine.bzl b/tools/build_rules/appengine/appengine.bzl
index d658df3db9..4e5e9bf2c3 100644
--- a/tools/build_rules/appengine/appengine.bzl
+++ b/tools/build_rules/appengine/appengine.bzl
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/appengine/appengine_deploy.sh.template b/tools/build_rules/appengine/appengine_deploy.sh.template
index b2202f73f0..b61ddb023d 100644
--- a/tools/build_rules/appengine/appengine_deploy.sh.template
+++ b/tools/build_rules/appengine/appengine_deploy.sh.template
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/appengine/appengine_runner.sh.template b/tools/build_rules/appengine/appengine_runner.sh.template
index 000c9e2ea5..d6ff8215f1 100644
--- a/tools/build_rules/appengine/appengine_runner.sh.template
+++ b/tools/build_rules/appengine/appengine_runner.sh.template
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/closure/BUILD b/tools/build_rules/closure/BUILD
index 7dd4b1ee54..486a8aadd8 100644
--- a/tools/build_rules/closure/BUILD
+++ b/tools/build_rules/closure/BUILD
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
+# Copyright 2015 The Bazel Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/closure/closure_compiler.BUILD b/tools/build_rules/closure/closure_compiler.BUILD
index 2c768c3077..dfc5411ea7 100644
--- a/tools/build_rules/closure/closure_compiler.BUILD
+++ b/tools/build_rules/closure/closure_compiler.BUILD
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
+# Copyright 2015 The Bazel Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/closure/closure_js_binary.bzl b/tools/build_rules/closure/closure_js_binary.bzl
index 63b1011fe9..8e5dba15ba 100644
--- a/tools/build_rules/closure/closure_js_binary.bzl
+++ b/tools/build_rules/closure/closure_js_binary.bzl
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
+# Copyright 2015 The Bazel Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/closure/closure_js_library.bzl b/tools/build_rules/closure/closure_js_library.bzl
index 72a4c12c64..b759b4989a 100644
--- a/tools/build_rules/closure/closure_js_library.bzl
+++ b/tools/build_rules/closure/closure_js_library.bzl
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
+# Copyright 2015 The Bazel Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/closure/closure_library.BUILD b/tools/build_rules/closure/closure_library.BUILD
index 50f2057662..a4804539b9 100644
--- a/tools/build_rules/closure/closure_library.BUILD
+++ b/tools/build_rules/closure/closure_library.BUILD
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
+# Copyright 2015 The Bazel Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/closure/closure_stylesheet_library.bzl b/tools/build_rules/closure/closure_stylesheet_library.bzl
index 7b90b172d7..c1532c0547 100644
--- a/tools/build_rules/closure/closure_stylesheet_library.bzl
+++ b/tools/build_rules/closure/closure_stylesheet_library.bzl
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
+# Copyright 2015 The Bazel Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/closure/closure_template_library.bzl b/tools/build_rules/closure/closure_template_library.bzl
index 48a1b7a656..94f246aa2a 100644
--- a/tools/build_rules/closure/closure_template_library.bzl
+++ b/tools/build_rules/closure/closure_template_library.bzl
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
+# Copyright 2015 The Bazel Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/closure/closure_templates.BUILD b/tools/build_rules/closure/closure_templates.BUILD
index cb89df8019..7037b8b49e 100644
--- a/tools/build_rules/closure/closure_templates.BUILD
+++ b/tools/build_rules/closure/closure_templates.BUILD
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
+# Copyright 2015 The Bazel Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/genproto.bzl b/tools/build_rules/genproto.bzl
index ca080d61f6..c8ea1751f6 100644
--- a/tools/build_rules/genproto.bzl
+++ b/tools/build_rules/genproto.bzl
@@ -1,4 +1,4 @@
-# Copyright 2014 Google Inc. All rights reserved.
+# Copyright 2014 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/java_rules_skylark.bzl b/tools/build_rules/java_rules_skylark.bzl
index 47a62cf7d2..6e3963cee1 100644
--- a/tools/build_rules/java_rules_skylark.bzl
+++ b/tools/build_rules/java_rules_skylark.bzl
@@ -1,4 +1,4 @@
-# Copyright 2014 Google Inc. All rights reserved.
+# Copyright 2014 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/py_rules.bzl b/tools/build_rules/py_rules.bzl
index 5b1e38a609..79febc95a4 100644
--- a/tools/build_rules/py_rules.bzl
+++ b/tools/build_rules/py_rules.bzl
@@ -1,4 +1,4 @@
-# Copyright 2014 Google Inc. All rights reserved.
+# Copyright 2014 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/rust/rust.bzl b/tools/build_rules/rust/rust.bzl
index ace888949c..69a54b1a12 100644
--- a/tools/build_rules/rust/rust.bzl
+++ b/tools/build_rules/rust/rust.bzl
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/rust/test/rust_rule_test.bzl b/tools/build_rules/rust/test/rust_rule_test.bzl
index 799958bfe7..8c1bad4aeb 100644
--- a/tools/build_rules/rust/test/rust_rule_test.bzl
+++ b/tools/build_rules/rust/test/rust_rule_test.bzl
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/build_rules/test_rules.bzl b/tools/build_rules/test_rules.bzl
index 9daea85c75..a9b9d2d722 100644
--- a/tools/build_rules/test_rules.bzl
+++ b/tools/build_rules/test_rules.bzl
@@ -1,6 +1,6 @@
"""Utilities for testing bazel."""
#
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/cpp/osx_gcc_wrapper.sh b/tools/cpp/osx_gcc_wrapper.sh
index a8eb46ab8f..c822836922 100755
--- a/tools/cpp/osx_gcc_wrapper.sh
+++ b/tools/cpp/osx_gcc_wrapper.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/j2objc/j2objc_wrapper.py b/tools/j2objc/j2objc_wrapper.py
index b733b494e2..2971341c31 100755
--- a/tools/j2objc/j2objc_wrapper.py
+++ b/tools/j2objc/j2objc_wrapper.py
@@ -1,6 +1,6 @@
#!/usr/bin/python2.7
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/objc/dummy.c b/tools/objc/dummy.c
index bedfc07f31..6a2128333f 100644
--- a/tools/objc/dummy.c
+++ b/tools/objc/dummy.c
@@ -1,4 +1,4 @@
-// Copyright 2015 Google Inc. All rights reserved.
+// Copyright 2015 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tools/objc/ios_runner.sh.mac_template b/tools/objc/ios_runner.sh.mac_template
index 94013fc741..e5fb23d942 100644
--- a/tools/objc/ios_runner.sh.mac_template
+++ b/tools/objc/ios_runner.sh.mac_template
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/objc/ios_test.sh.bazel_template b/tools/objc/ios_test.sh.bazel_template
index 3a955493f3..4a7efb375e 100644
--- a/tools/objc/ios_test.sh.bazel_template
+++ b/tools/objc/ios_test.sh.bazel_template
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/objc/j2objc_dead_code_pruner.py b/tools/objc/j2objc_dead_code_pruner.py
index ac20552837..169ee4d85f 100755
--- a/tools/objc/j2objc_dead_code_pruner.py
+++ b/tools/objc/j2objc_dead_code_pruner.py
@@ -1,6 +1,6 @@
#!/usr/bin/python2.7
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/tools/test/test-setup.sh b/tools/test/test-setup.sh
index d5ee1ba799..49b56e60d1 100755
--- a/tools/test/test-setup.sh
+++ b/tools/test/test-setup.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2015 Google Inc. All rights reserved.
+# Copyright 2015 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.