diff --git a/AUTOTEST/check-license.sh b/AUTOTEST/check-license.sh index 2d5ae8ae3..29c0f8343 100755 --- a/AUTOTEST/check-license.sh +++ b/AUTOTEST/check-license.sh @@ -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 <