diff options
| author | Paul Eggert | 2017-01-01 03:14:01 +0000 |
|---|---|---|
| committer | Paul Eggert | 2016-12-31 19:42:26 -0800 |
| commit | 5badc81c1cdfbb261ad3e6d1b753defb15712f26 (patch) | |
| tree | 24d27c1855ccb9f14e0cfae7d0310f9597ae5f0f /test | |
| parent | e092f08515af5e523a85ce0624e36da61fba65bd (diff) | |
| download | emacs-5badc81c1cdfbb261ad3e6d1b753defb15712f26.tar.gz emacs-5badc81c1cdfbb261ad3e6d1b753defb15712f26.zip | |
Update copyright year to 2017
Run admin/update-copyright.
Diffstat (limited to 'test')
141 files changed, 143 insertions, 141 deletions
diff --git a/test/ChangeLog.1 b/test/ChangeLog.1 index 367ca74b7b9..4491eb82d67 100644 --- a/test/ChangeLog.1 +++ b/test/ChangeLog.1 | |||
| @@ -2952,7 +2952,7 @@ | |||
| 2952 | ;; coding: utf-8 | 2952 | ;; coding: utf-8 |
| 2953 | ;; End: | 2953 | ;; End: |
| 2954 | 2954 | ||
| 2955 | Copyright (C) 2008-2016 Free Software Foundation, Inc. | 2955 | Copyright (C) 2008-2017 Free Software Foundation, Inc. |
| 2956 | 2956 | ||
| 2957 | This file is part of GNU Emacs. | 2957 | This file is part of GNU Emacs. |
| 2958 | 2958 | ||
diff --git a/test/README b/test/README index d2aee9bf57b..cdb307649a3 100644 --- a/test/README +++ b/test/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2008-2016 Free Software Foundation, Inc. | 1 | Copyright (C) 2008-2017 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | This directory contains files intended to test various aspects of | 4 | This directory contains files intended to test various aspects of |
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index 9c9b3be1e0b..d3c5633c5d2 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ### @configure_input@ | 1 | ### @configure_input@ |
| 2 | 2 | ||
| 3 | # Copyright (C) 2010-2016 Free Software Foundation, Inc. | 3 | # Copyright (C) 2010-2017 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/test/automated/abbrev-tests.el b/test/automated/abbrev-tests.el index 66413c5a590..7adab32892e 100644 --- a/test/automated/abbrev-tests.el +++ b/test/automated/abbrev-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; abbrev-tests.el --- Test suite for abbrevs. | 1 | ;;; abbrev-tests.el --- Test suite for abbrevs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eli Zaretskii <eliz@gnu.org> | 5 | ;; Author: Eli Zaretskii <eliz@gnu.org> |
| 6 | ;; Keywords: abbrevs | 6 | ;; Keywords: abbrevs |
diff --git a/test/automated/add-log-tests.el b/test/automated/add-log-tests.el index 71be5a9eadc..3e7bc7fdf0d 100644 --- a/test/automated/add-log-tests.el +++ b/test/automated/add-log-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; add-log-tests.el --- Test suite for add-log. | 1 | ;;; add-log-tests.el --- Test suite for add-log. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Masatake YAMATO <yamato@redhat.com> | 5 | ;; Author: Masatake YAMATO <yamato@redhat.com> |
| 6 | ;; Keywords: vc tools | 6 | ;; Keywords: vc tools |
diff --git a/test/automated/advice-tests.el b/test/automated/advice-tests.el index cd51599b86a..b228da6cdb8 100644 --- a/test/automated/advice-tests.el +++ b/test/automated/advice-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; advice-tests.el --- Test suite for the new advice thingy. | 1 | ;;; advice-tests.el --- Test suite for the new advice thingy. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2017 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/test/automated/auth-source-tests.el b/test/automated/auth-source-tests.el index 5faa1fe20bf..e73f55e2bfa 100644 --- a/test/automated/auth-source-tests.el +++ b/test/automated/auth-source-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; auth-source-tests.el --- Tests for auth-source.el -*- lexical-binding: t; -*- | 1 | ;;; auth-source-tests.el --- Tests for auth-source.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Damien Cassou <damien@cassou.me>, | 5 | ;; Author: Damien Cassou <damien@cassou.me>, |
| 6 | ;; Nicolas Petton <nicolas@petton.fr> | 6 | ;; Nicolas Petton <nicolas@petton.fr> |
diff --git a/test/automated/auto-revert-tests.el b/test/automated/auto-revert-tests.el index a6f8cb29563..c37830f8b20 100644 --- a/test/automated/auto-revert-tests.el +++ b/test/automated/auto-revert-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; auto-revert-tests.el --- Tests of auto-revert | 1 | ;;; auto-revert-tests.el --- Tests of auto-revert |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
diff --git a/test/automated/buffer-tests.el b/test/automated/buffer-tests.el index 62875216a31..793dddd8bd4 100644 --- a/test/automated/buffer-tests.el +++ b/test/automated/buffer-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; buffer-tests.el --- tests for buffer.c functions -*- lexical-binding: t -*- | 1 | ;;; buffer-tests.el --- tests for buffer.c functions -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 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/test/automated/bytecomp-tests.el b/test/automated/bytecomp-tests.el index 48211f03ba4..f07138d3c55 100644 --- a/test/automated/bytecomp-tests.el +++ b/test/automated/bytecomp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bytecomp-testsuite.el | 1 | ;;; bytecomp-testsuite.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Shigeru Fukaya <shigeru.fukaya@gmail.com> | 5 | ;; Author: Shigeru Fukaya <shigeru.fukaya@gmail.com> |
| 6 | ;; Created: November 2008 | 6 | ;; Created: November 2008 |
diff --git a/test/automated/calc-tests.el b/test/automated/calc-tests.el index c1fb1695c78..8f56d48d01d 100644 --- a/test/automated/calc-tests.el +++ b/test/automated/calc-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; calc-tests.el --- tests for calc -*- lexical-binding: t; -*- | 1 | ;;; calc-tests.el --- tests for calc -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Leo Liu <sdl.web@gmail.com> | 5 | ;; Author: Leo Liu <sdl.web@gmail.com> |
| 6 | ;; Keywords: maint | 6 | ;; Keywords: maint |
diff --git a/test/automated/char-fold-tests.el b/test/automated/char-fold-tests.el index 485254aa6cf..d86c731b6e3 100644 --- a/test/automated/char-fold-tests.el +++ b/test/automated/char-fold-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; char-fold-tests.el --- Tests for char-fold.el -*- lexical-binding: t; -*- | 1 | ;;; char-fold-tests.el --- Tests for char-fold.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> | 5 | ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> |
| 6 | 6 | ||
diff --git a/test/automated/cl-generic-tests.el b/test/automated/cl-generic-tests.el index dee10fe285e..0768e31f7e6 100644 --- a/test/automated/cl-generic-tests.el +++ b/test/automated/cl-generic-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cl-generic-tests.el --- Tests for cl-generic.el functionality -*- lexical-binding: t; -*- | 1 | ;;; cl-generic-tests.el --- Tests for cl-generic.el functionality -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | 6 | ||
diff --git a/test/automated/cl-lib-tests.el b/test/automated/cl-lib-tests.el index cbaf70fc4bb..5edc3e72bf2 100644 --- a/test/automated/cl-lib-tests.el +++ b/test/automated/cl-lib-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cl-lib.el --- tests for emacs-lisp/cl-lib.el -*- lexical-binding:t -*- | 1 | ;;; cl-lib.el --- tests for emacs-lisp/cl-lib.el -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 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/test/automated/cl-seq-tests.el b/test/automated/cl-seq-tests.el index d2eb412eee3..d89bad9bfb4 100644 --- a/test/automated/cl-seq-tests.el +++ b/test/automated/cl-seq-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cl-seq-tests.el --- Tests for cl-seq.el functionality -*- lexical-binding: t; -*- | 1 | ;;; cl-seq-tests.el --- Tests for cl-seq.el functionality -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Nicolas Richard <youngfrog@members.fsf.org> | 5 | ;; Author: Nicolas Richard <youngfrog@members.fsf.org> |
| 6 | 6 | ||
diff --git a/test/automated/cmds-tests.el b/test/automated/cmds-tests.el index 4a30d9872a1..207ae75a21d 100644 --- a/test/automated/cmds-tests.el +++ b/test/automated/cmds-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cmds-tests.el --- Testing some Emacs commands | 1 | ;;; cmds-tests.el --- Testing some Emacs commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Nicolas Richard <youngfrog@members.fsf.org> | 5 | ;; Author: Nicolas Richard <youngfrog@members.fsf.org> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/automated/coding-tests.el b/test/automated/coding-tests.el index cba8c7bc25f..c0ad8d555b3 100644 --- a/test/automated/coding-tests.el +++ b/test/automated/coding-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; coding-tests.el --- tests for text encoding and decoding | 1 | ;;; coding-tests.el --- tests for text encoding and decoding |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eli Zaretskii <eliz@gnu.org> | 5 | ;; Author: Eli Zaretskii <eliz@gnu.org> |
| 6 | 6 | ||
diff --git a/test/automated/comint-testsuite.el b/test/automated/comint-testsuite.el index 576be238408..3205c9e4cd3 100644 --- a/test/automated/comint-testsuite.el +++ b/test/automated/comint-testsuite.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; comint-testsuite.el | 1 | ;;; comint-testsuite.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2017 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/test/automated/compile-tests.el b/test/automated/compile-tests.el index 6821a6bfae5..edd260d52b3 100644 --- a/test/automated/compile-tests.el +++ b/test/automated/compile-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; compile-tests.el --- Test suite for font parsing. | 1 | ;;; compile-tests.el --- Test suite for font parsing. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> | 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/automated/completion-tests.el b/test/automated/completion-tests.el index 0f2abf45673..efed8f8bed4 100644 --- a/test/automated/completion-tests.el +++ b/test/automated/completion-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; completion-tests.el --- Tests for completion functions -*- lexical-binding: t; -*- | 1 | ;;; completion-tests.el --- Tests for completion functions -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/automated/core-elisp-tests.el b/test/automated/core-elisp-tests.el index b44bb37cc4f..0851367f9bc 100644 --- a/test/automated/core-elisp-tests.el +++ b/test/automated/core-elisp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; core-elisp-tests.el --- Testing some core Elisp rules | 1 | ;;; core-elisp-tests.el --- Testing some core Elisp rules |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/automated/dabbrev-tests.el b/test/automated/dabbrev-tests.el index 9c7a8385535..5baa31558e7 100644 --- a/test/automated/dabbrev-tests.el +++ b/test/automated/dabbrev-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dabbrev-tests.el --- Test suite for dabbrev. | 1 | ;;; dabbrev-tests.el --- Test suite for dabbrev. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alan Third <alan@idiocy.org> | 5 | ;; Author: Alan Third <alan@idiocy.org> |
| 6 | ;; Keywords: dabbrev | 6 | ;; Keywords: dabbrev |
diff --git a/test/automated/data-tests.el b/test/automated/data-tests.el index 0a292336f35..9abc9e7c68f 100644 --- a/test/automated/data-tests.el +++ b/test/automated/data-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; data-tests.el --- tests for src/data.c | 1 | ;;; data-tests.el --- tests for src/data.c |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 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/test/automated/dbus-tests.el b/test/automated/dbus-tests.el index 12be1637109..525709b92e7 100644 --- a/test/automated/dbus-tests.el +++ b/test/automated/dbus-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dbus-tests.el --- Tests of D-Bus integration into Emacs | 1 | ;;; dbus-tests.el --- Tests of D-Bus integration into Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
diff --git a/test/automated/decoder-tests.el b/test/automated/decoder-tests.el index 5699fec7d17..5e9a45b2443 100644 --- a/test/automated/decoder-tests.el +++ b/test/automated/decoder-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; decoder-tests.el --- test for text decoder | 1 | ;;; decoder-tests.el --- test for text decoder |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kenichi Handa <handa@gnu.org> | 5 | ;; Author: Kenichi Handa <handa@gnu.org> |
| 6 | 6 | ||
diff --git a/test/automated/descr-text-test.el b/test/automated/descr-text-test.el index 9e851c3a119..df0f8453161 100644 --- a/test/automated/descr-text-test.el +++ b/test/automated/descr-text-test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; descr-text-test.el --- ERT tests for descr-text.el -*- lexical-binding: t -*- | 1 | ;;; descr-text-test.el --- ERT tests for descr-text.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014, 2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014, 2016-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michal Nazarewicz <mina86@mina86.com> | 5 | ;; Author: Michal Nazarewicz <mina86@mina86.com> |
| 6 | 6 | ||
diff --git a/test/automated/eieio-test-methodinvoke.el b/test/automated/eieio-test-methodinvoke.el index eb26047da2f..09edea461d1 100644 --- a/test/automated/eieio-test-methodinvoke.el +++ b/test/automated/eieio-test-methodinvoke.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; eieio-testsinvoke.el -- eieio tests for method invocation | 1 | ;;; eieio-testsinvoke.el -- eieio tests for method invocation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2008, 2010, 2013-2016 Free Software Foundation, | 3 | ;; Copyright (C) 2005, 2008, 2010, 2013-2017 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/test/automated/eieio-test-persist.el b/test/automated/eieio-test-persist.el index 2f8d65e512e..da4cc5f51f3 100644 --- a/test/automated/eieio-test-persist.el +++ b/test/automated/eieio-test-persist.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; eieio-persist.el --- Tests for eieio-persistent class | 1 | ;;; eieio-persist.el --- Tests for eieio-persistent class |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/automated/eieio-tests.el b/test/automated/eieio-tests.el index bdf66c946f0..994e987b703 100644 --- a/test/automated/eieio-tests.el +++ b/test/automated/eieio-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; eieio-tests.el -- eieio tests routines | 1 | ;;; eieio-tests.el -- eieio tests routines |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2003, 2005-2010, 2012-2016 Free Software | 3 | ;; Copyright (C) 1999-2003, 2005-2010, 2012-2017 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/test/automated/electric-tests.el b/test/automated/electric-tests.el index afd707667b8..96a12e44bf9 100644 --- a/test/automated/electric-tests.el +++ b/test/automated/electric-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; electric-tests.el --- tests for electric.el | 1 | ;;; electric-tests.el --- tests for electric.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: João Távora <joaotavora@gmail.com> | 5 | ;; Author: João Távora <joaotavora@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/automated/elisp-mode-tests.el b/test/automated/elisp-mode-tests.el index f3f15ad3dbd..605f9ca08df 100644 --- a/test/automated/elisp-mode-tests.el +++ b/test/automated/elisp-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; elisp-mode-tests.el --- Tests for emacs-lisp-mode -*- lexical-binding: t; -*- | 1 | ;;; elisp-mode-tests.el --- Tests for emacs-lisp-mode -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dmitry Gutov <dgutov@yandex.ru> | 5 | ;; Author: Dmitry Gutov <dgutov@yandex.ru> |
| 6 | ;; Author: Stephen Leake <stephen_leake@member.fsf.org> | 6 | ;; Author: Stephen Leake <stephen_leake@member.fsf.org> |
diff --git a/test/automated/epg-tests.el b/test/automated/epg-tests.el index 4a317974ef5..b6c65e04065 100644 --- a/test/automated/epg-tests.el +++ b/test/automated/epg-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; epg-tests.el --- Test suite for epg.el -*- lexical-binding: t -*- | 1 | ;;; epg-tests.el --- Test suite for epg.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 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/test/automated/ert-tests.el b/test/automated/ert-tests.el index 5d3675553d7..ff1f32b4fdb 100644 --- a/test/automated/ert-tests.el +++ b/test/automated/ert-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ert-tests.el --- ERT's self-tests -*- lexical-binding: t -*- | 1 | ;;; ert-tests.el --- ERT's self-tests -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2008, 2010-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2008, 2010-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Christian Ohler <ohler@gnu.org> | 5 | ;; Author: Christian Ohler <ohler@gnu.org> |
| 6 | 6 | ||
diff --git a/test/automated/ert-x-tests.el b/test/automated/ert-x-tests.el index ef8642aebfb..4615d08e303 100644 --- a/test/automated/ert-x-tests.el +++ b/test/automated/ert-x-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ert-x-tests.el --- Tests for ert-x.el | 1 | ;;; ert-x-tests.el --- Tests for ert-x.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2010-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008, 2010-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Phil Hagelberg | 5 | ;; Author: Phil Hagelberg |
| 6 | ;; Christian Ohler <ohler@gnu.org> | 6 | ;; Christian Ohler <ohler@gnu.org> |
diff --git a/test/automated/eshell.el b/test/automated/eshell.el index d5676dd1daf..dee6c17e025 100644 --- a/test/automated/eshell.el +++ b/test/automated/eshell.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tests/eshell.el --- Eshell test suite | 1 | ;;; tests/eshell.el --- Eshell test suite |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/test/automated/f90.el b/test/automated/f90.el index 29c608847f1..cda39eda376 100644 --- a/test/automated/f90.el +++ b/test/automated/f90.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; f90.el --- tests for progmodes/f90.el | 1 | ;;; f90.el --- tests for progmodes/f90.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Glenn Morris <rgm@gnu.org> | 5 | ;; Author: Glenn Morris <rgm@gnu.org> |
| 6 | 6 | ||
diff --git a/test/automated/faces-tests.el b/test/automated/faces-tests.el index 809ba24d210..a30ba25f8f0 100644 --- a/test/automated/faces-tests.el +++ b/test/automated/faces-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; faces-tests.el --- Tests for faces.el -*- lexical-binding: t; -*- | 1 | ;;; faces-tests.el --- Tests for faces.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> | 5 | ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/automated/file-notify-tests.el b/test/automated/file-notify-tests.el index 9f0c0ed0dc1..1fc898809e8 100644 --- a/test/automated/file-notify-tests.el +++ b/test/automated/file-notify-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; file-notify-tests.el --- Tests of file notifications -*- lexical-binding: t; -*- | 1 | ;;; file-notify-tests.el --- Tests of file notifications -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
diff --git a/test/automated/files.el b/test/automated/files.el index 3c6f61b792c..6abb4b43e1e 100644 --- a/test/automated/files.el +++ b/test/automated/files.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; files.el --- tests for file handling. | 1 | ;;; files.el --- tests for file handling. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2017 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/test/automated/finalizer-tests.el b/test/automated/finalizer-tests.el index 5aa35f4a2ac..ca8c8cb866f 100644 --- a/test/automated/finalizer-tests.el +++ b/test/automated/finalizer-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; finalizer-tests.el --- Finalizer tests -*- lexical-binding: t -*- | 1 | ;;; finalizer-tests.el --- Finalizer tests -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel Colascione <dancol@dancol.org> | 5 | ;; Author: Daniel Colascione <dancol@dancol.org> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/automated/flymake-tests.el b/test/automated/flymake-tests.el index f3b830d3654..a5a72f3c30e 100644 --- a/test/automated/flymake-tests.el +++ b/test/automated/flymake-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; flymake-tests.el --- Test suite for flymake | 1 | ;;; flymake-tests.el --- Test suite for flymake |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eduard Wiebe <usenet@pusto.de> | 5 | ;; Author: Eduard Wiebe <usenet@pusto.de> |
| 6 | 6 | ||
diff --git a/test/automated/fns-tests.el b/test/automated/fns-tests.el index 762f7bdd94f..8a5b7fe98fc 100644 --- a/test/automated/fns-tests.el +++ b/test/automated/fns-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; fns-tests.el --- tests for src/fns.c | 1 | ;;; fns-tests.el --- tests for src/fns.c |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2017 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/test/automated/font-parse-tests.el b/test/automated/font-parse-tests.el index 9f730d3148c..30540a9247a 100644 --- a/test/automated/font-parse-tests.el +++ b/test/automated/font-parse-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; font-parse-tests.el --- Test suite for font parsing. | 1 | ;;; font-parse-tests.el --- Test suite for font parsing. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> | 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/automated/generator-tests.el b/test/automated/generator-tests.el index 8ed0f2a240d..1a567ac70fc 100644 --- a/test/automated/generator-tests.el +++ b/test/automated/generator-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; generator-tests.el --- Testing generators -*- lexical-binding: t -*- | 1 | ;;; generator-tests.el --- Testing generators -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel Colascione <dancol@dancol.org> | 5 | ;; Author: Daniel Colascione <dancol@dancol.org> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/automated/gnus-tests.el b/test/automated/gnus-tests.el index 6801ce69a3e..47c49b38c42 100644 --- a/test/automated/gnus-tests.el +++ b/test/automated/gnus-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnus-tests.el --- Wrapper for the Gnus tests | 1 | ;;; gnus-tests.el --- Wrapper for the Gnus tests |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> | 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> |
| 6 | 6 | ||
diff --git a/test/automated/help-fns.el b/test/automated/help-fns.el index babba1a68fc..2bcd71b83f6 100644 --- a/test/automated/help-fns.el +++ b/test/automated/help-fns.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; help-fns.el --- tests for help-fns.el | 1 | ;;; help-fns.el --- tests for help-fns.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | 6 | ||
diff --git a/test/automated/icalendar-tests.el b/test/automated/icalendar-tests.el index 2c13a363213..b813f33fa81 100644 --- a/test/automated/icalendar-tests.el +++ b/test/automated/icalendar-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; icalendar-tests.el --- Test suite for icalendar.el | 1 | ;; icalendar-tests.el --- Test suite for icalendar.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2008-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2008-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 6 | ;; Created: March 2005 | 6 | ;; Created: March 2005 |
diff --git a/test/automated/imenu-test.el b/test/automated/imenu-test.el index b6e0f604d0e..480368fcbb6 100644 --- a/test/automated/imenu-test.el +++ b/test/automated/imenu-test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; imenu-tests.el --- Test suite for imenu. | 1 | ;;; imenu-tests.el --- Test suite for imenu. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Masatake YAMATO <yamato@redhat.com> | 5 | ;; Author: Masatake YAMATO <yamato@redhat.com> |
| 6 | ;; Keywords: tools convenience | 6 | ;; Keywords: tools convenience |
diff --git a/test/automated/info-xref.el b/test/automated/info-xref.el index bc3115042bc..9ae07c33fd9 100644 --- a/test/automated/info-xref.el +++ b/test/automated/info-xref.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; info-xref.el --- tests for info-xref.el | 1 | ;;; info-xref.el --- tests for info-xref.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 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/test/automated/inotify-test.el b/test/automated/inotify-test.el index 54977925f86..f30aecc9c4f 100644 --- a/test/automated/inotify-test.el +++ b/test/automated/inotify-test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; inotify-tests.el --- Test suite for inotify. -*- lexical-binding: t -*- | 1 | ;;; inotify-tests.el --- Test suite for inotify. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Rüdiger Sonderfeld <ruediger@c-plusplus.de> | 5 | ;; Author: Rüdiger Sonderfeld <ruediger@c-plusplus.de> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/automated/isearch-tests.el b/test/automated/isearch-tests.el index 52f312d0b97..e5cae8237e1 100644 --- a/test/automated/isearch-tests.el +++ b/test/automated/isearch-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; isearch-tests.el --- Tests for isearch.el -*- lexical-binding: t; -*- | 1 | ;;; isearch-tests.el --- Tests for isearch.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> | 5 | ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> |
| 6 | 6 | ||
diff --git a/test/automated/json-tests.el b/test/automated/json-tests.el index 78cebb45eed..66fc25ad1c0 100644 --- a/test/automated/json-tests.el +++ b/test/automated/json-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; json-tests.el --- Test suite for json.el | 1 | ;;; json-tests.el --- Test suite for json.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dmitry Gutov <dgutov@yandex.ru> | 5 | ;; Author: Dmitry Gutov <dgutov@yandex.ru> |
| 6 | 6 | ||
diff --git a/test/automated/keymap-tests.el b/test/automated/keymap-tests.el index b835fc7530b..f08d5c02aba 100644 --- a/test/automated/keymap-tests.el +++ b/test/automated/keymap-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; keymap-tests.el --- Test suite for src/keymap.c | 1 | ;;; keymap-tests.el --- Test suite for src/keymap.c |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Juanma Barranquero <lekktu@gmail.com> | 5 | ;; Author: Juanma Barranquero <lekktu@gmail.com> |
| 6 | 6 | ||
diff --git a/test/automated/let-alist.el b/test/automated/let-alist.el index 80d418cabbe..342ef72b785 100644 --- a/test/automated/let-alist.el +++ b/test/automated/let-alist.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; let-alist.el --- tests for file handling. -*- lexical-binding: t; -*- | 1 | ;;; let-alist.el --- tests for file handling. -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2017 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/test/automated/lexbind-tests.el b/test/automated/lexbind-tests.el index 3bf8c1361ad..483bd1a7cd4 100644 --- a/test/automated/lexbind-tests.el +++ b/test/automated/lexbind-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; lexbind-tests.el --- Testing the lexbind byte-compiler | 1 | ;;; lexbind-tests.el --- Testing the lexbind byte-compiler |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/automated/libxml-tests.el b/test/automated/libxml-tests.el index dc60197b59e..1550887f77d 100644 --- a/test/automated/libxml-tests.el +++ b/test/automated/libxml-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; libxml-parse-tests.el --- Test suite for libxml parsing. | 1 | ;;; libxml-parse-tests.el --- Test suite for libxml parsing. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/automated/man-tests.el b/test/automated/man-tests.el index b1cc4437256..b9f47f50c20 100644 --- a/test/automated/man-tests.el +++ b/test/automated/man-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; man-tests.el --- Test suite for man. | 1 | ;;; man-tests.el --- Test suite for man. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Wolfgang Jenkner <wjenkner@inode.at> | 5 | ;; Author: Wolfgang Jenkner <wjenkner@inode.at> |
| 6 | ;; Keywords: help, internal, unix | 6 | ;; Keywords: help, internal, unix |
diff --git a/test/automated/map-tests.el b/test/automated/map-tests.el index 20cb0f6b399..1c3e12060da 100644 --- a/test/automated/map-tests.el +++ b/test/automated/map-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; map-tests.el --- Tests for map.el -*- lexical-binding:t -*- | 1 | ;;; map-tests.el --- Tests for map.el -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Nicolas Petton <nicolas@petton.fr> | 5 | ;; Author: Nicolas Petton <nicolas@petton.fr> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/test/automated/message-mode-tests.el b/test/automated/message-mode-tests.el index 3afa1569f64..a34ea8045a8 100644 --- a/test/automated/message-mode-tests.el +++ b/test/automated/message-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; message-mode-tests.el --- Tests for message-mode -*- lexical-binding: t; -*- | 1 | ;;; message-mode-tests.el --- Tests for message-mode -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: João Távora <joaotavora@gmail.com> | 5 | ;; Author: João Távora <joaotavora@gmail.com> |
| 6 | 6 | ||
diff --git a/test/automated/mule-util.el b/test/automated/mule-util.el index 9846aa13295..356ee33232f 100644 --- a/test/automated/mule-util.el +++ b/test/automated/mule-util.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mule-util --- tests for international/mule-util.el | 1 | ;;; mule-util --- tests for international/mule-util.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2017 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/test/automated/newsticker-tests.el b/test/automated/newsticker-tests.el index d8531083e60..56064f781de 100644 --- a/test/automated/newsticker-tests.el +++ b/test/automated/newsticker-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; newsticker-testsuite.el --- Test suite for newsticker. | 1 | ;;; newsticker-testsuite.el --- Test suite for newsticker. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 6 | ;; Keywords: News, RSS, Atom | 6 | ;; Keywords: News, RSS, Atom |
diff --git a/test/automated/obarray-tests.el b/test/automated/obarray-tests.el index 92345b7198e..9a2d65d8b41 100644 --- a/test/automated/obarray-tests.el +++ b/test/automated/obarray-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; obarray-tests.el --- Tests for obarray -*- lexical-binding: t; -*- | 1 | ;;; obarray-tests.el --- Tests for obarray -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Przemysław Wojnowski <esperanto@cumego.com> | 5 | ;; Author: Przemysław Wojnowski <esperanto@cumego.com> |
| 6 | 6 | ||
diff --git a/test/automated/occur-tests.el b/test/automated/occur-tests.el index da45d5f6502..a250675b31b 100644 --- a/test/automated/occur-tests.el +++ b/test/automated/occur-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; occur-tests.el --- Test suite for occur. | 1 | ;;; occur-tests.el --- Test suite for occur. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Juri Linkov <juri@jurta.org> | 5 | ;; Author: Juri Linkov <juri@jurta.org> |
| 6 | ;; Keywords: matching, internal | 6 | ;; Keywords: matching, internal |
diff --git a/test/automated/package-test.el b/test/automated/package-test.el index c4c856f3031..637a94bb330 100644 --- a/test/automated/package-test.el +++ b/test/automated/package-test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; package-test.el --- Tests for the Emacs package system | 1 | ;;; package-test.el --- Tests for the Emacs package system |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel Hackney <dan@haxney.org> | 5 | ;; Author: Daniel Hackney <dan@haxney.org> |
| 6 | ;; Version: 1.0 | 6 | ;; Version: 1.0 |
diff --git a/test/automated/pcase-tests.el b/test/automated/pcase-tests.el index a428e4092f1..ef0b2f6b246 100644 --- a/test/automated/pcase-tests.el +++ b/test/automated/pcase-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; pcase-tests.el --- Test suite for pcase macro. | 1 | ;;; pcase-tests.el --- Test suite for pcase macro. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2017 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/test/automated/print-tests.el b/test/automated/print-tests.el index 1abfa53581c..b3ffc23e120 100644 --- a/test/automated/print-tests.el +++ b/test/automated/print-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; print-tests.el --- tests for src/print.c -*- lexical-binding: t; -*- | 1 | ;;; print-tests.el --- tests for src/print.c -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2017 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/test/automated/process-tests.el b/test/automated/process-tests.el index 8554a287ccd..dd545e90998 100644 --- a/test/automated/process-tests.el +++ b/test/automated/process-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; process-tests.el --- Testing the process facilities | 1 | ;;; process-tests.el --- Testing the process facilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This program is free software; you can redistribute it and/or modify | 5 | ;; This program is free software; you can redistribute it and/or modify |
| 6 | ;; it under the terms of the GNU General Public License as published by | 6 | ;; it under the terms of the GNU General Public License as published by |
diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el index f6564dd58cc..94c356b589e 100644 --- a/test/automated/python-tests.el +++ b/test/automated/python-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; python-tests.el --- Test suite for python.el | 1 | ;;; python-tests.el --- Test suite for python.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 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/test/automated/reftex-tests.el b/test/automated/reftex-tests.el index 0f1186d8a82..b6f14277b43 100644 --- a/test/automated/reftex-tests.el +++ b/test/automated/reftex-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; reftex-tests.el --- Test suite for reftex. -*- lexical-binding: t -*- | 1 | ;;; reftex-tests.el --- Test suite for reftex. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Rüdiger Sonderfeld <ruediger@c-plusplus.de> | 5 | ;; Author: Rüdiger Sonderfeld <ruediger@c-plusplus.de> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/automated/regexp-tests.el b/test/automated/regexp-tests.el index 01119a3374f..92626317052 100644 --- a/test/automated/regexp-tests.el +++ b/test/automated/regexp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; regexp-tests.el --- Test suite for regular expression handling. | 1 | ;;; regexp-tests.el --- Test suite for regular expression handling. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/automated/replace-tests.el b/test/automated/replace-tests.el index bfaab6c8944..a8a52864508 100644 --- a/test/automated/replace-tests.el +++ b/test/automated/replace-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; replace-tests.el --- tests for replace.el. | 1 | ;;; replace-tests.el --- tests for replace.el. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 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/test/automated/ruby-mode-tests.el b/test/automated/ruby-mode-tests.el index 52126a3bdf1..b4b0b024131 100644 --- a/test/automated/ruby-mode-tests.el +++ b/test/automated/ruby-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ruby-mode-tests.el --- Test suite for ruby-mode | 1 | ;;; ruby-mode-tests.el --- Test suite for ruby-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2017 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/test/automated/sasl-scram-rfc-tests.el b/test/automated/sasl-scram-rfc-tests.el index 130de240481..96cec77c56d 100644 --- a/test/automated/sasl-scram-rfc-tests.el +++ b/test/automated/sasl-scram-rfc-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sasl-scram-rfc-tests.el --- tests for SCRAM-SHA-1 -*- lexical-binding: t; -*- | 1 | ;;; sasl-scram-rfc-tests.el --- tests for SCRAM-SHA-1 -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Magnus Henoch <magnus.henoch@gmail.com> | 5 | ;; Author: Magnus Henoch <magnus.henoch@gmail.com> |
| 6 | 6 | ||
diff --git a/test/automated/seq-tests.el b/test/automated/seq-tests.el index a8ca48b1328..05d951bdb8a 100644 --- a/test/automated/seq-tests.el +++ b/test/automated/seq-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; seq-tests.el --- Tests for sequences.el | 1 | ;;; seq-tests.el --- Tests for sequences.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Nicolas Petton <nicolas@petton.fr> | 5 | ;; Author: Nicolas Petton <nicolas@petton.fr> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/test/automated/sgml-mode-tests.el b/test/automated/sgml-mode-tests.el index 4184e2c3802..e1aa3e8857e 100644 --- a/test/automated/sgml-mode-tests.el +++ b/test/automated/sgml-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sgml-mode-tests.el --- Tests for sgml-mode | 1 | ;;; sgml-mode-tests.el --- Tests for sgml-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Przemysław Wojnowski <esperanto@cumego.com> | 5 | ;; Author: Przemysław Wojnowski <esperanto@cumego.com> |
| 6 | ;; Keywords: tests | 6 | ;; Keywords: tests |
diff --git a/test/automated/simple-test.el b/test/automated/simple-test.el index c41d01075ed..a3de0b003aa 100644 --- a/test/automated/simple-test.el +++ b/test/automated/simple-test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; simple-test.el --- Tests for simple.el -*- lexical-binding: t; -*- | 1 | ;;; simple-test.el --- Tests for simple.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> | 5 | ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> |
| 6 | 6 | ||
diff --git a/test/automated/sort-tests.el b/test/automated/sort-tests.el index f3a182cdc14..f6cbe90d5bf 100644 --- a/test/automated/sort-tests.el +++ b/test/automated/sort-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sort-tests.el --- Tests for sort.el -*- lexical-binding: t; -*- | 1 | ;;; sort-tests.el --- Tests for sort.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> | 5 | ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> |
| 6 | 6 | ||
diff --git a/test/automated/subr-tests.el b/test/automated/subr-tests.el index ce212903c9d..cfbfe19b7bb 100644 --- a/test/automated/subr-tests.el +++ b/test/automated/subr-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; subr-tests.el --- Tests for subr.el | 1 | ;;; subr-tests.el --- Tests for subr.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Oleh Krehel <ohwoeowho@gmail.com>, | 5 | ;; Author: Oleh Krehel <ohwoeowho@gmail.com>, |
| 6 | ;; Nicolas Petton <nicolas@petton.fr> | 6 | ;; Nicolas Petton <nicolas@petton.fr> |
diff --git a/test/automated/subr-x-tests.el b/test/automated/subr-x-tests.el index e30b5d8f549..2b2a5cd0d71 100644 --- a/test/automated/subr-x-tests.el +++ b/test/automated/subr-x-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; subr-x-tests.el --- Testing the extended lisp routines | 1 | ;;; subr-x-tests.el --- Testing the extended lisp routines |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Fabián E. Gallina <fgallina@gnu.org> | 5 | ;; Author: Fabián E. Gallina <fgallina@gnu.org> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/automated/subword-tests.el b/test/automated/subword-tests.el index 5a562765bb1..39512efdbe1 100644 --- a/test/automated/subword-tests.el +++ b/test/automated/subword-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; subword-tests.el --- Testing the subword rules | 1 | ;;; subword-tests.el --- Testing the subword rules |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/automated/syntax-tests.el b/test/automated/syntax-tests.el index d4af80e8ebe..7afafdfa768 100644 --- a/test/automated/syntax-tests.el +++ b/test/automated/syntax-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; syntax-tests.el --- Testing syntax rules and basic movement -*- lexical-binding: t -*- | 1 | ;;; syntax-tests.el --- Testing syntax rules and basic movement -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel Colascione <dancol@dancol.org> | 5 | ;; Author: Daniel Colascione <dancol@dancol.org> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/automated/tabulated-list-test.el b/test/automated/tabulated-list-test.el index 0fb8dee7fd1..b3a09ee375c 100644 --- a/test/automated/tabulated-list-test.el +++ b/test/automated/tabulated-list-test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tabulated-list-test.el --- Tests for emacs-lisp/tabulated-list.el -*- lexical-binding: t; -*- | 1 | ;;; tabulated-list-test.el --- Tests for emacs-lisp/tabulated-list.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> | 5 | ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> |
| 6 | 6 | ||
diff --git a/test/automated/textprop-tests.el b/test/automated/textprop-tests.el index 397ef28c035..386acdd77e0 100644 --- a/test/automated/textprop-tests.el +++ b/test/automated/textprop-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; textprop-tests.el --- Test suite for text properties. | 1 | ;;; textprop-tests.el --- Test suite for text properties. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Wolfgang Jenkner <wjenkner@inode.at> | 5 | ;; Author: Wolfgang Jenkner <wjenkner@inode.at> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/automated/thingatpt.el b/test/automated/thingatpt.el index d3ecbf8c642..46a3b8cf935 100644 --- a/test/automated/thingatpt.el +++ b/test/automated/thingatpt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; thingatpt.el --- tests for thing-at-point. | 1 | ;;; thingatpt.el --- tests for thing-at-point. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 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/test/automated/thunk-tests.el b/test/automated/thunk-tests.el index f995d362c7d..89bf1f50113 100644 --- a/test/automated/thunk-tests.el +++ b/test/automated/thunk-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; thunk-tests.el --- Tests for thunk.el -*- lexical-binding: t -*- | 1 | ;;; thunk-tests.el --- Tests for thunk.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Nicolas Petton <nicolas@petton.fr> | 5 | ;; Author: Nicolas Petton <nicolas@petton.fr> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/test/automated/tildify-tests.el b/test/automated/tildify-tests.el index 8b50cf72868..0a82b2521fb 100644 --- a/test/automated/tildify-tests.el +++ b/test/automated/tildify-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tildify-test.el --- ERT tests for tildify.el -*- lexical-binding: t -*- | 1 | ;;; tildify-test.el --- ERT tests for tildify.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michal Nazarewicz <mina86@mina86.com> | 5 | ;; Author: Michal Nazarewicz <mina86@mina86.com> |
| 6 | ;; Version: 4.5 | 6 | ;; Version: 4.5 |
diff --git a/test/automated/timer-tests.el b/test/automated/timer-tests.el index e3cdec73232..b12a365ff3b 100644 --- a/test/automated/timer-tests.el +++ b/test/automated/timer-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; timer-tests.el --- tests for timers -*- lexical-binding:t -*- | 1 | ;;; timer-tests.el --- tests for timers -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 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/test/automated/tramp-tests.el b/test/automated/tramp-tests.el index 34d8d6ad495..83a780d9906 100644 --- a/test/automated/tramp-tests.el +++ b/test/automated/tramp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tramp-tests.el --- Tests of remote file access | 1 | ;;; tramp-tests.el --- Tests of remote file access |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
diff --git a/test/automated/undo-tests.el b/test/automated/undo-tests.el index b1c786993e8..fbd3bf84a42 100644 --- a/test/automated/undo-tests.el +++ b/test/automated/undo-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; undo-tests.el --- Tests of primitive-undo | 1 | ;;; undo-tests.el --- Tests of primitive-undo |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Aaron S. Hawley <aaron.s.hawley@gmail.com> | 5 | ;; Author: Aaron S. Hawley <aaron.s.hawley@gmail.com> |
| 6 | 6 | ||
diff --git a/test/automated/url-expand-tests.el b/test/automated/url-expand-tests.el index 6d1d54d4ffc..2debbdeb753 100644 --- a/test/automated/url-expand-tests.el +++ b/test/automated/url-expand-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-expand-tests.el --- Test suite for relative URI/URL resolution. | 1 | ;;; url-expand-tests.el --- Test suite for relative URI/URL resolution. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alain Schneble <a.s@realize.ch> | 5 | ;; Author: Alain Schneble <a.s@realize.ch> |
| 6 | ;; Version: 1.0 | 6 | ;; Version: 1.0 |
diff --git a/test/automated/url-future-tests.el b/test/automated/url-future-tests.el index 87298cc1b96..64d045219ba 100644 --- a/test/automated/url-future-tests.el +++ b/test/automated/url-future-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-future-tests.el --- Test suite for url-future. | 1 | ;;; url-future-tests.el --- Test suite for url-future. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> | 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> |
| 6 | ;; Keywords: data | 6 | ;; Keywords: data |
diff --git a/test/automated/url-parse-tests.el b/test/automated/url-parse-tests.el index 77c5320e351..05da7280aa2 100644 --- a/test/automated/url-parse-tests.el +++ b/test/automated/url-parse-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-parse-tests.el --- Test suite for URI/URL parsing. | 1 | ;;; url-parse-tests.el --- Test suite for URI/URL parsing. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alain Schneble <a.s@realize.ch> | 5 | ;; Author: Alain Schneble <a.s@realize.ch> |
| 6 | ;; Version: 1.0 | 6 | ;; Version: 1.0 |
diff --git a/test/automated/url-util-tests.el b/test/automated/url-util-tests.el index 2f1de5103d6..c3375890c01 100644 --- a/test/automated/url-util-tests.el +++ b/test/automated/url-util-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-util-tests.el --- Test suite for url-util. | 1 | ;;; url-util-tests.el --- Test suite for url-util. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> | 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> |
| 6 | ;; Keywords: data | 6 | ;; Keywords: data |
diff --git a/test/automated/vc-bzr.el b/test/automated/vc-bzr.el index 82721eeee4e..9b03e246166 100644 --- a/test/automated/vc-bzr.el +++ b/test/automated/vc-bzr.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-bzr.el --- tests for vc/vc-bzr.el | 1 | ;;; vc-bzr.el --- tests for vc/vc-bzr.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Glenn Morris <rgm@gnu.org> | 5 | ;; Author: Glenn Morris <rgm@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/test/automated/vc-hg.el b/test/automated/vc-hg.el index ba966598c4d..8e4c9739e08 100644 --- a/test/automated/vc-hg.el +++ b/test/automated/vc-hg.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-hg.el --- tests for vc/vc-hg.el | 1 | ;;; vc-hg.el --- tests for vc/vc-hg.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dmitry Gutov <dgutov@yandex.ru> | 5 | ;; Author: Dmitry Gutov <dgutov@yandex.ru> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/test/automated/vc-tests.el b/test/automated/vc-tests.el index 5042196f425..b132f7d0821 100644 --- a/test/automated/vc-tests.el +++ b/test/automated/vc-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-tests.el --- Tests of different backends of vc.el | 1 | ;;; vc-tests.el --- Tests of different backends of vc.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
diff --git a/test/automated/viper-tests.el b/test/automated/viper-tests.el index 0d6095b2c92..904b6377cf9 100644 --- a/test/automated/viper-tests.el +++ b/test/automated/viper-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; viper-tests.el --- tests for viper. | 1 | ;;; viper-tests.el --- tests for viper. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2017 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/test/automated/xml-parse-tests.el b/test/automated/xml-parse-tests.el index 488d2c6f920..0f2182a6a75 100644 --- a/test/automated/xml-parse-tests.el +++ b/test/automated/xml-parse-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; xml-parse-tests.el --- Test suite for XML parsing. | 1 | ;;; xml-parse-tests.el --- Test suite for XML parsing. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> | 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/automated/xref-tests.el b/test/automated/xref-tests.el index 079b196aa8b..1ff15e114e4 100644 --- a/test/automated/xref-tests.el +++ b/test/automated/xref-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; xref-tests.el --- tests for xref | 1 | ;;; xref-tests.el --- tests for xref |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dmitry Gutov <dgutov@yandex.ru> | 5 | ;; Author: Dmitry Gutov <dgutov@yandex.ru> |
| 6 | 6 | ||
diff --git a/test/automated/xt-mouse-tests.el b/test/automated/xt-mouse-tests.el index c7e835c0311..c0e97f57479 100644 --- a/test/automated/xt-mouse-tests.el +++ b/test/automated/xt-mouse-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; xt-mouse-tests.el --- Test suite for xt-mouse. -*- lexical-binding: t; -*- | 1 | ;;; xt-mouse-tests.el --- Test suite for xt-mouse. -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Philipp Stephani <phst@google.com> | 5 | ;; Author: Philipp Stephani <phst@google.com> |
| 6 | 6 | ||
diff --git a/test/automated/zlib-tests.el b/test/automated/zlib-tests.el index 7ece58d97c9..6a080389b3a 100644 --- a/test/automated/zlib-tests.el +++ b/test/automated/zlib-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; zlib-tests.el --- Test suite for zlib. | 1 | ;;; zlib-tests.el --- Test suite for zlib. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Ingebrigtsen <larsi@gnus.org> |
| 6 | 6 | ||
diff --git a/test/biditest.el b/test/biditest.el index 3545c50734f..d98da39d789 100644 --- a/test/biditest.el +++ b/test/biditest.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; biditest.el --- test bidi reordering in GNU Emacs display engine. | 1 | ;;; biditest.el --- test bidi reordering in GNU Emacs display engine. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eli Zaretskii | 5 | ;; Author: Eli Zaretskii |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/test/cedet/cedet-utests.el b/test/cedet/cedet-utests.el index ae9d576f0f5..b8396b822b9 100644 --- a/test/cedet/cedet-utests.el +++ b/test/cedet/cedet-utests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cedet-utests.el --- Run all unit tests in the CEDET suite. | 1 | ;;; cedet-utests.el --- Run all unit tests in the CEDET suite. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/ede-tests.el b/test/cedet/ede-tests.el index 32971e441ef..fdad01c1ff1 100644 --- a/test/cedet/ede-tests.el +++ b/test/cedet/ede-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede-tests.el --- Some tests for the Emacs Development Environment | 1 | ;;; ede-tests.el --- Some tests for the Emacs Development Environment |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/semantic-ia-utest.el b/test/cedet/semantic-ia-utest.el index a5b70b8326f..cf89daf1490 100644 --- a/test/cedet/semantic-ia-utest.el +++ b/test/cedet/semantic-ia-utest.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic-ia-utest.el --- Analyzer unit tests | 1 | ;;; semantic-ia-utest.el --- Analyzer unit tests |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/semantic-tests.el b/test/cedet/semantic-tests.el index 179851fafeb..bfcba7e6772 100644 --- a/test/cedet/semantic-tests.el +++ b/test/cedet/semantic-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic-utest.el --- Miscellaneous Semantic tests. | 1 | ;;; semantic-utest.el --- Miscellaneous Semantic tests. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2003-2004, 2007-2016 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2003-2004, 2007-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/test/cedet/semantic-utest-c.el b/test/cedet/semantic-utest-c.el index ec09b96211f..26ce4009277 100644 --- a/test/cedet/semantic-utest-c.el +++ b/test/cedet/semantic-utest-c.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic-utest-c.el --- C based parsing tests. | 1 | ;;; semantic-utest-c.el --- C based parsing tests. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/semantic-utest.el b/test/cedet/semantic-utest.el index d26d6118d2d..f735e552413 100644 --- a/test/cedet/semantic-utest.el +++ b/test/cedet/semantic-utest.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic-utest.el --- Tests for semantic's parsing system. | 1 | ;;; semantic-utest.el --- Tests for semantic's parsing system. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2003-2004, 2007-2016 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2003-2004, 2007-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/test/cedet/srecode-tests.el b/test/cedet/srecode-tests.el index 18beb9291fa..36256a70597 100644 --- a/test/cedet/srecode-tests.el +++ b/test/cedet/srecode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode-tests.el --- Some tests for CEDET's srecode | 1 | ;;; srecode-tests.el --- Some tests for CEDET's srecode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/test.c b/test/cedet/tests/test.c index 0aa8852b8a9..a46486927a7 100644 --- a/test/cedet/tests/test.c +++ b/test/cedet/tests/test.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* test.c --- Semantic unit test for C. | 1 | /* test.c --- Semantic unit test for C. |
| 2 | 2 | ||
| 3 | Copyright (C) 2001-2016 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/test.el b/test/cedet/tests/test.el index 0b8f9dee619..5cd29cc0847 100644 --- a/test/cedet/tests/test.el +++ b/test/cedet/tests/test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; test.el --- Unit test file for Semantic Emacs Lisp support. | 1 | ;;; test.el --- Unit test file for Semantic Emacs Lisp support. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/test.make b/test/cedet/tests/test.make index 1eb71f7ccc8..46421da54d6 100644 --- a/test/cedet/tests/test.make +++ b/test/cedet/tests/test.make | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # test.make --- Semantic unit test for Make -*- makefile -*- | 1 | # test.make --- Semantic unit test for Make -*- makefile -*- |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001-2002, 2010-2016 Free Software Foundation, Inc. | 3 | # Copyright (C) 2001-2002, 2010-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | # Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testdoublens.cpp b/test/cedet/tests/testdoublens.cpp index 63c4deedd08..e9a6ba52673 100644 --- a/test/cedet/tests/testdoublens.cpp +++ b/test/cedet/tests/testdoublens.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testdoublens.cpp --- semantic-ia-utest completion engine unit tests | 1 | // testdoublens.cpp --- semantic-ia-utest completion engine unit tests |
| 2 | 2 | ||
| 3 | // Copyright (C) 2008-2016 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testdoublens.hpp b/test/cedet/tests/testdoublens.hpp index 6d2a0f0755e..556f068d586 100644 --- a/test/cedet/tests/testdoublens.hpp +++ b/test/cedet/tests/testdoublens.hpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testdoublens.hpp --- Header file used in one of the Semantic tests | 1 | // testdoublens.hpp --- Header file used in one of the Semantic tests |
| 2 | 2 | ||
| 3 | // Copyright (C) 2008-2016 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testjavacomp.java b/test/cedet/tests/testjavacomp.java index f0abfc97b06..c32a17ca248 100644 --- a/test/cedet/tests/testjavacomp.java +++ b/test/cedet/tests/testjavacomp.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testjavacomp.java --- Semantic unit test for Java | 1 | // testjavacomp.java --- Semantic unit test for Java |
| 2 | 2 | ||
| 3 | // Copyright (C) 2009-2016 Free Software Foundation, Inc. | 3 | // Copyright (C) 2009-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testpolymorph.cpp b/test/cedet/tests/testpolymorph.cpp index 94ae9d90413..27aa08b155b 100644 --- a/test/cedet/tests/testpolymorph.cpp +++ b/test/cedet/tests/testpolymorph.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /** testpolymorph.cpp --- A sequence of polymorphism examples. | 1 | /** testpolymorph.cpp --- A sequence of polymorphism examples. |
| 2 | * | 2 | * |
| 3 | * Copyright (C) 2009-2016 Free Software Foundation, Inc. | 3 | * Copyright (C) 2009-2017 Free Software Foundation, Inc. |
| 4 | * | 4 | * |
| 5 | * Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | * Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | * | 6 | * |
diff --git a/test/cedet/tests/testspp.c b/test/cedet/tests/testspp.c index cfb3996db47..02eab53afb6 100644 --- a/test/cedet/tests/testspp.c +++ b/test/cedet/tests/testspp.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* testspp.cpp --- Semantic unit test for the C preprocessor | 1 | /* testspp.cpp --- Semantic unit test for the C preprocessor |
| 2 | 2 | ||
| 3 | Copyright (C) 2007-2016 Free Software Foundation, Inc. | 3 | Copyright (C) 2007-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testsppreplace.c b/test/cedet/tests/testsppreplace.c index fbbaa75fee1..56ef320f752 100644 --- a/test/cedet/tests/testsppreplace.c +++ b/test/cedet/tests/testsppreplace.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* testsppreplace.c --- unit test for CPP/SPP Replacement | 1 | /* testsppreplace.c --- unit test for CPP/SPP Replacement |
| 2 | Copyright (C) 2007-2016 Free Software Foundation, Inc. | 2 | Copyright (C) 2007-2017 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | Author: Eric M. Ludlam <eric@siege-engine.com> | 4 | Author: Eric M. Ludlam <eric@siege-engine.com> |
| 5 | 5 | ||
diff --git a/test/cedet/tests/testsppreplaced.c b/test/cedet/tests/testsppreplaced.c index 8cbe05bd4f7..3ba90aa4ddb 100644 --- a/test/cedet/tests/testsppreplaced.c +++ b/test/cedet/tests/testsppreplaced.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* testsppreplaced.c --- unit test for CPP/SPP Replacement | 1 | /* testsppreplaced.c --- unit test for CPP/SPP Replacement |
| 2 | Copyright (C) 2007-2016 Free Software Foundation, Inc. | 2 | Copyright (C) 2007-2017 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | Author: Eric M. Ludlam <eric@siege-engine.com> | 4 | Author: Eric M. Ludlam <eric@siege-engine.com> |
| 5 | 5 | ||
diff --git a/test/cedet/tests/testsubclass.cpp b/test/cedet/tests/testsubclass.cpp index 2cb9e763888..e74ca43124a 100644 --- a/test/cedet/tests/testsubclass.cpp +++ b/test/cedet/tests/testsubclass.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testsubclass.cpp --- unit test for analyzer and complex C++ inheritance | 1 | // testsubclass.cpp --- unit test for analyzer and complex C++ inheritance |
| 2 | 2 | ||
| 3 | // Copyright (C) 2007-2016 Free Software Foundation, Inc. | 3 | // Copyright (C) 2007-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testsubclass.hh b/test/cedet/tests/testsubclass.hh index 7c93f8ec02d..6f199c20bd3 100644 --- a/test/cedet/tests/testsubclass.hh +++ b/test/cedet/tests/testsubclass.hh | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testsubclass.hh --- unit test for analyzer and complex C++ inheritance | 1 | // testsubclass.hh --- unit test for analyzer and complex C++ inheritance |
| 2 | 2 | ||
| 3 | // Copyright (C) 2007-2016 Free Software Foundation, Inc. | 3 | // Copyright (C) 2007-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testtypedefs.cpp b/test/cedet/tests/testtypedefs.cpp index 312a77f0058..e6c91f736bf 100644 --- a/test/cedet/tests/testtypedefs.cpp +++ b/test/cedet/tests/testtypedefs.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testtypedefs.cpp --- Sample with some fake bits out of std::string | 1 | // testtypedefs.cpp --- Sample with some fake bits out of std::string |
| 2 | 2 | ||
| 3 | // Copyright (C) 2008-2016 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testvarnames.c b/test/cedet/tests/testvarnames.c index 419361d1dbc..dbc4afb46ba 100644 --- a/test/cedet/tests/testvarnames.c +++ b/test/cedet/tests/testvarnames.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* testvarnames.cpp | 1 | /* testvarnames.cpp |
| 2 | Test variable and function names, lists of variables on one line, etc. | 2 | Test variable and function names, lists of variables on one line, etc. |
| 3 | 3 | ||
| 4 | Copyright (C) 2008-2016 Free Software Foundation, Inc. | 4 | Copyright (C) 2008-2017 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | Author: Eric M. Ludlam <eric@siege-engine.com> | 6 | Author: Eric M. Ludlam <eric@siege-engine.com> |
| 7 | 7 | ||
diff --git a/test/etags/c-src/abbrev.c b/test/etags/c-src/abbrev.c index b7d137cd9bd..c01eee419ff 100644 --- a/test/etags/c-src/abbrev.c +++ b/test/etags/c-src/abbrev.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Primitives for word-abbrev mode. | 1 | /* Primitives for word-abbrev mode. |
| 2 | Copyright (C) 1985-1986, 1993, 1996, 1998, 2016 Free Software | 2 | Copyright (C) 1985-1986, 1993, 1996, 1998, 2016-2017 Free Software |
| 3 | Foundation, Inc. | 3 | Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/test/etags/c-src/emacs/src/gmalloc.c b/test/etags/c-src/emacs/src/gmalloc.c index 683ee0c9502..79b2040e321 100644 --- a/test/etags/c-src/emacs/src/gmalloc.c +++ b/test/etags/c-src/emacs/src/gmalloc.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Declarations for `malloc' and friends. | 1 | /* Declarations for `malloc' and friends. |
| 2 | Copyright (C) 1990-1993, 1995-1996, 1999, 2002-2007, 2013-2016 Free | 2 | Copyright (C) 1990-1993, 1995-1996, 1999, 2002-2007, 2013-2017 Free |
| 3 | Software Foundation, Inc. | 3 | Software Foundation, Inc. |
| 4 | Written May 1989 by Mike Haertel. | 4 | Written May 1989 by Mike Haertel. |
| 5 | 5 | ||
diff --git a/test/etags/c-src/emacs/src/keyboard.c b/test/etags/c-src/emacs/src/keyboard.c index 68584ee71fc..5a651497d73 100644 --- a/test/etags/c-src/emacs/src/keyboard.c +++ b/test/etags/c-src/emacs/src/keyboard.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Keyboard and mouse input; editor command loop. | 1 | /* Keyboard and mouse input; editor command loop. |
| 2 | 2 | ||
| 3 | Copyright (C) 1985-1989, 1993-1997, 1999-2016 Free Software Foundation, | 3 | Copyright (C) 1985-1989, 1993-1997, 1999-2017 Free Software Foundation, |
| 4 | Inc. | 4 | Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/test/etags/c-src/emacs/src/lisp.h b/test/etags/c-src/emacs/src/lisp.h index db8722917ea..688589624fe 100644 --- a/test/etags/c-src/emacs/src/lisp.h +++ b/test/etags/c-src/emacs/src/lisp.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Fundamental definitions for GNU Emacs Lisp interpreter. | 1 | /* Fundamental definitions for GNU Emacs Lisp interpreter. |
| 2 | 2 | ||
| 3 | Copyright (C) 1985-1987, 1993-1995, 1997-2016 Free Software Foundation, | 3 | Copyright (C) 1985-1987, 1993-1995, 1997-2017 Free Software Foundation, |
| 4 | Inc. | 4 | Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/test/etags/c-src/emacs/src/regex.h b/test/etags/c-src/emacs/src/regex.h index f97c1cb38c1..2ed6238730f 100644 --- a/test/etags/c-src/emacs/src/regex.h +++ b/test/etags/c-src/emacs/src/regex.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Definitions for data structures and routines for the regular | 1 | /* Definitions for data structures and routines for the regular |
| 2 | expression library, version 0.12. | 2 | expression library, version 0.12. |
| 3 | 3 | ||
| 4 | Copyright (C) 1985, 1989-1993, 1995, 2000-2016 Free Software | 4 | Copyright (C) 1985, 1989-1993, 1995, 2000-2017 Free Software |
| 5 | Foundation, Inc. | 5 | Foundation, Inc. |
| 6 | 6 | ||
| 7 | This program is free software; you can redistribute it and/or modify | 7 | This program is free software; you can redistribute it and/or modify |
diff --git a/test/etags/c-src/etags.c b/test/etags/c-src/etags.c index 453419897bc..e8321f05ff4 100644 --- a/test/etags/c-src/etags.c +++ b/test/etags/c-src/etags.c | |||
| @@ -28,7 +28,7 @@ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN | |||
| 28 | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 28 | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 29 | 29 | ||
| 30 | 30 | ||
| 31 | Copyright (C) 1984, 1987-1989, 1993-1995, 1998-2016 Free Software | 31 | Copyright (C) 1984, 1987-1989, 1993-1995, 1998-2017 Free Software |
| 32 | Foundation, Inc. | 32 | Foundation, Inc. |
| 33 | 33 | ||
| 34 | This file is not considered part of GNU Emacs. | 34 | This file is not considered part of GNU Emacs. |
diff --git a/test/etags/c-src/exit.c b/test/etags/c-src/exit.c index 86afda9ed01..b1952bfddb9 100644 --- a/test/etags/c-src/exit.c +++ b/test/etags/c-src/exit.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 1991, 2016 Free Software Foundation, Inc. | 1 | /* Copyright (C) 1991, 2016-2017 Free Software Foundation, Inc. |
| 2 | This file is part of the GNU C Library. | 2 | This file is part of the GNU C Library. |
| 3 | 3 | ||
| 4 | The GNU C Library is free software; you can redistribute it and/or | 4 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/test/etags/c-src/exit.strange_suffix b/test/etags/c-src/exit.strange_suffix index 86afda9ed01..b1952bfddb9 100644 --- a/test/etags/c-src/exit.strange_suffix +++ b/test/etags/c-src/exit.strange_suffix | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 1991, 2016 Free Software Foundation, Inc. | 1 | /* Copyright (C) 1991, 2016-2017 Free Software Foundation, Inc. |
| 2 | This file is part of the GNU C Library. | 2 | This file is part of the GNU C Library. |
| 3 | 3 | ||
| 4 | The GNU C Library is free software; you can redistribute it and/or | 4 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/test/etags/c-src/getopt.h b/test/etags/c-src/getopt.h index aa2eb1dc173..aa66fac4ecd 100644 --- a/test/etags/c-src/getopt.h +++ b/test/etags/c-src/getopt.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Declarations for getopt. | 1 | /* Declarations for getopt. |
| 2 | Copyright (C) 1989-1992, 2016 Free Software Foundation, Inc. | 2 | Copyright (C) 1989-1992, 2016-2017 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software; you can redistribute it and/or modify it | 4 | This program is free software; you can redistribute it and/or modify it |
| 5 | under the terms of the GNU General Public License as published by the | 5 | under the terms of the GNU General Public License as published by the |
diff --git a/test/etags/c-src/sysdep.h b/test/etags/c-src/sysdep.h index 6409fcc1e1d..2c121cf53a9 100644 --- a/test/etags/c-src/sysdep.h +++ b/test/etags/c-src/sysdep.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 1992-1993, 2016 Free Software Foundation, Inc. | 1 | /* Copyright (C) 1992-1993, 2016-2017 Free Software Foundation, Inc. |
| 2 | This file is part of the GNU C Library. | 2 | This file is part of the GNU C Library. |
| 3 | 3 | ||
| 4 | The GNU C Library is free software; you can redistribute it and/or | 4 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/test/etags/el-src/emacs/lisp/progmodes/etags.el b/test/etags/el-src/emacs/lisp/progmodes/etags.el index 5d28657e28b..955859803df 100644 --- a/test/etags/el-src/emacs/lisp/progmodes/etags.el +++ b/test/etags/el-src/emacs/lisp/progmodes/etags.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; etags.el --- etags facility for Emacs -*- lexical-binding: t -*- | 1 | ;;; etags.el --- etags facility for Emacs -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1988-1989, 1992-1996, 1998, 2000-2016 Free | 3 | ;; Copyright (C) 1985-1986, 1988-1989, 1992-1996, 1998, 2000-2017 Free |
| 4 | ;; Software Foundation, Inc. | 4 | ;; Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Roland McGrath <roland@gnu.org> | 6 | ;; Author: Roland McGrath <roland@gnu.org> |
diff --git a/test/etags/tex-src/texinfo.tex b/test/etags/tex-src/texinfo.tex index aa745c68471..e98f24cda69 100644 --- a/test/etags/tex-src/texinfo.tex +++ b/test/etags/tex-src/texinfo.tex | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | %% TeX macros to handle texinfo files | 1 | %% TeX macros to handle texinfo files |
| 2 | 2 | ||
| 3 | % Copyright (C) 1985-1986, 1988, 1990-1991, 2016 Free Software | 3 | % Copyright (C) 1985-1986, 1988, 1990-1991, 2016-2017 Free Software |
| 4 | % Foundation, Inc. | 4 | % Foundation, Inc. |
| 5 | 5 | ||
| 6 | %This texinfo.tex file is free software; you can redistribute it and/or | 6 | %This texinfo.tex file is free software; you can redistribute it and/or |
diff --git a/test/etags/y-src/cccp.c b/test/etags/y-src/cccp.c index 776e3dad4b0..338f5a6dad5 100644 --- a/test/etags/y-src/cccp.c +++ b/test/etags/y-src/cccp.c | |||
| @@ -320,7 +320,7 @@ static const short yycheck[] = | |||
| 320 | #line 3 "/usr/share/bison/bison.simple" | 320 | #line 3 "/usr/share/bison/bison.simple" |
| 321 | 321 | ||
| 322 | /* Skeleton output parser for bison, | 322 | /* Skeleton output parser for bison, |
| 323 | Copyright (C) 1984, 1989-1990, 2000-2001, 2016 Free Software | 323 | Copyright (C) 1984, 1989-1990, 2000-2001, 2016-2017 Free Software |
| 324 | Foundation, Inc. | 324 | Foundation, Inc. |
| 325 | 325 | ||
| 326 | This program is free software; you can redistribute it and/or modify | 326 | This program is free software; you can redistribute it and/or modify |
diff --git a/test/etags/y-src/parse.c b/test/etags/y-src/parse.c index 95098674279..1cb71ec895c 100644 --- a/test/etags/y-src/parse.c +++ b/test/etags/y-src/parse.c | |||
| @@ -28,7 +28,8 @@ | |||
| 28 | 28 | ||
| 29 | #line 1 "parse.y" | 29 | #line 1 "parse.y" |
| 30 | 30 | ||
| 31 | /* Copyright (C) 1990, 1992-1993, 2016 Free Software Foundation, Inc. | 31 | /* Copyright (C) 1990, 1992-1993, 2016-2017 Free Software Foundation, |
| 32 | * Inc. | ||
| 32 | 33 | ||
| 33 | This file is part of Oleo, the GNU Spreadsheet. | 34 | This file is part of Oleo, the GNU Spreadsheet. |
| 34 | 35 | ||
diff --git a/test/etags/y-src/parse.y b/test/etags/y-src/parse.y index 824c98d6245..b40847dd559 100644 --- a/test/etags/y-src/parse.y +++ b/test/etags/y-src/parse.y | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | %{ | 1 | %{ |
| 2 | /* Copyright (C) 1990, 1992-1993, 2016 Free Software Foundation, Inc. | 2 | /* Copyright (C) 1990, 1992-1993, 2016-2017 Free Software Foundation, |
| 3 | * Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of Oleo, the GNU Spreadsheet. | 5 | This file is part of Oleo, the GNU Spreadsheet. |
| 5 | 6 | ||
diff --git a/test/indent/pascal.pas b/test/indent/pascal.pas index 2d09eb775a4..fd225fd35d1 100644 --- a/test/indent/pascal.pas +++ b/test/indent/pascal.pas | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | { GPC demo program for the CRT unit. | 1 | { GPC demo program for the CRT unit. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999-2006, 2013-2016 Free Software Foundation, Inc. | 3 | Copyright (C) 1999-2006, 2013-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Frank Heckenbach <frank@pascal.gnu.de> | 5 | Author: Frank Heckenbach <frank@pascal.gnu.de> |
| 6 | 6 | ||
diff --git a/test/redisplay-testsuite.el b/test/redisplay-testsuite.el index 37a5649dc1b..694d55ab1db 100644 --- a/test/redisplay-testsuite.el +++ b/test/redisplay-testsuite.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; redisplay-testsuite.el --- Test suite for redisplay. | 1 | ;;; redisplay-testsuite.el --- Test suite for redisplay. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> | 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/rmailmm.el b/test/rmailmm.el index 96acbc4735e..fc570fa42b4 100644 --- a/test/rmailmm.el +++ b/test/rmailmm.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmailmm.el --- tests for mail/rmailmm.el | 1 | ;;; rmailmm.el --- tests for mail/rmailmm.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2016 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||