remove cub from check license filters
This commit is contained in:
parent
b58c1f2f49
commit
2e4c8145eb
@ -14,5 +14,4 @@
|
||||
./src/zerr
|
||||
./src/config.log
|
||||
./src/config.status
|
||||
./src/utilities/cub
|
||||
TVD.v3breakpoints
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user