Added more filtering to check-license.sh autotest script (#486)

This commit is contained in:
Rob Falgout 2021-09-24 12:55:30 -07:00 committed by GitHub
parent 04fac1cbbb
commit 22b1b8a513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,8 +38,9 @@ LicStr='SPDX-License-Identifier: \(Apache-2.0 OR MIT\)'
# Remove these files from the list of all files without 'SPDX'
egrep -LR "$LicStr" . | egrep -v '[.](o|a|filters|pdf|svg|gif)$' |
egrep -LR "$LicStr" . | egrep -v '[.](o|obj|a|filters|pdf|svg|gif)$' |
egrep -v '[.]/[.]git' |
egrep -v '[.]/.*HYPRE_config[.]h' |
egrep -v '[.]/src/(blas|lapack)/.*[.]c' |
egrep -v '[.]/src/examples/docs' |
egrep -v '[.]/src/test/TEST_.*' > check-license.files