summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index aff6808..355a44a 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,5 +1,7 @@
((nil
- (indent-tabs-mode . nil))
+ (indent-tabs-mode . nil)
+ (copyright-names-regexp
+ . "\\(?:Jonas Bernoulli\\|Free Software Foundation, Inc\\.\\)"))
(makefile-mode
(indent-tabs-mode . t))
(git-commit-mode