aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2020-03-25 18:56:30 -0700
committerBob Badour <bbadour@google.com>2020-03-25 18:56:30 -0700
commit23e08b703bae3e8076e5ccaf344076e8c9e94ffd (patch)
tree01a3210da2fd9e1fcfc70e69e85834e34762ed7f /METADATA
parente17209343c448a816dc59579ed416a95136352b0 (diff)
downloadpdfium-23e08b703bae3e8076e5ccaf344076e8c9e94ffd.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 Change-Id: I98e6681dd82c319f16f07ec8b0815aacdc2f0ac3
Diffstat (limited to 'METADATA')
0 files changed, 0 insertions, 0 deletions