X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/d843befa6d4b9970aa98f8844edfe9fa7995c2f2..f3a6aafd725ee86593df921224e0af2be1c09e57:/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index e35b82d66..03044dccc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -15,7 +15,9 @@ check_copyrights: @echo "Compute exceptions >$(CR_EXCEPTIONS)~" @export LANG=C; \ (cd packages; \ - find . -name '.git' -prune -o -name '*.el' -print0 | \ + find . -name '.git' -prune -o \ + -name 'test' -prune -o \ + -name '*.el' -print0 | \ xargs -0 grep -L 'Free Software Foundation, Inc' | \ grep -v '\(\.dir-locals\|.-\(pkg\|autoloads\)\)\.el$$'; \ find . -name '.git' -prune -o -name '*.el' -print | \