aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2020-03-25 18:56:53 -0700
committerBob Badour <bbadour@google.com>2020-03-25 18:56:53 -0700
commiteb60c1dc99807887439b3a59eef08ff636997f14 (patch)
treea15d5c752d6f29ae350c57538f69f7113d9f960b
parentbc9bbf361c8cabbd4ae0a215de5871fad527915e (diff)
downloadplatform_external_arm-neon-tests-eb60c1dc99807887439b3a59eef08ff636997f14.tar.gz
platform_external_arm-neon-tests-eb60c1dc99807887439b3a59eef08ff636997f14.tar.bz2
platform_external_arm-neon-tests-eb60c1dc99807887439b3a59eef08ff636997f14.zip
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: I1ad47c48d30a26c9714780dcd118ce98560e4636
-rw-r--r--NOTICE10
1 files changed, 0 insertions, 10 deletions
diff --git a/NOTICE b/NOTICE
deleted file mode 100644
index e5b6e99..0000000
--- a/NOTICE
+++ /dev/null
@@ -1,10 +0,0 @@
-
-License:
---------
-All files are covered by the MIT license, except for:
-retarget.c
-Init.s
-InitCache.s
-scatter.scat
-which are covered by ARM's EULA regarding "EXAMPLE CODE", as described
-in license.html.