aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/android
diff options
context:
space:
mode:
Diffstat (limited to 'binary_search_tool/android')
-rwxr-xr-xbinary_search_tool/android/boot_test.sh2
-rwxr-xr-xbinary_search_tool/android/cleanup.sh2
-rwxr-xr-xbinary_search_tool/android/generate_cmd.sh2
-rwxr-xr-xbinary_search_tool/android/get_initial_items.sh3
-rwxr-xr-xbinary_search_tool/android/interactive_test.sh2
-rwxr-xr-xbinary_search_tool/android/setup.sh2
-rwxr-xr-xbinary_search_tool/android/switch_to_bad.sh2
-rwxr-xr-xbinary_search_tool/android/switch_to_good.sh2
-rwxr-xr-xbinary_search_tool/android/test_setup.sh2
9 files changed, 9 insertions, 10 deletions
diff --git a/binary_search_tool/android/boot_test.sh b/binary_search_tool/android/boot_test.sh
index dc871601..4c0c77e2 100755
--- a/binary_search_tool/android/boot_test.sh
+++ b/binary_search_tool/android/boot_test.sh
@@ -1,6 +1,6 @@
#!/bin/bash -u
#
-# Copyright 2016 Google Inc. All Rights Reserved.
+# Copyright 2016 Google LLC
#
# This script pings the android device to determine if it successfully booted.
#
diff --git a/binary_search_tool/android/cleanup.sh b/binary_search_tool/android/cleanup.sh
index 759b3ed4..480b830b 100755
--- a/binary_search_tool/android/cleanup.sh
+++ b/binary_search_tool/android/cleanup.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2016 Google Inc. All Rights Reserved.
+# Copyright 2016 Google LLC
#
# This script is part of the Android binary search triage process.
# It should be the last script called by the user, after the user has
diff --git a/binary_search_tool/android/generate_cmd.sh b/binary_search_tool/android/generate_cmd.sh
index 78a39b12..6d0e5692 100755
--- a/binary_search_tool/android/generate_cmd.sh
+++ b/binary_search_tool/android/generate_cmd.sh
@@ -1,6 +1,6 @@
#!/bin/bash -eu
-# Copyright 2018 The Chromium OS Authors. All rights reserved.
+# Copyright 2018 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
diff --git a/binary_search_tool/android/get_initial_items.sh b/binary_search_tool/android/get_initial_items.sh
index 2a1eda3a..1ed30425 100755
--- a/binary_search_tool/android/get_initial_items.sh
+++ b/binary_search_tool/android/get_initial_items.sh
@@ -1,6 +1,6 @@
#!/bin/bash -u
#
-# Copyright 2016 Google Inc. All Rights Reserved.
+# Copyright 2016 Google LLC
#
# This script is intended to be used by binary_search_state.py, as
# part of the binary search triage on the Android source tree. This script
@@ -11,4 +11,3 @@
source android/common.sh
cat ${BISECT_GOOD_BUILD}/_LIST
-
diff --git a/binary_search_tool/android/interactive_test.sh b/binary_search_tool/android/interactive_test.sh
index e506b236..0a8a4b8c 100755
--- a/binary_search_tool/android/interactive_test.sh
+++ b/binary_search_tool/android/interactive_test.sh
@@ -1,6 +1,6 @@
#!/bin/bash -u
#
-# Copyright 2016 Google Inc. All Rights Reserved.
+# Copyright 2016 Google LLC
#
# This script pings the android device to determine if it successfully booted.
# It then asks the user if the image is good or not, allowing the user to
diff --git a/binary_search_tool/android/setup.sh b/binary_search_tool/android/setup.sh
index 7f8ba0e9..06918226 100755
--- a/binary_search_tool/android/setup.sh
+++ b/binary_search_tool/android/setup.sh
@@ -1,6 +1,6 @@
#!/bin/bash -u
#
-# Copyright 2016 Google Inc. All Rights Reserved.
+# Copyright 2016 Google LLC
#
# This script is part of the Android binary search triage process.
# It should be the first script called by the user, after the user has set up
diff --git a/binary_search_tool/android/switch_to_bad.sh b/binary_search_tool/android/switch_to_bad.sh
index d44f9f13..2100ed43 100755
--- a/binary_search_tool/android/switch_to_bad.sh
+++ b/binary_search_tool/android/switch_to_bad.sh
@@ -1,6 +1,6 @@
#!/bin/bash -u
#
-# Copyright 2016 Google Inc. All Rights Reserved.
+# Copyright 2016 Google LLC
#
# This script is intended to be used by binary_search_state.py, as
# part of the binary search triage on the Android source tree. This script
diff --git a/binary_search_tool/android/switch_to_good.sh b/binary_search_tool/android/switch_to_good.sh
index 557553c3..a5be3c3e 100755
--- a/binary_search_tool/android/switch_to_good.sh
+++ b/binary_search_tool/android/switch_to_good.sh
@@ -1,6 +1,6 @@
#!/bin/bash -u
#
-# Copyright 2016 Google Inc. All Rights Reserved.
+# Copyright 2016 Google LLC
#
# This script is intended to be used by binary_search_state.py, as
# part of the binary search triage on the Android source tree. This script
diff --git a/binary_search_tool/android/test_setup.sh b/binary_search_tool/android/test_setup.sh
index 26f8ec22..be4a0b76 100755
--- a/binary_search_tool/android/test_setup.sh
+++ b/binary_search_tool/android/test_setup.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2016 Google Inc. All Rights Reserved.
+# Copyright 2016 Google LLC
#
# This is the test setup script for generating an Android image based off the
# current working build tree. make is called to relink the object files and