aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2020-03-25 18:56:29 -0700
committerBob Badour <bbadour@google.com>2020-03-30 21:33:15 +0000
commit5fde7beeac4204c57afa39dedbd0c54f0d1dfb27 (patch)
tree2946a6b1a43029d25b7aaff4d2bd2fd2cb4a8305 /docs
parent513ec3d6bb6f7786d02caf51720497a118b8f4be (diff)
downloadsetuptools-5fde7beeac4204c57afa39dedbd0c54f0d1dfb27.tar.gz
Remove redundant NOTICE copied from LICENSE.
Identified using the below shell script: $ find -H . -name LICENSE -type f -print0 | xargs -0 dirname \ | while read dir; do \ if [ -f "${dir}/NOTICE" ] \ && diff "${dir}/LICENSE" "${dir}/NOTICE" >/dev/null; then \ echo "${dir}/NOTICE"; \ fi; \ done Now that http://r.android.com/r/1235427 and http://r.android.com/r/1238719 are merged, LICENSE files copied into NOTICE files are no longer needed. Bug: 67772237 Bug: 68860345 Test: manually built and diffed before and after system image notices Exempt-From-Owner-Approval: janitorial work Change-Id: I7f2b89c7f92aa082bc8882efd2739d8229b7684c
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions