aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-02-21 19:21:32 +0000
committerElliott Hughes <enh@google.com>2024-02-21 19:54:59 +0000
commit49e0b3d57141f396f8b0a95bdee9fa9a95db27c0 (patch)
tree77cb0871106855cbc352608647c164efe4552c26 /tools
parent30c7aad06d283cdad3e7fe89f2addd517d58f16c (diff)
downloadbionic-49e0b3d57141f396f8b0a95bdee9fa9a95db27c0.tar.gz
Fix copyright headers on new tests.
The upload hook doesn't spot changes in tests/, so fix that too! Test: repo upload . Change-Id: If8ae0463e53063b7f584642b5e993658bbc8df32
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update_notice.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update_notice.sh b/tools/update_notice.sh
index c45311a68..69e090c03 100755
--- a/tools/update_notice.sh
+++ b/tools/update_notice.sh
@@ -11,4 +11,4 @@ python3 ./libc/tools/generate_notice.py libstdc++ > libstdc++/NOTICE
python3 ./libc/tools/generate_notice.py linker > linker/NOTICE
python3 ./libc/tools/generate_notice.py tests > tests/NOTICE
python3 ./libc/tools/generate_notice.py tools > tools/NOTICE
-git diff --exit-code HEAD libc/NOTICE
+git diff --exit-code HEAD */NOTICE