aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/sysroot_wrapper
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2022-09-13 14:19:58 -0400
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-13 21:44:18 +0000
commitfdcd39d5de4bd61cee94cf1e26416838d23092b8 (patch)
tree7205db48f3b461e29c71d77b0539041a6c3e2dbc /binary_search_tool/sysroot_wrapper
parente2565a6bec088a8995403777a9ee58fd90375318 (diff)
downloadtoolchain-utils-fdcd39d5de4bd61cee94cf1e26416838d23092b8.tar.gz
Update license boilerplate text in source code files
Normally we don't do this, but enough changes have accumulated that we're doing a tree-wide one-off update of the name & style. BUG=chromium:1098010 TEST=`repo upload` works Change-Id: Icb42e5012a87920c2cd13b666fb3e55e7e4fb3b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3891080 Auto-Submit: Mike Frysinger <vapier@chromium.org> Tested-by: Mike Frysinger <vapier@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Reviewed-by: George Burgess <gbiv@chromium.org>
Diffstat (limited to 'binary_search_tool/sysroot_wrapper')
-rwxr-xr-xbinary_search_tool/sysroot_wrapper/cleanup.sh2
-rwxr-xr-xbinary_search_tool/sysroot_wrapper/interactive_test_host.sh2
-rwxr-xr-xbinary_search_tool/sysroot_wrapper/setup.sh2
-rwxr-xr-xbinary_search_tool/sysroot_wrapper/test_setup_host.sh2
-rwxr-xr-xbinary_search_tool/sysroot_wrapper/testing_test.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/binary_search_tool/sysroot_wrapper/cleanup.sh b/binary_search_tool/sysroot_wrapper/cleanup.sh
index 5066d638..b3ae2dd9 100755
--- a/binary_search_tool/sysroot_wrapper/cleanup.sh
+++ b/binary_search_tool/sysroot_wrapper/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 ChromeOS object binary search triage process.
# It should be the last script called by the user, after the user has
diff --git a/binary_search_tool/sysroot_wrapper/interactive_test_host.sh b/binary_search_tool/sysroot_wrapper/interactive_test_host.sh
index 58adffc0..bd84936c 100755
--- a/binary_search_tool/sysroot_wrapper/interactive_test_host.sh
+++ b/binary_search_tool/sysroot_wrapper/interactive_test_host.sh
@@ -1,6 +1,6 @@
#!/bin/bash -u
#
-# Copyright 2017 Google Inc. All Rights Reserved.
+# Copyright 2017 Google LLC
#
# This script is intended to be used by binary_search_state.py, as
# part of the binary search triage on ChromeOS package and object files for a
diff --git a/binary_search_tool/sysroot_wrapper/setup.sh b/binary_search_tool/sysroot_wrapper/setup.sh
index 31cdf113..f9ecb0ea 100755
--- a/binary_search_tool/sysroot_wrapper/setup.sh
+++ b/binary_search_tool/sysroot_wrapper/setup.sh
@@ -1,6 +1,6 @@
#!/bin/bash -u
#
-# Copyright 2021 The ChromiumOS Authors. All rights reserved.
+# Copyright 2021 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/sysroot_wrapper/test_setup_host.sh b/binary_search_tool/sysroot_wrapper/test_setup_host.sh
index b5169eee..e61bc367 100755
--- a/binary_search_tool/sysroot_wrapper/test_setup_host.sh
+++ b/binary_search_tool/sysroot_wrapper/test_setup_host.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2017 Google Inc. All Rights Reserved.
+# Copyright 2017 Google LLC
#
# This is a generic ChromeOS package/image test setup script. It is meant to
# be used for either the object file or package bisection tools. This script
diff --git a/binary_search_tool/sysroot_wrapper/testing_test.py b/binary_search_tool/sysroot_wrapper/testing_test.py
index 20bc7f75..af884be9 100755
--- a/binary_search_tool/sysroot_wrapper/testing_test.py
+++ b/binary_search_tool/sysroot_wrapper/testing_test.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
-# Copyright 2020 The ChromiumOS Authors. All rights reserved.
+# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.