aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/release
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release')
-rwxr-xr-xscripts/release/common.sh2
-rwxr-xr-xscripts/release/release.sh2
-rwxr-xr-xscripts/release/release_test.sh2
-rwxr-xr-xscripts/release/relnotes.sh2
-rwxr-xr-xscripts/release/relnotes_test.sh2
-rwxr-xr-xscripts/release/testenv.sh2
6 files changed, 6 insertions, 6 deletions
diff --git a/scripts/release/common.sh b/scripts/release/common.sh
index f1afd809d2..98dfee1728 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 f5efd581ef..b73a2cefa5 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 3152054825..2d28c8f99f 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 7071f7186a..ff6035d7d2 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 419ed109a6..964cff0fa5 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 9a57ebe753..e5debf24e1 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.