aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/common/hash_test.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/common/hash_test.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/common/hash_test.sh')
-rwxr-xr-xbinary_search_tool/common/hash_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary_search_tool/common/hash_test.sh b/binary_search_tool/common/hash_test.sh
index 5450988e..338ee026 100755
--- a/binary_search_tool/common/hash_test.sh
+++ b/binary_search_tool/common/hash_test.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. It is to
# be used for testing/development of the binary search triage tool