aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/cros_pkg/get_initial_items.sh
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/cros_pkg/get_initial_items.sh
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/cros_pkg/get_initial_items.sh')
-rwxr-xr-xbinary_search_tool/cros_pkg/get_initial_items.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/binary_search_tool/cros_pkg/get_initial_items.sh b/binary_search_tool/cros_pkg/get_initial_items.sh
index 49ca3d18..bc0fd2e6 100755
--- a/binary_search_tool/cros_pkg/get_initial_items.sh
+++ b/binary_search_tool/cros_pkg/get_initial_items.sh
@@ -1,6 +1,6 @@
#!/bin/bash -u
#
-# Copyright 2015 Google Inc. All Rights Reserved.
+# Copyright 2015 Google LLC
#
# This script is intended to be used by binary_search_state.py, as
# part of the binary search triage on ChromeOS packages. This script
@@ -13,4 +13,3 @@ source common/common.sh
cd ${GOOD_BUILD}/packages
find . -name "*.tbz2"
-