Modify check-license.sh to ignore '.png' files (#819)

This commit is contained in:
Rob Falgout 2023-01-12 16:26:54 -08:00 committed by GitHub
parent 41fa152e34
commit 98c4321fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ 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|obj|a|filters|pdf|svg|gif)$' |
egrep -LR "$LicStr" . | egrep -v '[.](o|obj|a|filters|pdf|svg|gif|png)$' |
egrep -v '[.]/[.]git' |
egrep -v '[.]/.*HYPRE_config[.]h' |
egrep -v '[.]/src/(blas|lapack)/.*[.]c' |
@ -73,7 +73,6 @@ cat > check-license.remove <<EOF
./src/config/missing
./src/config/mkinstalldirs
./src/configure
./src/docs/hypre-wwords.png
./src/docs/ref-manual/conf.doxygen
./src/docs/usr-manual/Makefile
./src/docs/usr-manual/_static/custom.css