aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2020-03-25 18:56:41 -0700
committerBob Badour <bbadour@google.com>2020-03-25 18:56:41 -0700
commit376c1ec57b1f49fe34d07ebbe7de9234d2cdc29b (patch)
treeeff197067289d6df6f81ba9ce350cf04f0d0a077
parentabb3a16c4986c5f7dda62580c4f53c1930d4d1b9 (diff)
downloadlibdivsufsort-376c1ec57b1f49fe34d07ebbe7de9234d2cdc29b.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: I03f167f8ebdf3be1b908b55a356f583ab598d0f9
l---------NOTICE1
1 files changed, 0 insertions, 1 deletions
diff --git a/NOTICE b/NOTICE
deleted file mode 120000
index 7a694c9..0000000
--- a/NOTICE
+++ /dev/null
@@ -1 +0,0 @@
-LICENSE \ No newline at end of file