aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mod-test
diff options
context:
space:
mode:
authorPaul Eggert2016-01-01 01:16:19 -0800
committerPaul Eggert2016-01-01 01:34:24 -0800
commit0e963201d03d9229bb8ac4323291d2b0119526ed (patch)
treedaa335b2d549444617fb9039b1da32bf6a1e5432 /modules/mod-test
parent982530518fd6806a896a75f73e29e2f3b59e5791 (diff)
downloademacs-0e963201d03d9229bb8ac4323291d2b0119526ed.tar.gz
emacs-0e963201d03d9229bb8ac4323291d2b0119526ed.zip
Update copyright year to 2016
Run admin/update-copyright.
Diffstat (limited to 'modules/mod-test')
-rw-r--r--modules/mod-test/Makefile2
-rw-r--r--modules/mod-test/mod-test.c2
-rw-r--r--modules/mod-test/test.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/mod-test/Makefile b/modules/mod-test/Makefile
index 04529db9795..3a21623d973 100644
--- a/modules/mod-test/Makefile
+++ b/modules/mod-test/Makefile
@@ -1,6 +1,6 @@
1# Test GNU Emacs modules. 1# Test GNU Emacs modules.
2 2
3# Copyright 2015 Free Software Foundation, Inc. 3# Copyright 2015-2016 Free Software Foundation, Inc.
4 4
5# This file is part of GNU Emacs. 5# This file is part of GNU Emacs.
6 6
diff --git a/modules/mod-test/mod-test.c b/modules/mod-test/mod-test.c
index 862bb81288b..bb9c8a503d4 100644
--- a/modules/mod-test/mod-test.c
+++ b/modules/mod-test/mod-test.c
@@ -1,6 +1,6 @@
1/* Test GNU Emacs modules. 1/* Test GNU Emacs modules.
2 2
3Copyright 2015 Free Software Foundation, Inc. 3Copyright 2015-2016 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/modules/mod-test/test.el b/modules/mod-test/test.el
index 69bf933c7f9..2d363c31bcd 100644
--- a/modules/mod-test/test.el
+++ b/modules/mod-test/test.el
@@ -1,6 +1,6 @@
1;;; Test GNU Emacs modules. 1;;; Test GNU Emacs modules.
2 2
3;; Copyright 2015 Free Software Foundation, Inc. 3;; Copyright 2015-2016 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6