branch: elpa-admin
commit 1d968dc02037c419e933600d6913441dfa2ebb39
Merge: f936e1e ed5d4e7
Author: Artur Malabarba <[email protected]>
Commit: Artur Malabarba <[email protected]>
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
---
GNUmakefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/GNUmakefile b/GNUmakefile
index e35b82d..03044dc 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 | \