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
diff --git a/scripts/release/common.sh b/scripts/release/common.sh
index f1afd80..98dfee1 100755
--- a/scripts/release/common.sh
+++ b/scripts/release/common.sh
@@ -1,6 +1,6 @@
#!/bin/bash -eu
-# 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/scripts/release/release.sh b/scripts/release/release.sh
index f5efd58..b73a2ce 100755
--- a/scripts/release/release.sh
+++ b/scripts/release/release.sh
@@ -1,6 +1,6 @@
#!/bin/bash -eu
-# 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/scripts/release/release_test.sh b/scripts/release/release_test.sh
index 3152054..2d28c8f 100755
--- a/scripts/release/release_test.sh
+++ b/scripts/release/release_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/scripts/release/relnotes.sh b/scripts/release/relnotes.sh
index 7071f71..ff6035d 100755
--- a/scripts/release/relnotes.sh
+++ b/scripts/release/relnotes.sh
@@ -1,6 +1,6 @@
#!/bin/bash -eu
-# 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/scripts/release/relnotes_test.sh b/scripts/release/relnotes_test.sh
index 419ed10..964cff0 100755
--- a/scripts/release/relnotes_test.sh
+++ b/scripts/release/relnotes_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/scripts/release/testenv.sh b/scripts/release/testenv.sh
index 9a57ebe..e5debf2 100755
--- a/scripts/release/testenv.sh
+++ b/scripts/release/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.