aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2020-03-25 18:56:36 -0700
committerBob Badour <bbadour@google.com>2020-03-25 18:56:36 -0700
commitf3e8f25b543482b905def13e4059d884f2dbaee5 (patch)
tree28644ec3b3ccb2596179c690268ec8c5b702325c
parent61ee00692011385347a5dd1ad872556899a5cf7a (diff)
downloadcblas-f3e8f25b543482b905def13e4059d884f2dbaee5.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: I9a29f315c1ea2977b5c1579f757191f7e0e99d07
-rw-r--r--NOTICE14
1 files changed, 0 insertions, 14 deletions
diff --git a/NOTICE b/NOTICE
deleted file mode 100644
index ffb237c..0000000
--- a/NOTICE
+++ /dev/null
@@ -1,14 +0,0 @@
-The reference BLAS is a freely-available software package. It is
-available from netlib via anonymous ftp and the World Wide Web. Thus,
-it can be included in commercial software packages (and has been). We
-only ask that proper credit be given to the authors.
-
-Like all software, it is copyrighted. It is not trademarked, but we do
-ask the following:
-
-If you modify the source for these routines we ask that you change the
-name of the routine and comment the changes made to the original.
-
-We will gladly answer any questions regarding the software. If a
-modification is done, however, it is the responsibility of the person
-who modified the routine to provide support