aboutsummaryrefslogtreecommitdiff
path: root/NOTICE
AgeCommit message (Collapse)Author
2020-03-25Remove redundant NOTICE copied from LICENSE.Bob Badour
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: I324b4f970e0841991227af62da560930ca748900
2017-11-20Add metadataandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6Bill Yi
BUG:67772237 Change-Id: Iacb3ace57a985a8f834d00bf93eb14589117bde1