remove cub from check license filters

This commit is contained in:
Ruipeng Li 2020-02-28 15:22:28 -08:00
parent b58c1f2f49
commit 2e4c8145eb
2 changed files with 0 additions and 2 deletions

View File

@ -14,5 +14,4 @@
./src/zerr
./src/config.log
./src/config.status
./src/utilities/cub
TVD.v3breakpoints

View File

@ -41,7 +41,6 @@ LicStr='SPDX-License-Identifier: \(Apache-2.0 OR MIT\)'
egrep -LR "$LicStr" . | egrep -v '[.](o|a|filters|pdf|svg|gif)$' |
egrep -v '[.]/[.]git' |
egrep -v '[.]/src/(blas|lapack)/.*[.]c' |
egrep -v '[.]/src/utilities/cub' |
egrep -v '[.]/src/examples/docs' |
egrep -v '[.]/src/test/TEST_.*' > check-license.files