diff options
| author | Paul Eggert | 2015-01-01 09:18:06 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-01 09:18:06 -0800 |
| commit | 732fd4c7e11debd61c97eaaba3038d61e6ec7024 (patch) | |
| tree | 2f06329713fc44450cd66b07367863609780141a /test | |
| parent | a5f90a37622e9d0cb066da413846c1c3f6900b51 (diff) | |
| download | emacs-732fd4c7e11debd61c97eaaba3038d61e6ec7024.tar.gz emacs-732fd4c7e11debd61c97eaaba3038d61e6ec7024.zip | |
Update copyright year to 2015
Run admin/update-copyright.
Diffstat (limited to 'test')
78 files changed, 79 insertions, 78 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 720f60bb7e6..c31367c6b1a 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -2019,7 +2019,7 @@ | |||
| 2019 | ;; coding: utf-8 | 2019 | ;; coding: utf-8 |
| 2020 | ;; End: | 2020 | ;; End: |
| 2021 | 2021 | ||
| 2022 | Copyright (C) 2008-2014 Free Software Foundation, Inc. | 2022 | Copyright (C) 2008-2015 Free Software Foundation, Inc. |
| 2023 | 2023 | ||
| 2024 | This file is part of GNU Emacs. | 2024 | This file is part of GNU Emacs. |
| 2025 | 2025 | ||
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index 764b80ece93..05ef64025d2 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-2014 Free Software Foundation, Inc. | 3 | # Copyright (C) 2010-2015 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/add-log-tests.el b/test/automated/add-log-tests.el index bfa86df066d..9909db06022 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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 a87d979f919..5bef5750168 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2015 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 0a9a301dd0d..40c97efc239 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2015 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 b96a9e83e75..331e01e4640 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 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2015 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/cl-lib.el b/test/automated/cl-lib.el index 0587bf92b7c..9952366622f 100644 --- a/test/automated/cl-lib.el +++ b/test/automated/cl-lib.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cl-lib.el --- tests for emacs-lisp/cl-lib.el | 1 | ;;; cl-lib.el --- tests for emacs-lisp/cl-lib.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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/comint-testsuite.el b/test/automated/comint-testsuite.el index b2e82b20519..53f0a0dac0d 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2015 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 6c169eeab64..b79fcbbf57f 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2015 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 cfc353a568a..69e7b76fa30 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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 1abaa4d7dec..7b3a67d2e4b 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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/data-tests.el b/test/automated/data-tests.el index 17690c87ccc..252a1410206 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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 1af5c77de53..59f5029eed8 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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 2b279610838..80ff5205ac5 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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/eieio-test-methodinvoke.el b/test/automated/eieio-test-methodinvoke.el index 0b0dd5d2465..f2fe37836f3 100644 --- a/test/automated/eieio-test-methodinvoke.el +++ b/test/automated/eieio-test-methodinvoke.el | |||
| @@ -1,6 +1,7 @@ | |||
| 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2008, 2010, 2013-2015 Free Software Foundation, |
| 4 | ;; Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 7 | ||
diff --git a/test/automated/eieio-test-persist.el b/test/automated/eieio-test-persist.el index 6869c7e4b3b..2db1dbe6698 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2015 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 77ea75ddce2..65fccc8a658 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-2014 Free Software | 3 | ;; Copyright (C) 1999-2003, 2005-2010, 2012-2015 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 cd07213bf20..b675989c072 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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/ert-tests.el b/test/automated/ert-tests.el index 53cbd1f1f88..f340ed5f033 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2008, 2010-2015 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 340237413ea..81d0f7c65c6 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008, 2010-2015 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 82566a14a4e..d51355fe5ca 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2015 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 e009f84d2d2..c6bc41f799a 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2015 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/file-notify-tests.el b/test/automated/file-notify-tests.el index d9a5b039216..8e3a7918c80 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 | 1 | ;;; file-notify-tests.el --- Tests of file notifications |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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 8db06f7dfe3..0522e0c5c79 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2015 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/flymake-tests.el b/test/automated/flymake-tests.el index c9761050f73..8ae07f8139c 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2015 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/font-parse-tests.el b/test/automated/font-parse-tests.el index 16f98e29826..e2c51e6bfde 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2015 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/gnus-tests.el b/test/automated/gnus-tests.el index a926e0d9903..ef785ec9a0b 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2015 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 153de7f9e30..ba87593f420 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 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2015 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 b921853c4aa..b7e2cee1056 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2008-2015 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 65c12fda230..984e620bb18 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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 2d81c227cc0..98d24e1f093 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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 cb2a0449dfb..187b59054cd 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2015 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/lexbind-tests.el b/test/automated/lexbind-tests.el index 9f6d8c4cc1b..dd60cd6db41 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2015 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/man-tests.el b/test/automated/man-tests.el index 63a0d523054..adfeff8e7e3 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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/mule-util.el b/test/automated/mule-util.el index b0037c05ce9..038881a7915 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 -*- coding: utf-8; -*- | 1 | ;;; mule-util --- tests for international/mule-util.el -*- coding: utf-8; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2015 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 2dbb850c407..892779a3762 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2015 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/occur-tests.el b/test/automated/occur-tests.el index b15e3dc9933..6d5de9dff6a 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2015 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 f21e1421a8d..c550dd03aca 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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/package-x-test.el b/test/automated/package-x-test.el index cce51b63561..70c9d96fde8 100644 --- a/test/automated/package-x-test.el +++ b/test/automated/package-x-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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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/process-tests.el b/test/automated/process-tests.el index cd209bacaa6..2eaa852c872 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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 a4948571242..35a7b99e416 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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 15bdc74e627..962e39ff38e 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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 9185adf0ae5..31a4ee958c6 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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/ruby-mode-tests.el b/test/automated/ruby-mode-tests.el index 0ad5650cd77..015550ef1f3 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2015 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/subword-tests.el b/test/automated/subword-tests.el index 3b37bc84886..5f29a3f44c9 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2015 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/thingatpt.el b/test/automated/thingatpt.el index 74240f80b87..12312388143 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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/timer-tests.el b/test/automated/timer-tests.el index bc95df5e773..1f2a6850ef6 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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 8e48b280421..6b0d89f9b0a 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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 6ecac36b6b3..1840e9581d6 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2015 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-future-tests.el b/test/automated/url-future-tests.el index 9171e897209..66ce7d632f3 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2015 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-util-tests.el b/test/automated/url-util-tests.el index 92ff361b975..21ddeb50fd5 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2015 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 4c16465d54b..c548562ba0f 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2015 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/xml-parse-tests.el b/test/automated/xml-parse-tests.el index ac6bef5402b..95eb2865afc 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2015 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/zlib-tests.el b/test/automated/zlib-tests.el index 83ba29e2d9b..671860182a1 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2015 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/cedet/cedet-utests.el b/test/cedet/cedet-utests.el index 116568c3046..76903639c3a 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2015 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 65f01b6e37b..293c037ebd1 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2015 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 985ea12463f..71736c816f7 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2015 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 857d2dc916c..0d9b688ee32 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-2014 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2003-2004, 2007-2015 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 e42ff1aadd2..ccf57076e4c 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2015 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 231d257fa0c..2c9ccd37e62 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-2014 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2003-2004, 2007-2015 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 e9b24df74f8..423df72d5ac 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2015 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 4f518a2026e..8f7208783ff 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-2014 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2015 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 512001b1b5c..28b97750df2 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2015 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 402537f74f8..ac8c599ee35 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-2014 Free Software Foundation, Inc. | 3 | # Copyright (C) 2001-2002, 2010-2015 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 7ecfc422cd0..b503c211790 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-2014 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2015 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 3fc3059633e..609ea74615e 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-2014 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2015 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 8dc40eba476..d17f3049b62 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-2014 Free Software Foundation, Inc. | 3 | // Copyright (C) 2009-2015 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 aba0dfe2a89..9195bb670c2 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-2014 Free Software Foundation, Inc. | 3 | * Copyright (C) 2009-2015 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 0d91e6d2385..168898a4a3e 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-2014 Free Software Foundation, Inc. | 3 | Copyright (C) 2007-2015 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 6bdea6e7829..e831ea152e5 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-2014 Free Software Foundation, Inc. | 2 | Copyright (C) 2007-2015 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 706753e9ded..bb6a5522cf1 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-2014 Free Software Foundation, Inc. | 2 | Copyright (C) 2007-2015 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 0565314cd8d..6dee867b794 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-2014 Free Software Foundation, Inc. | 3 | // Copyright (C) 2007-2015 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 7f1bd1e0418..13e907da887 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-2014 Free Software Foundation, Inc. | 3 | // Copyright (C) 2007-2015 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 8647b70c0ed..fa94af3596f 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-2014 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2015 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 5c0a68a8acc..f08b773bd4b 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-2014 Free Software Foundation, Inc. | 4 | Copyright (C) 2008-2015 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/indent/pascal.pas b/test/indent/pascal.pas index 0005b9561bf..bb2e7002b6b 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-2014 Free Software Foundation, Inc. | 3 | Copyright (C) 1999-2006, 2013-2015 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 b7fe9b07c26..357ab08bf84 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2015 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 96a7541c34f..a20ae40849f 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-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||