diff options
| author | Paul Eggert | 2020-01-01 01:08:16 +0000 |
|---|---|---|
| committer | Paul Eggert | 2020-01-01 01:08:16 +0000 |
| commit | c6fb86b40bebf597fccbe4eba58ceea83bd9700f (patch) | |
| tree | ab703ac6f4e85e6df08c467bc48cb7ae670f5ba9 /test | |
| parent | 47f66e1aaf01d72e3b0db6eadbab378bfac96681 (diff) | |
| parent | 186152ba400b58d2d278c52d2e3d896decae767e (diff) | |
| download | emacs-c6fb86b40bebf597fccbe4eba58ceea83bd9700f.tar.gz emacs-c6fb86b40bebf597fccbe4eba58ceea83bd9700f.zip | |
Merge from origin/emacs-27
186152ba40 Pacify gcc -Wunused-function on Ubuntu 18.04.3
4cd143aded Fix copyright years by hand
365e01cc9f Update copyright year to 2020
cd2c156163 ; * etc/NEWS: Make the description of XDG fallback more ac...
# Conflicts:
# etc/NEWS
# etc/refcards/ru-refcard.tex
Diffstat (limited to 'test')
327 files changed, 327 insertions, 327 deletions
diff --git a/test/ChangeLog.1 b/test/ChangeLog.1 index 0ed7b9ad65e..c364219c362 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-2019 Free Software Foundation, Inc. | 2955 | Copyright (C) 2008-2020 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/Makefile.in b/test/Makefile.in index abcba944734..f03c194a7cb 100644 --- a/test/Makefile.in +++ b/test/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ### @configure_input@ | 1 | ### @configure_input@ |
| 2 | 2 | ||
| 3 | # Copyright (C) 2010-2019 Free Software Foundation, Inc. | 3 | # Copyright (C) 2010-2020 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/README b/test/README index b55e24556f5..1f69f7142c1 100644 --- a/test/README +++ b/test/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2008-2019 Free Software Foundation, Inc. | 1 | Copyright (C) 2008-2020 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/data/emacs-module/mod-test.c b/test/data/emacs-module/mod-test.c index 5addf611472..8dc9ff144af 100644 --- a/test/data/emacs-module/mod-test.c +++ b/test/data/emacs-module/mod-test.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Test GNU Emacs modules. | 1 | /* Test GNU Emacs modules. |
| 2 | 2 | ||
| 3 | Copyright 2015-2019 Free Software Foundation, Inc. | 3 | Copyright 2015-2020 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/data/themes/faces-test-dark-theme.el b/test/data/themes/faces-test-dark-theme.el index f5e41ccdaf9..2eb72d6b358 100644 --- a/test/data/themes/faces-test-dark-theme.el +++ b/test/data/themes/faces-test-dark-theme.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; faces-test-dark-theme.el --- A dark theme from tests ;;; -*- lexical-binding: t; -*- | 1 | ;;; faces-test-dark-theme.el --- A dark theme from tests ;;; -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/data/themes/faces-test-light-theme.el b/test/data/themes/faces-test-light-theme.el index cab4f4130b7..4a7c7f6877d 100644 --- a/test/data/themes/faces-test-light-theme.el +++ b/test/data/themes/faces-test-light-theme.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; faces-test-light-theme.el --- A dark theme from tests ;;; -*- lexical-binding: t; -*- | 1 | ;;; faces-test-light-theme.el --- A dark theme from tests ;;; -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lib-src/emacsclient-tests.el b/test/lib-src/emacsclient-tests.el index 0b58fef83e7..901922c03e1 100644 --- a/test/lib-src/emacsclient-tests.el +++ b/test/lib-src/emacsclient-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; emacsclient-tests.el --- Test emacsclient | 1 | ;;; emacsclient-tests.el --- Test emacsclient |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/lisp/abbrev-tests.el b/test/lisp/abbrev-tests.el index 8eee0712c22..aaf1d4a5b5c 100644 --- a/test/lisp/abbrev-tests.el +++ b/test/lisp/abbrev-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; abbrev-tests.el --- Test suite for abbrevs -*- lexical-binding: t; -*- | 1 | ;;; abbrev-tests.el --- Test suite for abbrevs -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/arc-mode-tests.el b/test/lisp/arc-mode-tests.el index 79d3ac6365c..df658b98139 100644 --- a/test/lisp/arc-mode-tests.el +++ b/test/lisp/arc-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; arc-mode-tests.el --- Test suite for arc-mode. -*- lexical-binding: t -*- | 1 | ;;; arc-mode-tests.el --- Test suite for arc-mode. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/auth-source-pass-tests.el b/test/lisp/auth-source-pass-tests.el index 6f0d308cebf..10ed9c39fbb 100644 --- a/test/lisp/auth-source-pass-tests.el +++ b/test/lisp/auth-source-pass-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; auth-source-pass-tests.el --- Tests for auth-source-pass.el -*- lexical-binding: t; -*- | 1 | ;;; auth-source-pass-tests.el --- Tests for auth-source-pass.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013, 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013, 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Damien Cassou <damien.cassou@gmail.com> | 5 | ;; Author: Damien Cassou <damien.cassou@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/auth-source-tests.el b/test/lisp/auth-source-tests.el index c8460c00353..deb1b91aab2 100644 --- a/test/lisp/auth-source-tests.el +++ b/test/lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/autoinsert-tests.el b/test/lisp/autoinsert-tests.el index a7b0547633b..574763c4b3d 100644 --- a/test/lisp/autoinsert-tests.el +++ b/test/lisp/autoinsert-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; autoinsert-tests.el --- Tests for autoinsert.el -*- lexical-binding: t; -*- | 1 | ;;; autoinsert-tests.el --- Tests for autoinsert.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> | 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el index 0aec1800dfe..f7c5580b111 100644 --- a/test/lisp/autorevert-tests.el +++ b/test/lisp/autorevert-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; auto-revert-tests.el --- Tests of auto-revert -*- lexical-binding: t -*- | 1 | ;;; auto-revert-tests.el --- Tests of auto-revert -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/bookmark-tests.el b/test/lisp/bookmark-tests.el index 09b1be9b26b..7e0384b7241 100644 --- a/test/lisp/bookmark-tests.el +++ b/test/lisp/bookmark-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bookmark-tests.el --- Tests for bookmark.el -*- lexical-binding: t -*- | 1 | ;;; bookmark-tests.el --- Tests for bookmark.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> | 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/buff-menu-tests.el b/test/lisp/buff-menu-tests.el index d49abc46a18..7d7824bf9c4 100644 --- a/test/lisp/buff-menu-tests.el +++ b/test/lisp/buff-menu-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; buff-menu-tests.el --- Test suite for buff-menu.el -*- lexical-binding: t -*- | 1 | ;;; buff-menu-tests.el --- Test suite for buff-menu.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> | 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/button-tests.el b/test/lisp/button-tests.el index 44a7ea6f6e5..11cc14042c6 100644 --- a/test/lisp/button-tests.el +++ b/test/lisp/button-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; button-tests.el --- tests for button.el -*- lexical-binding: t -*- | 1 | ;;; button-tests.el --- tests for button.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/calc/calc-tests.el b/test/lisp/calc/calc-tests.el index f85f8da5434..784b404898a 100644 --- a/test/lisp/calc/calc-tests.el +++ b/test/lisp/calc/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 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/lisp/calendar/icalendar-tests.el b/test/lisp/calendar/icalendar-tests.el index 0d7004d7106..986255250dc 100644 --- a/test/lisp/calendar/icalendar-tests.el +++ b/test/lisp/calendar/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2008-2020 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/lisp/calendar/iso8601-tests.el b/test/lisp/calendar/iso8601-tests.el index cc18d0702d8..430680c5077 100644 --- a/test/lisp/calendar/iso8601-tests.el +++ b/test/lisp/calendar/iso8601-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; iso8601-tests.el --- tests for calendar/iso8601.el -*- lexical-binding:t -*- | 1 | ;;; iso8601-tests.el --- tests for calendar/iso8601.el -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/calendar/parse-time-tests.el b/test/lisp/calendar/parse-time-tests.el index 7435620b71f..4924e8b072a 100644 --- a/test/lisp/calendar/parse-time-tests.el +++ b/test/lisp/calendar/parse-time-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; parse-time-tests.el --- Test suite for parse-time.el | 1 | ;; parse-time-tests.el --- Test suite for parse-time.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/lisp/calendar/time-date-tests.el b/test/lisp/calendar/time-date-tests.el index 827d2c9800a..4c8f18a7a95 100644 --- a/test/lisp/calendar/time-date-tests.el +++ b/test/lisp/calendar/time-date-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; time-date-tests.el --- tests for calendar/time-date.el -*- lexical-binding:t -*- | 1 | ;;; time-date-tests.el --- tests for calendar/time-date.el -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/calendar/todo-mode-tests.el b/test/lisp/calendar/todo-mode-tests.el index 7d9425e2f58..d65f94d4f31 100644 --- a/test/lisp/calendar/todo-mode-tests.el +++ b/test/lisp/calendar/todo-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; todo-mode-tests.el --- tests for todo-mode.el -*- lexical-binding: t; -*- | 1 | ;;; todo-mode-tests.el --- tests for todo-mode.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stephen Berman <stephen.berman@gmx.net> | 5 | ;; Author: Stephen Berman <stephen.berman@gmx.net> |
| 6 | ;; Keywords: calendar | 6 | ;; Keywords: calendar |
diff --git a/test/lisp/cedet/semantic-utest-c.el b/test/lisp/cedet/semantic-utest-c.el index d65b55cbf8e..bdd6c050df6 100644 --- a/test/lisp/cedet/semantic-utest-c.el +++ b/test/lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 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/lisp/cedet/semantic-utest-fmt.el b/test/lisp/cedet/semantic-utest-fmt.el index 88d574e105b..2fc2b681868 100644 --- a/test/lisp/cedet/semantic-utest-fmt.el +++ b/test/lisp/cedet/semantic-utest-fmt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cedet/semantic-utest-fmt.el --- Parsing / Formatting tests | 1 | ;;; cedet/semantic-utest-fmt.el --- Parsing / Formatting tests |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2003-2004, 2007-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2003-2004, 2007-2020 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/lisp/cedet/semantic-utest-ia.el b/test/lisp/cedet/semantic-utest-ia.el index 515275591f9..5761224d756 100644 --- a/test/lisp/cedet/semantic-utest-ia.el +++ b/test/lisp/cedet/semantic-utest-ia.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic-utest-ia.el --- Analyzer unit tests | 1 | ;;; semantic-utest-ia.el --- Analyzer unit tests |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 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/lisp/cedet/semantic-utest.el b/test/lisp/cedet/semantic-utest.el index 2423e891756..7e336557948 100644 --- a/test/lisp/cedet/semantic-utest.el +++ b/test/lisp/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-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2003-2004, 2007-2020 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/lisp/cedet/srecode-utest-getset.el b/test/lisp/cedet/srecode-utest-getset.el index 2e82fc9c90a..e49a19594c3 100644 --- a/test/lisp/cedet/srecode-utest-getset.el +++ b/test/lisp/cedet/srecode-utest-getset.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/test-getset.el --- Test the getset inserter. | 1 | ;;; srecode/test-getset.el --- Test the getset inserter. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2009, 2011, 2019 Free Software Foundation, Inc | 3 | ;; Copyright (C) 2008, 2009, 2011, 2019-2020 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/lisp/cedet/srecode-utest-template.el b/test/lisp/cedet/srecode-utest-template.el index 7a034bd9822..4dd64e2ea8c 100644 --- a/test/lisp/cedet/srecode-utest-template.el +++ b/test/lisp/cedet/srecode-utest-template.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/test.el --- SRecode Core Template tests. | 1 | ;;; srecode/test.el --- SRecode Core Template tests. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 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/lisp/char-fold-tests.el b/test/lisp/char-fold-tests.el index 241f7bf16c8..0e55dfbb8ed 100644 --- a/test/lisp/char-fold-tests.el +++ b/test/lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/color-tests.el b/test/lisp/color-tests.el index dceed1a78f5..3fb9bd5c097 100644 --- a/test/lisp/color-tests.el +++ b/test/lisp/color-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; color-tests.el --- Tests for color.el -*- lexical-binding: t; -*- | 1 | ;;; color-tests.el --- Tests for color.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> | 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/comint-tests.el b/test/lisp/comint-tests.el index 4c1c5cc5e20..9c27a92d2bf 100644 --- a/test/lisp/comint-tests.el +++ b/test/lisp/comint-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; comint-testsuite.el | 1 | ;;; comint-testsuite.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2020 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/lisp/custom-tests.el b/test/lisp/custom-tests.el index 270acda292c..766e4844988 100644 --- a/test/lisp/custom-tests.el +++ b/test/lisp/custom-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; custom-tests.el --- tests for custom.el -*- lexical-binding: t -*- | 1 | ;;; custom-tests.el --- tests for custom.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 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/lisp/dabbrev-tests.el b/test/lisp/dabbrev-tests.el index d26362db3d4..0a2f67e91c7 100644 --- a/test/lisp/dabbrev-tests.el +++ b/test/lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/lisp/delim-col-tests.el b/test/lisp/delim-col-tests.el index f2a0377b07b..c46c0f78e9f 100644 --- a/test/lisp/delim-col-tests.el +++ b/test/lisp/delim-col-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; delim-col-tests.el --- Tests for delim-col.el -*- lexical-binding: t; -*- | 1 | ;;; delim-col-tests.el --- Tests for delim-col.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> | 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/descr-text-tests.el b/test/lisp/descr-text-tests.el index d4544c99cf5..74fcdf5af37 100644 --- a/test/lisp/descr-text-tests.el +++ b/test/lisp/descr-text-tests.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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014, 2016-2020 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/lisp/dired-aux-tests.el b/test/lisp/dired-aux-tests.el index ccd3192792d..1fe155718d5 100644 --- a/test/lisp/dired-aux-tests.el +++ b/test/lisp/dired-aux-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dired-aux-tests.el --- Test suite for dired-aux. -*- lexical-binding: t -*- | 1 | ;;; dired-aux-tests.el --- Test suite for dired-aux. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/dired-tests.el b/test/lisp/dired-tests.el index c4728e7a067..5c6649cba46 100644 --- a/test/lisp/dired-tests.el +++ b/test/lisp/dired-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dired-tests.el --- Test suite. -*- lexical-binding: t -*- | 1 | ;;; dired-tests.el --- Test suite. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/dired-x-tests.el b/test/lisp/dired-x-tests.el index d4d693484f0..245e36efb79 100644 --- a/test/lisp/dired-x-tests.el +++ b/test/lisp/dired-x-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dired-x-tests.el --- Test suite for dired-x. -*- lexical-binding: t -*- | 1 | ;;; dired-x-tests.el --- Test suite for dired-x. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/dom-tests.el b/test/lisp/dom-tests.el index fb87b7beb7c..d44851eb13b 100644 --- a/test/lisp/dom-tests.el +++ b/test/lisp/dom-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dom-tests.el --- Tests for dom.el -*- lexical-binding: t; -*- | 1 | ;;; dom-tests.el --- Tests for dom.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> | 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/electric-tests.el b/test/lisp/electric-tests.el index d62f6e34387..6334c62a31c 100644 --- a/test/lisp/electric-tests.el +++ b/test/lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/emacs-lisp/backquote-tests.el b/test/lisp/emacs-lisp/backquote-tests.el index 01f2c4a897e..d1e6494ba66 100644 --- a/test/lisp/emacs-lisp/backquote-tests.el +++ b/test/lisp/emacs-lisp/backquote-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; backquote-tests.el --- Tests for backquote.el -*- lexical-binding: t -*- | 1 | ;;; backquote-tests.el --- Tests for backquote.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/emacs-lisp/backtrace-tests.el b/test/lisp/emacs-lisp/backtrace-tests.el index be154953423..12164b46ec3 100644 --- a/test/lisp/emacs-lisp/backtrace-tests.el +++ b/test/lisp/emacs-lisp/backtrace-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; backtrace-tests.el --- Tests for backtraces -*- lexical-binding: t; -*- | 1 | ;;; backtrace-tests.el --- Tests for backtraces -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gemini Lasswell | 5 | ;; Author: Gemini Lasswell |
| 6 | 6 | ||
diff --git a/test/lisp/emacs-lisp/benchmark-tests.el b/test/lisp/emacs-lisp/benchmark-tests.el index a8c37bbe836..7cca0d1ed70 100644 --- a/test/lisp/emacs-lisp/benchmark-tests.el +++ b/test/lisp/emacs-lisp/benchmark-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; benchmark-tests.el --- Test suite for benchmark. -*- lexical-binding: t -*- | 1 | ;;; benchmark-tests.el --- Test suite for benchmark. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/emacs-lisp/bindat-tests.el b/test/lisp/emacs-lisp/bindat-tests.el index f6af810083a..f8efa7902a4 100644 --- a/test/lisp/emacs-lisp/bindat-tests.el +++ b/test/lisp/emacs-lisp/bindat-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bindat-tests.el --- tests for bindat.el -*- lexical-binding: t; -*- | 1 | ;;; bindat-tests.el --- tests for bindat.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/emacs-lisp/bytecomp-tests.el b/test/lisp/emacs-lisp/bytecomp-tests.el index 94ecdc54daa..a16adfedfb8 100644 --- a/test/lisp/emacs-lisp/bytecomp-tests.el +++ b/test/lisp/emacs-lisp/bytecomp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bytecomp-tests.el | 1 | ;;; bytecomp-tests.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Shigeru Fukaya <shigeru.fukaya@gmail.com> | 5 | ;; Author: Shigeru Fukaya <shigeru.fukaya@gmail.com> |
| 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
diff --git a/test/lisp/emacs-lisp/cconv-tests.el b/test/lisp/emacs-lisp/cconv-tests.el index c218bd6382b..c8d46541ad4 100644 --- a/test/lisp/emacs-lisp/cconv-tests.el +++ b/test/lisp/emacs-lisp/cconv-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cconv-tests.el -*- lexical-binding: t -*- | 1 | ;;; cconv-tests.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 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/lisp/emacs-lisp/checkdoc-tests.el b/test/lisp/emacs-lisp/checkdoc-tests.el index 3fbf25d7086..c12d0d37311 100644 --- a/test/lisp/emacs-lisp/checkdoc-tests.el +++ b/test/lisp/emacs-lisp/checkdoc-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; checkdoc-tests.el --- unit tests for checkdoc.el -*- lexical-binding: t; -*- | 1 | ;;; checkdoc-tests.el --- unit tests for checkdoc.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/lisp/emacs-lisp/cl-extra-tests.el b/test/lisp/emacs-lisp/cl-extra-tests.el index 152d431094d..2d20ba75d29 100644 --- a/test/lisp/emacs-lisp/cl-extra-tests.el +++ b/test/lisp/emacs-lisp/cl-extra-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cl-extra-tests.el --- tests for emacs-lisp/cl-extra.el -*- lexical-binding:t -*- | 1 | ;;; cl-extra-tests.el --- tests for emacs-lisp/cl-extra.el -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/emacs-lisp/cl-generic-tests.el b/test/lisp/emacs-lisp/cl-generic-tests.el index 36e09af58fc..d9f1cb9ec43 100644 --- a/test/lisp/emacs-lisp/cl-generic-tests.el +++ b/test/lisp/emacs-lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/emacs-lisp/cl-lib-tests.el b/test/lisp/emacs-lisp/cl-lib-tests.el index 82c2c0d8e01..57b9d23efb0 100644 --- a/test/lisp/emacs-lisp/cl-lib-tests.el +++ b/test/lisp/emacs-lisp/cl-lib-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cl-lib-tests.el --- tests for emacs-lisp/cl-lib.el -*- lexical-binding:t -*- | 1 | ;;; cl-lib-tests.el --- tests for emacs-lisp/cl-lib.el -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/emacs-lisp/cl-macs-tests.el b/test/lisp/emacs-lisp/cl-macs-tests.el index d3b9732b74d..9ca84f156a0 100644 --- a/test/lisp/emacs-lisp/cl-macs-tests.el +++ b/test/lisp/emacs-lisp/cl-macs-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cl-macs-tests.el --- tests for emacs-lisp/cl-macs.el -*- lexical-binding:t -*- | 1 | ;;; cl-macs-tests.el --- tests for emacs-lisp/cl-macs.el -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/emacs-lisp/cl-preloaded-tests.el b/test/lisp/emacs-lisp/cl-preloaded-tests.el index c1a6d5d2724..c64391698ee 100644 --- a/test/lisp/emacs-lisp/cl-preloaded-tests.el +++ b/test/lisp/emacs-lisp/cl-preloaded-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cl-preloaded-tests.el --- unit tests for cl-preloaded.el -*- lexical-binding: t; -*- | 1 | ;;; cl-preloaded-tests.el --- unit tests for cl-preloaded.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | ;; Author: Philipp Stephani <phst@google.com> | 4 | ;; Author: Philipp Stephani <phst@google.com> |
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
diff --git a/test/lisp/emacs-lisp/cl-print-tests.el b/test/lisp/emacs-lisp/cl-print-tests.el index 31d79df71b5..ca5db8d9474 100644 --- a/test/lisp/emacs-lisp/cl-print-tests.el +++ b/test/lisp/emacs-lisp/cl-print-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cl-print-tests.el --- Test suite for the cl-print facility. -*- lexical-binding:t -*- | 1 | ;;; cl-print-tests.el --- Test suite for the cl-print facility. -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/emacs-lisp/cl-seq-tests.el b/test/lisp/emacs-lisp/cl-seq-tests.el index 6515eee9f24..cddefbbdee8 100644 --- a/test/lisp/emacs-lisp/cl-seq-tests.el +++ b/test/lisp/emacs-lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/emacs-lisp/derived-tests.el b/test/lisp/emacs-lisp/derived-tests.el index 1f718222bae..d79c41ea44f 100644 --- a/test/lisp/emacs-lisp/derived-tests.el +++ b/test/lisp/emacs-lisp/derived-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; derived-tests.el --- tests for derived.el -*- lexical-binding: t; -*- | 1 | ;;; derived-tests.el --- tests for derived.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/emacs-lisp/edebug-resources/edebug-test-code.el b/test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el index 013843826e0..60e49ab93a4 100644 --- a/test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el +++ b/test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; edebug-test-code.el --- Sample code for the Edebug test suite | 1 | ;;; edebug-test-code.el --- Sample code for the Edebug test suite |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gemini Lasswell | 5 | ;; Author: Gemini Lasswell |
| 6 | 6 | ||
diff --git a/test/lisp/emacs-lisp/edebug-tests.el b/test/lisp/emacs-lisp/edebug-tests.el index 4c517406cf8..41811c9dc07 100644 --- a/test/lisp/emacs-lisp/edebug-tests.el +++ b/test/lisp/emacs-lisp/edebug-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; edebug-tests.el --- Edebug test suite -*- lexical-binding:t -*- | 1 | ;;; edebug-tests.el --- Edebug test suite -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gemini Lasswell | 5 | ;; Author: Gemini Lasswell |
| 6 | 6 | ||
diff --git a/test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el b/test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el index a7c63467bf9..b3e296db16b 100644 --- a/test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el +++ b/test/lisp/emacs-lisp/eieio-tests/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-2019 Free Software Foundation, | 3 | ;; Copyright (C) 2005, 2008, 2010, 2013-2020 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/lisp/emacs-lisp/eieio-tests/eieio-test-persist.el b/test/lisp/emacs-lisp/eieio-tests/eieio-test-persist.el index b105249c7c5..3c5aeaf708f 100644 --- a/test/lisp/emacs-lisp/eieio-tests/eieio-test-persist.el +++ b/test/lisp/emacs-lisp/eieio-tests/eieio-test-persist.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; eieio-test-persist.el --- Tests for eieio-persistent class | 1 | ;;; eieio-test-persist.el --- Tests for eieio-persistent class |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2020 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/lisp/emacs-lisp/eieio-tests/eieio-tests.el b/test/lisp/emacs-lisp/eieio-tests/eieio-tests.el index e6a35c4cd7a..34c20b2003f 100644 --- a/test/lisp/emacs-lisp/eieio-tests/eieio-tests.el +++ b/test/lisp/emacs-lisp/eieio-tests/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-2019 Free Software | 3 | ;; Copyright (C) 1999-2003, 2005-2010, 2012-2020 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/lisp/emacs-lisp/ert-tests.el b/test/lisp/emacs-lisp/ert-tests.el index 3a9e81595b1..96189356c02 100644 --- a/test/lisp/emacs-lisp/ert-tests.el +++ b/test/lisp/emacs-lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2008, 2010-2020 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/lisp/emacs-lisp/ert-x-tests.el b/test/lisp/emacs-lisp/ert-x-tests.el index 07375727405..e910329c201 100644 --- a/test/lisp/emacs-lisp/ert-x-tests.el +++ b/test/lisp/emacs-lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008, 2010-2020 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/lisp/emacs-lisp/faceup-resources/faceup-test-mode.el b/test/lisp/emacs-lisp/faceup-resources/faceup-test-mode.el index e940c5f5145..3017b52ab54 100644 --- a/test/lisp/emacs-lisp/faceup-resources/faceup-test-mode.el +++ b/test/lisp/emacs-lisp/faceup-resources/faceup-test-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; faceup-test-mode.el --- Dummy major mode for testing `faceup'. | 1 | ;;; faceup-test-mode.el --- Dummy major mode for testing `faceup'. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Anders Lindgren | 5 | ;; Author: Anders Lindgren |
| 6 | ;; Keywords: languages, faces | 6 | ;; Keywords: languages, faces |
diff --git a/test/lisp/emacs-lisp/faceup-resources/faceup-test-this-file-directory.el b/test/lisp/emacs-lisp/faceup-resources/faceup-test-this-file-directory.el index 11c48de38eb..ab638ef932f 100644 --- a/test/lisp/emacs-lisp/faceup-resources/faceup-test-this-file-directory.el +++ b/test/lisp/emacs-lisp/faceup-resources/faceup-test-this-file-directory.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; faceup-test-this-file-directory.el --- Support file for faceup tests | 1 | ;;; faceup-test-this-file-directory.el --- Support file for faceup tests |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Anders Lindgren | 5 | ;; Author: Anders Lindgren |
| 6 | ;; Keywords: languages, faces | 6 | ;; Keywords: languages, faces |
diff --git a/test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el b/test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el index c35188eb8b6..0838981fcb9 100644 --- a/test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el +++ b/test/lisp/emacs-lisp/faceup-tests/faceup-test-basics.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; faceup-test-basics.el --- Tests for the `faceup' package. | 1 | ;;; faceup-test-basics.el --- Tests for the `faceup' package. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Anders Lindgren | 5 | ;; Author: Anders Lindgren |
| 6 | ;; Keywords: languages, faces | 6 | ;; Keywords: languages, faces |
diff --git a/test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el b/test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el index c8c3a1f5d8a..4f5fe180bb3 100644 --- a/test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el +++ b/test/lisp/emacs-lisp/faceup-tests/faceup-test-files.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; faceup-test-files.el --- Self test of `faceup' using dummy major mode. | 1 | ;;; faceup-test-files.el --- Self test of `faceup' using dummy major mode. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Anders Lindgren | 5 | ;; Author: Anders Lindgren |
| 6 | ;; Keywords: languages, faces | 6 | ;; Keywords: languages, faces |
diff --git a/test/lisp/emacs-lisp/generator-tests.el b/test/lisp/emacs-lisp/generator-tests.el index 613de2fd577..0d325f1485a 100644 --- a/test/lisp/emacs-lisp/generator-tests.el +++ b/test/lisp/emacs-lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/emacs-lisp/gv-tests.el b/test/lisp/emacs-lisp/gv-tests.el index cfd982b06fe..7fa4cd50b08 100644 --- a/test/lisp/emacs-lisp/gv-tests.el +++ b/test/lisp/emacs-lisp/gv-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gv-tests.el --- tests for gv.el -*- lexical-binding: t; -*- | 1 | ;;; gv-tests.el --- tests for gv.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/emacs-lisp/let-alist-tests.el b/test/lisp/emacs-lisp/let-alist-tests.el index 9c3f2a5928f..d283ecbe926 100644 --- a/test/lisp/emacs-lisp/let-alist-tests.el +++ b/test/lisp/emacs-lisp/let-alist-tests.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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2020 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/lisp/emacs-lisp/lisp-mode-tests.el b/test/lisp/emacs-lisp/lisp-mode-tests.el index c0dd68c0a0b..febac8f4789 100644 --- a/test/lisp/emacs-lisp/lisp-mode-tests.el +++ b/test/lisp/emacs-lisp/lisp-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; lisp-mode-tests.el --- Test Lisp editing commands -*- lexical-binding: t; -*- | 1 | ;;; lisp-mode-tests.el --- Test Lisp editing commands -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; GNU Emacs is free software: you can redistribute it and/or modify | 5 | ;; GNU Emacs 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/lisp/emacs-lisp/lisp-tests.el b/test/lisp/emacs-lisp/lisp-tests.el index 282c37206eb..8736ac70201 100644 --- a/test/lisp/emacs-lisp/lisp-tests.el +++ b/test/lisp/emacs-lisp/lisp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; lisp-tests.el --- Test Lisp editing commands -*- lexical-binding: t; -*- | 1 | ;;; lisp-tests.el --- Test Lisp editing commands -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 6 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
diff --git a/test/lisp/emacs-lisp/map-tests.el b/test/lisp/emacs-lisp/map-tests.el index 5e8c9cb9f07..06fd55faad3 100644 --- a/test/lisp/emacs-lisp/map-tests.el +++ b/test/lisp/emacs-lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/emacs-lisp/nadvice-tests.el b/test/lisp/emacs-lisp/nadvice-tests.el index e14d1363bfc..eabe3cb1970 100644 --- a/test/lisp/emacs-lisp/nadvice-tests.el +++ b/test/lisp/emacs-lisp/nadvice-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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2020 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/lisp/emacs-lisp/package-tests.el b/test/lisp/emacs-lisp/package-tests.el index 828c456842a..7d354d6ecde 100644 --- a/test/lisp/emacs-lisp/package-tests.el +++ b/test/lisp/emacs-lisp/package-tests.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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/emacs-lisp/pcase-tests.el b/test/lisp/emacs-lisp/pcase-tests.el index e8c0b8219c5..0b69bd99f32 100644 --- a/test/lisp/emacs-lisp/pcase-tests.el +++ b/test/lisp/emacs-lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2020 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/lisp/emacs-lisp/pp-tests.el b/test/lisp/emacs-lisp/pp-tests.el index 2660bd243c8..8e8de08a408 100644 --- a/test/lisp/emacs-lisp/pp-tests.el +++ b/test/lisp/emacs-lisp/pp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; pp-tests.el --- Test suite for pretty printer. -*- lexical-binding: t -*- | 1 | ;;; pp-tests.el --- Test suite for pretty printer. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/emacs-lisp/regexp-opt-tests.el b/test/lisp/emacs-lisp/regexp-opt-tests.el index 6b94ccb2d5b..9b4567c72cc 100644 --- a/test/lisp/emacs-lisp/regexp-opt-tests.el +++ b/test/lisp/emacs-lisp/regexp-opt-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; regexp-opt-tests.el --- Tests for regexp-opt.el -*- lexical-binding: t -*- | 1 | ;;; regexp-opt-tests.el --- Tests for regexp-opt.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/emacs-lisp/ring-tests.el b/test/lisp/emacs-lisp/ring-tests.el index 991c4e55119..e348165366e 100644 --- a/test/lisp/emacs-lisp/ring-tests.el +++ b/test/lisp/emacs-lisp/ring-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ring-tests.el --- Tests for ring.el -*- lexical-binding: t; -*- | 1 | ;;; ring-tests.el --- Tests for ring.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> | 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/emacs-lisp/rmc-tests.el b/test/lisp/emacs-lisp/rmc-tests.el index 71c7835e204..5dee206e931 100644 --- a/test/lisp/emacs-lisp/rmc-tests.el +++ b/test/lisp/emacs-lisp/rmc-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmc-tests.el --- Test suite for rmc.el -*- lexical-binding: t -*- | 1 | ;;; rmc-tests.el --- Test suite for rmc.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> | 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/emacs-lisp/rx-tests.el b/test/lisp/emacs-lisp/rx-tests.el index a82f1f83645..e19e626527b 100644 --- a/test/lisp/emacs-lisp/rx-tests.el +++ b/test/lisp/emacs-lisp/rx-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rx-tests.el --- tests for rx.el -*- lexical-binding: t -*- | 1 | ;;; rx-tests.el --- tests for rx.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/lisp/emacs-lisp/seq-tests.el b/test/lisp/emacs-lisp/seq-tests.el index ef05e2b389d..77ee4f5c38d 100644 --- a/test/lisp/emacs-lisp/seq-tests.el +++ b/test/lisp/emacs-lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 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/lisp/emacs-lisp/shadow-tests.el b/test/lisp/emacs-lisp/shadow-tests.el index e3a2d6b1f6c..219312a5578 100644 --- a/test/lisp/emacs-lisp/shadow-tests.el +++ b/test/lisp/emacs-lisp/shadow-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; shadow-tests.el --- Test suite for shadow. -*- lexical-binding: t -*- | 1 | ;;; shadow-tests.el --- Test suite for shadow. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 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/lisp/emacs-lisp/subr-x-tests.el b/test/lisp/emacs-lisp/subr-x-tests.el index d3cb2b140d9..220ce0c08f0 100644 --- a/test/lisp/emacs-lisp/subr-x-tests.el +++ b/test/lisp/emacs-lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 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/lisp/emacs-lisp/tabulated-list-test.el b/test/lisp/emacs-lisp/tabulated-list-test.el index 052d2e88e1f..7486e2b9333 100644 --- a/test/lisp/emacs-lisp/tabulated-list-test.el +++ b/test/lisp/emacs-lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/emacs-lisp/testcover-resources/testcases.el b/test/lisp/emacs-lisp/testcover-resources/testcases.el index d5b4f530540..77edf2fec22 100644 --- a/test/lisp/emacs-lisp/testcover-resources/testcases.el +++ b/test/lisp/emacs-lisp/testcover-resources/testcases.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;;; testcases.el -- Test cases for testcover-tests.el | 1 | ;;;; testcases.el -- Test cases for testcover-tests.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gemini Lasswell | 5 | ;; Author: Gemini Lasswell |
| 6 | 6 | ||
diff --git a/test/lisp/emacs-lisp/testcover-tests.el b/test/lisp/emacs-lisp/testcover-tests.el index cbef493cc84..6870d49acb2 100644 --- a/test/lisp/emacs-lisp/testcover-tests.el +++ b/test/lisp/emacs-lisp/testcover-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; testcover-tests.el --- Testcover test suite -*- lexical-binding:t -*- | 1 | ;;; testcover-tests.el --- Testcover test suite -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gemini Lasswell | 5 | ;; Author: Gemini Lasswell |
| 6 | 6 | ||
diff --git a/test/lisp/emacs-lisp/text-property-search-tests.el b/test/lisp/emacs-lisp/text-property-search-tests.el index 21a25c7835f..26b89b72312 100644 --- a/test/lisp/emacs-lisp/text-property-search-tests.el +++ b/test/lisp/emacs-lisp/text-property-search-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; text-property-search-tests.el --- Testing text-property-search | 1 | ;;; text-property-search-tests.el --- Testing text-property-search |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Ingebrigtsen <larsi@gnus.org> | 5 | ;; Author: Lars Ingebrigtsen <larsi@gnus.org> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/emacs-lisp/thunk-tests.el b/test/lisp/emacs-lisp/thunk-tests.el index caa2c415460..67ec415d6dd 100644 --- a/test/lisp/emacs-lisp/thunk-tests.el +++ b/test/lisp/emacs-lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/emacs-lisp/timer-tests.el b/test/lisp/emacs-lisp/timer-tests.el index 676730ead2d..bc712ee960f 100644 --- a/test/lisp/emacs-lisp/timer-tests.el +++ b/test/lisp/emacs-lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/emulation/viper-tests.el b/test/lisp/emulation/viper-tests.el index 1359dcfd5c0..33f85e51254 100644 --- a/test/lisp/emulation/viper-tests.el +++ b/test/lisp/emulation/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/lisp/epg-tests.el b/test/lisp/epg-tests.el index 1a11e418384..2a9c021c67b 100644 --- a/test/lisp/epg-tests.el +++ b/test/lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/erc/erc-track-tests.el b/test/lisp/erc/erc-track-tests.el index feb7ee6c8ae..b0ed4bbcb67 100644 --- a/test/lisp/erc/erc-track-tests.el +++ b/test/lisp/erc/erc-track-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; erc-track-tests.el --- Tests for erc-track. | 1 | ;;; erc-track-tests.el --- Tests for erc-track. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Author: Vivek Dasmohapatra <vivek@etla.org> | 6 | ;; Author: Vivek Dasmohapatra <vivek@etla.org> |
diff --git a/test/lisp/eshell/em-hist-tests.el b/test/lisp/eshell/em-hist-tests.el index 2fec1159318..a08a7a2afcb 100644 --- a/test/lisp/eshell/em-hist-tests.el +++ b/test/lisp/eshell/em-hist-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tests/em-hist-tests.el --- em-hist test suite | 1 | ;;; tests/em-hist-tests.el --- em-hist test suite |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/eshell/em-ls-tests.el b/test/lisp/eshell/em-ls-tests.el index d5f9d244be0..da3e224a94d 100644 --- a/test/lisp/eshell/em-ls-tests.el +++ b/test/lisp/eshell/em-ls-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tests/em-ls-tests.el --- em-ls test suite | 1 | ;;; tests/em-ls-tests.el --- em-ls test suite |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> | 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/eshell/esh-opt-tests.el b/test/lisp/eshell/esh-opt-tests.el index 39284c08a11..af6c089c16b 100644 --- a/test/lisp/eshell/esh-opt-tests.el +++ b/test/lisp/eshell/esh-opt-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tests/esh-opt-tests.el --- esh-opt test suite | 1 | ;;; tests/esh-opt-tests.el --- esh-opt test suite |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 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/lisp/eshell/eshell-tests.el b/test/lisp/eshell/eshell-tests.el index 53cf854f210..026818ab067 100644 --- a/test/lisp/eshell/eshell-tests.el +++ b/test/lisp/eshell/eshell-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tests/eshell-tests.el --- Eshell test suite | 1 | ;;; tests/eshell-tests.el --- Eshell test suite |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2020 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/lisp/faces-tests.el b/test/lisp/faces-tests.el index 90604b1269e..d5dc19349a4 100644 --- a/test/lisp/faces-tests.el +++ b/test/lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/ffap-tests.el b/test/lisp/ffap-tests.el index 3aa2812ec5a..eaf39680e48 100644 --- a/test/lisp/ffap-tests.el +++ b/test/lisp/ffap-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ffap-tests.el --- Test suite for ffap.el -*- lexical-binding: t -*- | 1 | ;;; ffap-tests.el --- Test suite for ffap.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> | 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index 0b6e66e73a6..e9dc7532d59 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; filenotify-tests.el --- Tests of file notifications -*- lexical-binding: t; -*- | 1 | ;;; filenotify-tests.el --- Tests of file notifications -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/files-tests.el b/test/lisp/files-tests.el index 89007aeba8a..ac56a7732f2 100644 --- a/test/lisp/files-tests.el +++ b/test/lisp/files-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; files-tests.el --- tests for files.el. -*- lexical-binding: t; -*- | 1 | ;;; files-tests.el --- tests for files.el. -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2020 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/lisp/files-x-tests.el b/test/lisp/files-x-tests.el index 568a8984479..d3ed4b5312c 100644 --- a/test/lisp/files-x-tests.el +++ b/test/lisp/files-x-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; files-x-tests.el --- tests for files-x.el. | 1 | ;;; files-x-tests.el --- tests for files-x.el. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/lisp/font-lock-tests.el b/test/lisp/font-lock-tests.el index 5d127039ff9..477c43091e3 100644 --- a/test/lisp/font-lock-tests.el +++ b/test/lisp/font-lock-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; font-lock-tests.el --- Test suite for font-lock. -*- lexical-binding: t -*- | 1 | ;;; font-lock-tests.el --- Test suite for font-lock. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/format-spec-tests.el b/test/lisp/format-spec-tests.el index a386e9da8ff..23ee88c5269 100644 --- a/test/lisp/format-spec-tests.el +++ b/test/lisp/format-spec-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; format-spec-tests.el --- tests for format-spec.el -*- lexical-binding: t -*- | 1 | ;;; format-spec-tests.el --- tests for format-spec.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/gnus/gnus-test-headers.el b/test/lisp/gnus/gnus-test-headers.el index abf3d4f2713..958360a088b 100644 --- a/test/lisp/gnus/gnus-test-headers.el +++ b/test/lisp/gnus/gnus-test-headers.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnus-test-headers.el --- Tests for Gnus header-related functions -*- lexical-binding: t; -*- | 1 | ;;; gnus-test-headers.el --- Tests for Gnus header-related functions -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Abrahamsen <eric@ericabrahamsen.net> | 5 | ;; Author: Eric Abrahamsen <eric@ericabrahamsen.net> |
| 6 | 6 | ||
diff --git a/test/lisp/gnus/gnus-tests.el b/test/lisp/gnus/gnus-tests.el index 4b7c91f130d..d18b3fbed0f 100644 --- a/test/lisp/gnus/gnus-tests.el +++ b/test/lisp/gnus/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2020 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/lisp/gnus/message-tests.el b/test/lisp/gnus/message-tests.el index aa3587dddf5..99a4ae463a6 100644 --- a/test/lisp/gnus/message-tests.el +++ b/test/lisp/gnus/message-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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/gnus/nnrss-tests.el b/test/lisp/gnus/nnrss-tests.el index 184c592ea22..a4040c908fe 100644 --- a/test/lisp/gnus/nnrss-tests.el +++ b/test/lisp/gnus/nnrss-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nnrss-tests.el --- tests for gnus/nnrss.el -*- lexical-binding:t -*- | 1 | ;;; nnrss-tests.el --- tests for gnus/nnrss.el -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/help-fns-tests.el b/test/lisp/help-fns-tests.el index da4d25d0a60..4c808d8372e 100644 --- a/test/lisp/help-fns-tests.el +++ b/test/lisp/help-fns-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; help-fns-tests.el --- tests for help-fns.el -*- lexical-binding: t -*- | 1 | ;;; help-fns-tests.el --- tests for help-fns.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | 6 | ||
diff --git a/test/lisp/help-tests.el b/test/lisp/help-tests.el index 28dd8830e44..0862d1264c7 100644 --- a/test/lisp/help-tests.el +++ b/test/lisp/help-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; help-tests.el --- Tests for help.el -*- lexical-binding: t; -*- | 1 | ;;; help-tests.el --- Tests for help.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Juanma Barranquero <lekktu@gmail.com> | 5 | ;; Author: Juanma Barranquero <lekktu@gmail.com> |
| 6 | ;; Keywords: help, internal | 6 | ;; Keywords: help, internal |
diff --git a/test/lisp/hi-lock-tests.el b/test/lisp/hi-lock-tests.el index c4d25b69e14..dd2c28053a0 100644 --- a/test/lisp/hi-lock-tests.el +++ b/test/lisp/hi-lock-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; hi-lock-tests.el --- Tests for hi-lock.el -*- lexical-binding: t; -*- | 1 | ;;; hi-lock-tests.el --- Tests for hi-lock.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> | 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/htmlfontify-tests.el b/test/lisp/htmlfontify-tests.el index ada8294984e..4e48db32789 100644 --- a/test/lisp/htmlfontify-tests.el +++ b/test/lisp/htmlfontify-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; htmlfontify-tests.el --- Test suite. -*- lexical-binding: t -*- | 1 | ;;; htmlfontify-tests.el --- Test suite. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/ibuffer-tests.el b/test/lisp/ibuffer-tests.el index 0616c9bb03e..8dadb920547 100644 --- a/test/lisp/ibuffer-tests.el +++ b/test/lisp/ibuffer-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ibuffer-tests.el --- Test suite. -*- lexical-binding: t -*- | 1 | ;;; ibuffer-tests.el --- Test suite. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/ido-tests.el b/test/lisp/ido-tests.el index c9736eb3ecf..1bca4cdb706 100644 --- a/test/lisp/ido-tests.el +++ b/test/lisp/ido-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ido-tests.el --- unit tests for ido.el -*- lexical-binding: t; -*- | 1 | ;;; ido-tests.el --- unit tests for ido.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/image-file-tests.el b/test/lisp/image-file-tests.el index b3676d1f02c..ad7c26ee46c 100644 --- a/test/lisp/image-file-tests.el +++ b/test/lisp/image-file-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-file-tests.el --- Test suite for image-files -*- lexical-binding: t; -*- | 1 | ;;; image-file-tests.el --- Test suite for image-files -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/image-tests.el b/test/lisp/image-tests.el index 01c81e3022f..0355e78184c 100644 --- a/test/lisp/image-tests.el +++ b/test/lisp/image-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-tests.el --- tests for image.el -*- lexical-binding: t -*- | 1 | ;;; image-tests.el --- tests for image.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/image/exif-tests.el b/test/lisp/image/exif-tests.el index f85d7c01879..cb7c9ecbda6 100644 --- a/test/lisp/image/exif-tests.el +++ b/test/lisp/image/exif-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; exif-tests.el --- tests for exif.el -*- lexical-binding: t -*- | 1 | ;;; exif-tests.el --- tests for exif.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/image/gravatar-tests.el b/test/lisp/image/gravatar-tests.el index bd61663f0e8..e66b5c6803d 100644 --- a/test/lisp/image/gravatar-tests.el +++ b/test/lisp/image/gravatar-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gravatar-tests.el --- tests for gravatar.el -*- lexical-binding: t -*- | 1 | ;;; gravatar-tests.el --- tests for gravatar.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/imenu-tests.el b/test/lisp/imenu-tests.el index 820e834da69..684a856fe04 100644 --- a/test/lisp/imenu-tests.el +++ b/test/lisp/imenu-tests.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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/info-xref-tests.el b/test/lisp/info-xref-tests.el index 1de3a0d0627..128b3f25ca5 100644 --- a/test/lisp/info-xref-tests.el +++ b/test/lisp/info-xref-tests.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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/international/ccl-tests.el b/test/lisp/international/ccl-tests.el index 69e3930d42c..3581cd784f0 100644 --- a/test/lisp/international/ccl-tests.el +++ b/test/lisp/international/ccl-tests.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 1 | ;; Copyright (C) 2018-2020 Free Software Foundation, Inc. |
| 2 | 2 | ||
| 3 | ;; This file is part of GNU Emacs. | 3 | ;; This file is part of GNU Emacs. |
| 4 | 4 | ||
diff --git a/test/lisp/international/mule-tests.el b/test/lisp/international/mule-tests.el index 881d92a2cae..91e3c2279f0 100644 --- a/test/lisp/international/mule-tests.el +++ b/test/lisp/international/mule-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mule-tests.el --- unit tests for mule.el -*- lexical-binding: t; -*- | 1 | ;;; mule-tests.el --- unit tests for mule.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/international/mule-util-tests.el b/test/lisp/international/mule-util-tests.el index 75e8bf7b91f..c571782d635 100644 --- a/test/lisp/international/mule-util-tests.el +++ b/test/lisp/international/mule-util-tests.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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2020 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/lisp/international/ucs-normalize-tests.el b/test/lisp/international/ucs-normalize-tests.el index 97d3eae41cc..82ea2078f16 100644 --- a/test/lisp/international/ucs-normalize-tests.el +++ b/test/lisp/international/ucs-normalize-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ucs-normalize --- tests for international/ucs-normalize.el -*- lexical-binding: t -*- | 1 | ;;; ucs-normalize --- tests for international/ucs-normalize.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2020 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/lisp/isearch-tests.el b/test/lisp/isearch-tests.el index 23acc1994ea..3f430ab25f7 100644 --- a/test/lisp/isearch-tests.el +++ b/test/lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/jit-lock-tests.el b/test/lisp/jit-lock-tests.el index 16fff3583a3..445716c14b9 100644 --- a/test/lisp/jit-lock-tests.el +++ b/test/lisp/jit-lock-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; jit-lock-tests.el --- tests for jit-lock | 1 | ;;; jit-lock-tests.el --- tests for jit-lock |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/lisp/json-tests.el b/test/lisp/json-tests.el index 8d1978f557c..05837e83f90 100644 --- a/test/lisp/json-tests.el +++ b/test/lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/jsonrpc-tests.el b/test/lisp/jsonrpc-tests.el index f3e48739ced..63c4c32d45f 100644 --- a/test/lisp/jsonrpc-tests.el +++ b/test/lisp/jsonrpc-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; jsonrpc-tests.el --- tests for jsonrpc.el -*- lexical-binding: t; -*- | 1 | ;;; jsonrpc-tests.el --- tests for jsonrpc.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 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: tests | 6 | ;; Keywords: tests |
diff --git a/test/lisp/kmacro-tests.el b/test/lisp/kmacro-tests.el index f27f22a3080..bb18c828140 100644 --- a/test/lisp/kmacro-tests.el +++ b/test/lisp/kmacro-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; kmacro-tests.el --- Tests for kmacro.el -*- lexical-binding: t; -*- | 1 | ;;; kmacro-tests.el --- Tests for kmacro.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gemini Lasswell <gazally@runbox.com> | 5 | ;; Author: Gemini Lasswell <gazally@runbox.com> |
| 6 | 6 | ||
diff --git a/test/lisp/ls-lisp-tests.el b/test/lisp/ls-lisp-tests.el index e97c0fcd004..e08e406619a 100644 --- a/test/lisp/ls-lisp-tests.el +++ b/test/lisp/ls-lisp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ls-lisp-tests.el --- tests for ls-lisp.el -*- lexical-binding: t-*- | 1 | ;;; ls-lisp-tests.el --- tests for ls-lisp.el -*- lexical-binding: t-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> | 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/mail/flow-fill-tests.el b/test/lisp/mail/flow-fill-tests.el index 2dd516b91d1..4d435aeda71 100644 --- a/test/lisp/mail/flow-fill-tests.el +++ b/test/lisp/mail/flow-fill-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; flow-fill-tests.el --- Tests for flow-fill.el -*- lexical-binding: t -*- | 1 | ;;; flow-fill-tests.el --- Tests for flow-fill.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/mail/footnote-tests.el b/test/lisp/mail/footnote-tests.el index 464443f4039..458964c306e 100644 --- a/test/lisp/mail/footnote-tests.el +++ b/test/lisp/mail/footnote-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; footnote-tests.el --- Tests for footnote-mode -*- lexical-binding: t; -*- | 1 | ;;; footnote-tests.el --- Tests for footnote-mode -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/mail/rfc2047-tests.el b/test/lisp/mail/rfc2047-tests.el index bfaf9958917..7a99e851004 100644 --- a/test/lisp/mail/rfc2047-tests.el +++ b/test/lisp/mail/rfc2047-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rfc2047-tests.el --- tests for rfc2047.el -*- lexical-binding: t -*- | 1 | ;;; rfc2047-tests.el --- tests for rfc2047.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/mail/rmail-tests.el b/test/lisp/mail/rmail-tests.el index 3a0fdbc2614..f96c31c7f00 100644 --- a/test/lisp/mail/rmail-tests.el +++ b/test/lisp/mail/rmail-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmail-tests.el --- Test suite. -*- lexical-binding: t -*- | 1 | ;;; rmail-tests.el --- Test suite. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/mail/uudecode-tests.el b/test/lisp/mail/uudecode-tests.el index 510cbd7fbc5..61c20075633 100644 --- a/test/lisp/mail/uudecode-tests.el +++ b/test/lisp/mail/uudecode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; uudecode-tests.el --- Tests for uudecode.el -*- lexical-binding: t -*- | 1 | ;;; uudecode-tests.el --- Tests for uudecode.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> | 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/makesum-tests.el b/test/lisp/makesum-tests.el index 09661593c62..d4dd832730c 100644 --- a/test/lisp/makesum-tests.el +++ b/test/lisp/makesum-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; makesum-tests.el --- Tests for makesum.el -*- lexical-binding: t; -*- | 1 | ;;; makesum-tests.el --- Tests for makesum.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> | 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/man-tests.el b/test/lisp/man-tests.el index 9932e03f21a..fba4d748ce1 100644 --- a/test/lisp/man-tests.el +++ b/test/lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/md4-tests.el b/test/lisp/md4-tests.el index 9712411419a..5c995ff56c9 100644 --- a/test/lisp/md4-tests.el +++ b/test/lisp/md4-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; md4-tests.el --- tests for md4.el -*- lexical-binding: t -*- | 1 | ;;; md4-tests.el --- tests for md4.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mark Oteiza <mvoteiza@udel.edu> | 5 | ;; Author: Mark Oteiza <mvoteiza@udel.edu> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/test/lisp/minibuffer-tests.el b/test/lisp/minibuffer-tests.el index 0605bad901a..f4c840c1171 100644 --- a/test/lisp/minibuffer-tests.el +++ b/test/lisp/minibuffer-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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/mouse-tests.el b/test/lisp/mouse-tests.el index aa7b14545b9..d520da7af5c 100644 --- a/test/lisp/mouse-tests.el +++ b/test/lisp/mouse-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mouse-tests.el --- unit tests for mouse.el -*- lexical-binding: t; -*- | 1 | ;;; mouse-tests.el --- unit tests for mouse.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/lisp/net/dbus-tests.el b/test/lisp/net/dbus-tests.el index 5245e340fe7..68f69f62b56 100644 --- a/test/lisp/net/dbus-tests.el +++ b/test/lisp/net/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/net/gnutls-tests.el b/test/lisp/net/gnutls-tests.el index ea8dd7eb668..c2472d844c1 100644 --- a/test/lisp/net/gnutls-tests.el +++ b/test/lisp/net/gnutls-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnutls-tests.el --- Test suite for gnutls.el | 1 | ;;; gnutls-tests.el --- Test suite for gnutls.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> | 5 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> |
| 6 | 6 | ||
diff --git a/test/lisp/net/mailcap-tests.el b/test/lisp/net/mailcap-tests.el index e1ec7e1e7e8..8354d8e5e23 100644 --- a/test/lisp/net/mailcap-tests.el +++ b/test/lisp/net/mailcap-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mailcap-tests.el --- tests for mailcap.el -*- lexical-binding: t -*- | 1 | ;;; mailcap-tests.el --- tests for mailcap.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mark Oteiza <mvoteiza@udel.edu> | 5 | ;; Author: Mark Oteiza <mvoteiza@udel.edu> |
| 6 | 6 | ||
diff --git a/test/lisp/net/network-stream-tests.el b/test/lisp/net/network-stream-tests.el index b85746a3123..28686547a44 100644 --- a/test/lisp/net/network-stream-tests.el +++ b/test/lisp/net/network-stream-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; network-stream-tests.el --- tests for network processes -*- lexical-binding: t; -*- | 1 | ;;; network-stream-tests.el --- tests for network processes -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/lisp/net/newsticker-tests.el b/test/lisp/net/newsticker-tests.el index 47f8bd65633..1a6e11dc512 100644 --- a/test/lisp/net/newsticker-tests.el +++ b/test/lisp/net/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2020 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/lisp/net/nsm-tests.el b/test/lisp/net/nsm-tests.el index 97edcca80de..c547533bce2 100644 --- a/test/lisp/net/nsm-tests.el +++ b/test/lisp/net/nsm-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; network-stream-tests.el --- tests for network security manager -*- lexical-binding: t; -*- | 1 | ;;; network-stream-tests.el --- tests for network security manager -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Robert Pluim <rpluim@gmail.com> | 5 | ;; Author: Robert Pluim <rpluim@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/net/puny-tests.el b/test/lisp/net/puny-tests.el index d85e20ff4b5..9fb2ebb5469 100644 --- a/test/lisp/net/puny-tests.el +++ b/test/lisp/net/puny-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; puny-tests.el --- tests for net/puny.el -*- coding: utf-8; -*- | 1 | ;;; puny-tests.el --- tests for net/puny.el -*- coding: utf-8; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/net/rcirc-tests.el b/test/lisp/net/rcirc-tests.el index 128cb2e7540..8d14378b4ff 100644 --- a/test/lisp/net/rcirc-tests.el +++ b/test/lisp/net/rcirc-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rcirc-tests.el --- Tests for rcirc -*- lexical-binding:t -*- | 1 | ;;; rcirc-tests.el --- Tests for rcirc -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This program is free software: you can redistribute it and/or | 5 | ;; This program is free software: you can redistribute it and/or |
| 6 | ;; modify it under the terms of the GNU General Public License as | 6 | ;; modify it under the terms of the GNU General Public License as |
diff --git a/test/lisp/net/rfc2104-tests.el b/test/lisp/net/rfc2104-tests.el index db6fccab190..5c1f4410934 100644 --- a/test/lisp/net/rfc2104-tests.el +++ b/test/lisp/net/rfc2104-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rfc2104-tests.el --- Tests of RFC2104 hashes | 1 | ;;; rfc2104-tests.el --- Tests of RFC2104 hashes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/net/sasl-scram-rfc-tests.el b/test/lisp/net/sasl-scram-rfc-tests.el index af043e9f363..ec283c86f55 100644 --- a/test/lisp/net/sasl-scram-rfc-tests.el +++ b/test/lisp/net/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 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/lisp/net/secrets-tests.el b/test/lisp/net/secrets-tests.el index bab8eb5d188..6d420c4cb17 100644 --- a/test/lisp/net/secrets-tests.el +++ b/test/lisp/net/secrets-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; secrets-tests.el --- Tests of Secret Service API -*- lexical-binding: t -*- | 1 | ;;; secrets-tests.el --- Tests of Secret Service API -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 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/lisp/net/shr-tests.el b/test/lisp/net/shr-tests.el index c3be36439e0..88a31bcf645 100644 --- a/test/lisp/net/shr-tests.el +++ b/test/lisp/net/shr-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; network-stream-tests.el --- tests for network processes -*- lexical-binding: t; -*- | 1 | ;;; network-stream-tests.el --- tests for network processes -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/lisp/net/tramp-archive-tests.el b/test/lisp/net/tramp-archive-tests.el index 7de9589e895..3229d2b6506 100644 --- a/test/lisp/net/tramp-archive-tests.el +++ b/test/lisp/net/tramp-archive-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tramp-archive-tests.el --- Tests of file archive access -*- lexical-binding:t -*- | 1 | ;;; tramp-archive-tests.el --- Tests of file archive access -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index cb52d40f8be..47d51767c5c 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tramp-tests.el --- Tests of remote file access -*- lexical-binding:t -*- | 1 | ;;; tramp-tests.el --- Tests of remote file access -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/nxml/nxml-mode-tests.el b/test/lisp/nxml/nxml-mode-tests.el index e9b4fb7c7e1..624e5c8866d 100644 --- a/test/lisp/nxml/nxml-mode-tests.el +++ b/test/lisp/nxml/nxml-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nxml-mode-tests.el --- Test NXML Mode -*- lexical-binding: t; -*- | 1 | ;;; nxml-mode-tests.el --- Test NXML Mode -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; GNU Emacs is free software: you can redistribute it and/or modify | 5 | ;; GNU Emacs 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/lisp/obarray-tests.el b/test/lisp/obarray-tests.el index 5096f7842d3..4b9b4e4a10e 100644 --- a/test/lisp/obarray-tests.el +++ b/test/lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/obsolete/cl-tests.el b/test/lisp/obsolete/cl-tests.el index aee2438838f..37061df0a7a 100644 --- a/test/lisp/obsolete/cl-tests.el +++ b/test/lisp/obsolete/cl-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cl-tests.el --- tests for emacs-lisp/cl.el -*- lexical-binding:t -*- | 1 | ;;; cl-tests.el --- tests for emacs-lisp/cl.el -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 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/lisp/org/org-tests.el b/test/lisp/org/org-tests.el index 4b82aa8382f..918d79b8dcd 100644 --- a/test/lisp/org/org-tests.el +++ b/test/lisp/org/org-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; org-tests.el --- tests for org/org.el | 1 | ;;; org-tests.el --- tests for org/org.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | 6 | ||
diff --git a/test/lisp/paren-tests.el b/test/lisp/paren-tests.el index 5aaea8a7d94..b732b8626ab 100644 --- a/test/lisp/paren-tests.el +++ b/test/lisp/paren-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; paren-tests.el --- Tests for paren.el -*- lexical-binding: t; -*- | 1 | ;;; paren-tests.el --- Tests for paren.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> | 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/password-cache-tests.el b/test/lisp/password-cache-tests.el index 1abb546113e..01f4358fc59 100644 --- a/test/lisp/password-cache-tests.el +++ b/test/lisp/password-cache-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; password-cache-tests.el --- Tests for password-cache.el -*- lexical-binding: t -*- | 1 | ;;; password-cache-tests.el --- Tests for password-cache.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> | 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/play/morse-tests.el b/test/lisp/play/morse-tests.el index e6129f026f4..ded4ef64586 100644 --- a/test/lisp/play/morse-tests.el +++ b/test/lisp/play/morse-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; morse-tests.el --- Tests for morse.el -*- lexical-binding: t -*- | 1 | ;;; morse-tests.el --- Tests for morse.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> | 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/play/studly-tests.el b/test/lisp/play/studly-tests.el index 10135a0d96b..6b6e205b3e6 100644 --- a/test/lisp/play/studly-tests.el +++ b/test/lisp/play/studly-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; studly-tests.el --- Tests for studly.el -*- lexical-binding: t -*- | 1 | ;;; studly-tests.el --- Tests for studly.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> | 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/progmodes/asm-mode-tests.el b/test/lisp/progmodes/asm-mode-tests.el index a10add0680d..72d0f00777d 100644 --- a/test/lisp/progmodes/asm-mode-tests.el +++ b/test/lisp/progmodes/asm-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; asm-mode-tests.el --- Tests for asm-mode.el -*- lexical-binding: t; -*- | 1 | ;;; asm-mode-tests.el --- Tests for asm-mode.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> | 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/progmodes/bat-mode-tests.el b/test/lisp/progmodes/bat-mode-tests.el index 05b8459b116..2afa5c3785f 100644 --- a/test/lisp/progmodes/bat-mode-tests.el +++ b/test/lisp/progmodes/bat-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bat-mode-tests.el --- Tests for bat-mode.el -*- lexical-binding: t; -*- | 1 | ;;; bat-mode-tests.el --- Tests for bat-mode.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vladimir Panteleev <vladimir@thecybershadow.net> | 5 | ;; Author: Vladimir Panteleev <vladimir@thecybershadow.net> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/progmodes/cc-mode-tests.el b/test/lisp/progmodes/cc-mode-tests.el index c10105fffcb..0729841ce6f 100644 --- a/test/lisp/progmodes/cc-mode-tests.el +++ b/test/lisp/progmodes/cc-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cc-mode-tests.el --- Test suite for cc-mode. -*- lexical-binding: t; -*- | 1 | ;;; cc-mode-tests.el --- Test suite for cc-mode. -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michal Nazarewicz <mina86@mina86.com> | 5 | ;; Author: Michal Nazarewicz <mina86@mina86.com> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/lisp/progmodes/compile-tests.el b/test/lisp/progmodes/compile-tests.el index 4c2ce83ddeb..350b4eb400f 100644 --- a/test/lisp/progmodes/compile-tests.el +++ b/test/lisp/progmodes/compile-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; compile-tests.el --- Test suite for compile.el. -*- lexical-binding: t; -*- | 1 | ;;; compile-tests.el --- Test suite for compile.el. -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2020 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/lisp/progmodes/elisp-mode-tests.el b/test/lisp/progmodes/elisp-mode-tests.el index bc2d14b9498..b793f7389b4 100644 --- a/test/lisp/progmodes/elisp-mode-tests.el +++ b/test/lisp/progmodes/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/progmodes/etags-tests.el b/test/lisp/progmodes/etags-tests.el index ac059c3f41a..f7a5ac4870c 100644 --- a/test/lisp/progmodes/etags-tests.el +++ b/test/lisp/progmodes/etags-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; etags-tests.el --- Test suite for etags.el. | 1 | ;;; etags-tests.el --- Test suite for etags.el. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/lisp/progmodes/f90-tests.el b/test/lisp/progmodes/f90-tests.el index b1642388413..540082c7174 100644 --- a/test/lisp/progmodes/f90-tests.el +++ b/test/lisp/progmodes/f90-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; f90-tests.el --- tests for progmodes/f90.el | 1 | ;;; f90-tests.el --- tests for progmodes/f90.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2020 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/lisp/progmodes/flymake-tests.el b/test/lisp/progmodes/flymake-tests.el index f1d8b3a423e..df72b523a9d 100644 --- a/test/lisp/progmodes/flymake-tests.el +++ b/test/lisp/progmodes/flymake-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; flymake-tests.el --- Test suite for flymake -*- lexical-binding: t -*- | 1 | ;;; flymake-tests.el --- Test suite for flymake -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2020 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/lisp/progmodes/js-tests.el b/test/lisp/progmodes/js-tests.el index b6549793486..0d53c0681bf 100644 --- a/test/lisp/progmodes/js-tests.el +++ b/test/lisp/progmodes/js-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; js-tests.el --- Test suite for js-mode | 1 | ;;; js-tests.el --- Test suite for js-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/progmodes/ps-mode-tests.el b/test/lisp/progmodes/ps-mode-tests.el index 9f157e022a1..a47abebe6e4 100644 --- a/test/lisp/progmodes/ps-mode-tests.el +++ b/test/lisp/progmodes/ps-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ps-mode-tests.el --- Test suite for ps-mode | 1 | ;;; ps-mode-tests.el --- Test suite for ps-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index c5ad1dfb862..65a60b4c32c 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/progmodes/ruby-mode-tests.el b/test/lisp/progmodes/ruby-mode-tests.el index 83fcdd8aa85..6bdc7651ff1 100644 --- a/test/lisp/progmodes/ruby-mode-tests.el +++ b/test/lisp/progmodes/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2020 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/lisp/progmodes/sql-tests.el b/test/lisp/progmodes/sql-tests.el index 3ac9fb10e48..d6f89341bed 100644 --- a/test/lisp/progmodes/sql-tests.el +++ b/test/lisp/progmodes/sql-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sql-tests.el --- Tests for sql.el -*- lexical-binding: t; -*- | 1 | ;;; sql-tests.el --- Tests for sql.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> | 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/progmodes/subword-tests.el b/test/lisp/progmodes/subword-tests.el index 52e2cacefea..00168c01e13 100644 --- a/test/lisp/progmodes/subword-tests.el +++ b/test/lisp/progmodes/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2020 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/lisp/progmodes/tcl-tests.el b/test/lisp/progmodes/tcl-tests.el index 50c3eba75d1..75409a62723 100644 --- a/test/lisp/progmodes/tcl-tests.el +++ b/test/lisp/progmodes/tcl-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tcl-tests.el --- Test suite for tcl-mode | 1 | ;;; tcl-tests.el --- Test suite for tcl-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 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/lisp/progmodes/xref-tests.el b/test/lisp/progmodes/xref-tests.el index 3fe3a658286..9c7a9e69658 100644 --- a/test/lisp/progmodes/xref-tests.el +++ b/test/lisp/progmodes/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/lisp/ps-print-tests.el b/test/lisp/ps-print-tests.el index b9bf92d46dd..cae86f600f2 100644 --- a/test/lisp/ps-print-tests.el +++ b/test/lisp/ps-print-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ps-print-tests.el --- Test suite for ps-print.el -*- lexical-binding: t; -*- | 1 | ;;; ps-print-tests.el --- Test suite for ps-print.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Phillip Lord <phillip.lord@russet.org.uk> | 5 | ;; Author: Phillip Lord <phillip.lord@russet.org.uk> |
| 6 | 6 | ||
diff --git a/test/lisp/register-tests.el b/test/lisp/register-tests.el index b939ae8adb9..cfad442b470 100644 --- a/test/lisp/register-tests.el +++ b/test/lisp/register-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; register-tests.el --- tests for register.el -*- lexical-binding: t-*- | 1 | ;;; register-tests.el --- tests for register.el -*- lexical-binding: t-*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> | 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/replace-tests.el b/test/lisp/replace-tests.el index f42d47c2bfb..af765fbe3fa 100644 --- a/test/lisp/replace-tests.el +++ b/test/lisp/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) 2010-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Nicolas Richard <youngfrog@members.fsf.org> | 5 | ;; Author: Nicolas Richard <youngfrog@members.fsf.org> |
| 6 | ;; Author: Juri Linkov <juri@jurta.org> | 6 | ;; Author: Juri Linkov <juri@jurta.org> |
diff --git a/test/lisp/rot13-tests.el b/test/lisp/rot13-tests.el index 851ab7b0014..2b12a464524 100644 --- a/test/lisp/rot13-tests.el +++ b/test/lisp/rot13-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rot13-tests.el --- Tests for rot13.el -*- lexical-binding: t; -*- | 1 | ;;; rot13-tests.el --- Tests for rot13.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> | 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/scroll-lock-tests.el b/test/lisp/scroll-lock-tests.el index f1ffeed2654..08f0aeb4089 100644 --- a/test/lisp/scroll-lock-tests.el +++ b/test/lisp/scroll-lock-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; scroll-lock-tests.el --- Test suite for scroll-lock -*- lexical-binding: t -*- | 1 | ;;; scroll-lock-tests.el --- Test suite for scroll-lock -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/ses-tests.el b/test/lisp/ses-tests.el index 8b07a550df6..4080944f296 100644 --- a/test/lisp/ses-tests.el +++ b/test/lisp/ses-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ses-tests.el --- Tests for ses.el -*- lexical-binding: t; -*- | 1 | ;;; ses-tests.el --- Tests for ses.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vincent BelaĂ¯che <vincentb1@users.sourceforge.net> | 5 | ;; Author: Vincent BelaĂ¯che <vincentb1@users.sourceforge.net> |
| 6 | 6 | ||
diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el index 9507eda27e9..650782bc53c 100644 --- a/test/lisp/shadowfile-tests.el +++ b/test/lisp/shadowfile-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; shadowfile-tests.el --- Tests of shadowfile | 1 | ;;; shadowfile-tests.el --- Tests of shadowfile |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 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/lisp/shell-tests.el b/test/lisp/shell-tests.el index 329f5cf1129..6d262f8e7c9 100644 --- a/test/lisp/shell-tests.el +++ b/test/lisp/shell-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; shell-tests.el -*- lexical-binding:t -*- | 1 | ;;; shell-tests.el -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2020 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/lisp/simple-tests.el b/test/lisp/simple-tests.el index cc2feebbefa..2611519d074 100644 --- a/test/lisp/simple-tests.el +++ b/test/lisp/simple-tests.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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/so-long-tests/autoload-longlines-mode-tests.el b/test/lisp/so-long-tests/autoload-longlines-mode-tests.el index c94aeaef24b..fd7e030e77a 100644 --- a/test/lisp/so-long-tests/autoload-longlines-mode-tests.el +++ b/test/lisp/so-long-tests/autoload-longlines-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; autoload-longlines-mode-tests.el --- Test suite for so-long.el -*- lexical-binding: t; -*- | 1 | ;;; autoload-longlines-mode-tests.el --- Test suite for so-long.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Phil Sainty <psainty@orcon.net.nz> | 5 | ;; Author: Phil Sainty <psainty@orcon.net.nz> |
| 6 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
diff --git a/test/lisp/so-long-tests/autoload-major-mode-tests.el b/test/lisp/so-long-tests/autoload-major-mode-tests.el index a8f6f9e7b32..f81a28490dc 100644 --- a/test/lisp/so-long-tests/autoload-major-mode-tests.el +++ b/test/lisp/so-long-tests/autoload-major-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; autoload-major-mode-tests.el --- Test suite for so-long.el -*- lexical-binding: t; -*- | 1 | ;;; autoload-major-mode-tests.el --- Test suite for so-long.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Phil Sainty <psainty@orcon.net.nz> | 5 | ;; Author: Phil Sainty <psainty@orcon.net.nz> |
| 6 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
diff --git a/test/lisp/so-long-tests/autoload-minor-mode-tests.el b/test/lisp/so-long-tests/autoload-minor-mode-tests.el index 600a35de0a9..e611cfba1c0 100644 --- a/test/lisp/so-long-tests/autoload-minor-mode-tests.el +++ b/test/lisp/so-long-tests/autoload-minor-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; autoload-minor-mode-tests.el --- Test suite for so-long.el -*- lexical-binding: t; -*- | 1 | ;;; autoload-minor-mode-tests.el --- Test suite for so-long.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Phil Sainty <psainty@orcon.net.nz> | 5 | ;; Author: Phil Sainty <psainty@orcon.net.nz> |
| 6 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
diff --git a/test/lisp/so-long-tests/so-long-tests-helpers.el b/test/lisp/so-long-tests/so-long-tests-helpers.el index 1a8ba451610..3f7bb368172 100644 --- a/test/lisp/so-long-tests/so-long-tests-helpers.el +++ b/test/lisp/so-long-tests/so-long-tests-helpers.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; so-long-tests-helpers.el --- Test suite for so-long.el -*- lexical-binding: t; -*- | 1 | ;;; so-long-tests-helpers.el --- Test suite for so-long.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Phil Sainty <psainty@orcon.net.nz> | 5 | ;; Author: Phil Sainty <psainty@orcon.net.nz> |
| 6 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
diff --git a/test/lisp/so-long-tests/so-long-tests.el b/test/lisp/so-long-tests/so-long-tests.el index 2d5d3163e70..ffffe070ba6 100644 --- a/test/lisp/so-long-tests/so-long-tests.el +++ b/test/lisp/so-long-tests/so-long-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; so-long-tests.el --- Test suite for so-long.el -*- lexical-binding: t; -*- | 1 | ;;; so-long-tests.el --- Test suite for so-long.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Phil Sainty <psainty@orcon.net.nz> | 5 | ;; Author: Phil Sainty <psainty@orcon.net.nz> |
| 6 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
diff --git a/test/lisp/so-long-tests/spelling-tests.el b/test/lisp/so-long-tests/spelling-tests.el index 47707f979aa..478a02750fa 100644 --- a/test/lisp/so-long-tests/spelling-tests.el +++ b/test/lisp/so-long-tests/spelling-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; spelling-tests.el --- Test suite for so-long.el -*- lexical-binding: t; -*- | 1 | ;;; spelling-tests.el --- Test suite for so-long.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Phil Sainty <psainty@orcon.net.nz> | 5 | ;; Author: Phil Sainty <psainty@orcon.net.nz> |
| 6 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
diff --git a/test/lisp/sort-tests.el b/test/lisp/sort-tests.el index 8694ce4cb34..21f483a23af 100644 --- a/test/lisp/sort-tests.el +++ b/test/lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/soundex-tests.el b/test/lisp/soundex-tests.el index d8d79b85cea..4170d66afb6 100644 --- a/test/lisp/soundex-tests.el +++ b/test/lisp/soundex-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; soundex-tests.el --- tests for soundex.el -*- lexical-binding: t -*- | 1 | ;;; soundex-tests.el --- tests for soundex.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | 6 | ||
diff --git a/test/lisp/subr-tests.el b/test/lisp/subr-tests.el index b3c04cdc9a8..059d52b1b6f 100644 --- a/test/lisp/subr-tests.el +++ b/test/lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/tabify-tests.el b/test/lisp/tabify-tests.el index db073338b37..1fde67b6141 100644 --- a/test/lisp/tabify-tests.el +++ b/test/lisp/tabify-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tabify-tests.el --- tests for tabify.el -*- lexical-binding: t -*- | 1 | ;;; tabify-tests.el --- tests for tabify.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> | 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/tar-mode-tests.el b/test/lisp/tar-mode-tests.el index 1fce200721b..bc41b863da7 100644 --- a/test/lisp/tar-mode-tests.el +++ b/test/lisp/tar-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tar-mode-tests.el --- Test suite for tar-mode. -*- lexical-binding: t -*- | 1 | ;;; tar-mode-tests.el --- Test suite for tar-mode. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/tempo-tests.el b/test/lisp/tempo-tests.el index 6e610ffa6ea..0dd310b8531 100644 --- a/test/lisp/tempo-tests.el +++ b/test/lisp/tempo-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tempo-tests.el --- Test suite for tempo.el -*- lexical-binding: t; -*- | 1 | ;;; tempo-tests.el --- Test suite for tempo.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Federico Tedin <federicotedin@gmail.com> | 5 | ;; Author: Federico Tedin <federicotedin@gmail.com> |
| 6 | ;; Keywords: abbrev | 6 | ;; Keywords: abbrev |
diff --git a/test/lisp/term-tests.el b/test/lisp/term-tests.el index 5fca002f07c..b9e492138ad 100644 --- a/test/lisp/term-tests.el +++ b/test/lisp/term-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; term-tests.el --- tests for term.el -*- lexical-binding: t -*- | 1 | ;;; term-tests.el --- tests for term.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017, 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017, 2019-2020 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/lisp/term/tty-colors-tests.el b/test/lisp/term/tty-colors-tests.el index 0570d1bf5b2..968c699cbbb 100644 --- a/test/lisp/term/tty-colors-tests.el +++ b/test/lisp/term/tty-colors-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tty-colors-tests.el --- tests for tty-colors.el -*- lexical-binding: t -*- | 1 | ;;; tty-colors-tests.el --- tests for tty-colors.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/textmodes/conf-mode-tests.el b/test/lisp/textmodes/conf-mode-tests.el index 3eefc8f84f9..814cb06b960 100644 --- a/test/lisp/textmodes/conf-mode-tests.el +++ b/test/lisp/textmodes/conf-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; conf-mode-tests.el --- Test suite for conf mode -*- lexical-binding: t; -*- | 1 | ;;; conf-mode-tests.el --- Test suite for conf mode -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: J. Alexander Branham <alex.branham@gmail.com> | 5 | ;; Author: J. Alexander Branham <alex.branham@gmail.com> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/lisp/textmodes/css-mode-tests.el b/test/lisp/textmodes/css-mode-tests.el index 98dac7478f2..b57bbd8a9ef 100644 --- a/test/lisp/textmodes/css-mode-tests.el +++ b/test/lisp/textmodes/css-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; css-mode-tests.el --- Test suite for CSS mode -*- lexical-binding: t; -*- | 1 | ;;; css-mode-tests.el --- Test suite for CSS mode -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> | 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/lisp/textmodes/dns-mode-tests.el b/test/lisp/textmodes/dns-mode-tests.el index 2e8bb59b59f..6eca9327ce8 100644 --- a/test/lisp/textmodes/dns-mode-tests.el +++ b/test/lisp/textmodes/dns-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dns-mode-tests.el --- Test suite for dns-mode -*- lexical-binding: t; -*- | 1 | ;;; dns-mode-tests.el --- Test suite for dns-mode -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Peder O. Klingenberg <peder@klingenberg.no> | 5 | ;; Author: Peder O. Klingenberg <peder@klingenberg.no> |
| 6 | ;; Keywords: dns zone | 6 | ;; Keywords: dns zone |
diff --git a/test/lisp/textmodes/fill-tests.el b/test/lisp/textmodes/fill-tests.el index 08728746629..833d74decdd 100644 --- a/test/lisp/textmodes/fill-tests.el +++ b/test/lisp/textmodes/fill-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; fill-test.el --- ERT tests for fill.el -*- lexical-binding: t -*- | 1 | ;;; fill-test.el --- ERT tests for fill.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Marcin Borkowski <mbork@mbork.pl> | 5 | ;; Author: Marcin Borkowski <mbork@mbork.pl> |
| 6 | ;; Keywords: text, wp | 6 | ;; Keywords: text, wp |
diff --git a/test/lisp/textmodes/mhtml-mode-tests.el b/test/lisp/textmodes/mhtml-mode-tests.el index d6a184a6158..aa5f19efdaa 100644 --- a/test/lisp/textmodes/mhtml-mode-tests.el +++ b/test/lisp/textmodes/mhtml-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mhtml-mode-tests.el --- Tests for mhtml-mode | 1 | ;;; mhtml-mode-tests.el --- Tests for mhtml-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: tests | 5 | ;; Keywords: tests |
| 6 | 6 | ||
diff --git a/test/lisp/textmodes/page-tests.el b/test/lisp/textmodes/page-tests.el index 517f1d5a9e5..79aabd88dc5 100644 --- a/test/lisp/textmodes/page-tests.el +++ b/test/lisp/textmodes/page-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; page-tests.el --- Tests for page.el -*- lexical-binding: t; -*- | 1 | ;;; page-tests.el --- Tests for page.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> | 5 | ;; Author: Simen Heggestøyl <simenheg@gmail.com> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/lisp/textmodes/paragraphs-tests.el b/test/lisp/textmodes/paragraphs-tests.el index 5772756740f..fc839fe7d95 100644 --- a/test/lisp/textmodes/paragraphs-tests.el +++ b/test/lisp/textmodes/paragraphs-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; paragraphs-tests.el --- Tests for paragraphs.el -*- lexical-binding: t; -*- | 1 | ;;; paragraphs-tests.el --- Tests for paragraphs.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> | 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/textmodes/reftex-tests.el b/test/lisp/textmodes/reftex-tests.el index ba6f1e0b338..2350326c14c 100644 --- a/test/lisp/textmodes/reftex-tests.el +++ b/test/lisp/textmodes/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/textmodes/sgml-mode-tests.el b/test/lisp/textmodes/sgml-mode-tests.el index 5630036e55c..f0b93e24d2c 100644 --- a/test/lisp/textmodes/sgml-mode-tests.el +++ b/test/lisp/textmodes/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/lisp/textmodes/tildify-tests.el b/test/lisp/textmodes/tildify-tests.el index eb2317489ce..61f80cc9531 100644 --- a/test/lisp/textmodes/tildify-tests.el +++ b/test/lisp/textmodes/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 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/lisp/textmodes/underline-tests.el b/test/lisp/textmodes/underline-tests.el index ce6a6c3185e..3fbb586da08 100644 --- a/test/lisp/textmodes/underline-tests.el +++ b/test/lisp/textmodes/underline-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; underline-tests.el --- Tests for underline.el -*- lexical-binding: t; -*- | 1 | ;;; underline-tests.el --- Tests for underline.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> | 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/thingatpt-tests.el b/test/lisp/thingatpt-tests.el index c851a7ccafd..4edf75edba6 100644 --- a/test/lisp/thingatpt-tests.el +++ b/test/lisp/thingatpt-tests.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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/thread-tests.el b/test/lisp/thread-tests.el index 3f7beed35a6..849ca07ddf3 100644 --- a/test/lisp/thread-tests.el +++ b/test/lisp/thread-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; thread-tests.el --- Test suite for thread.el -*- lexical-binding: t; -*- | 1 | ;;; thread-tests.el --- Test suite for thread.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gemini Lasswell <gazally@runbox.com> | 5 | ;; Author: Gemini Lasswell <gazally@runbox.com> |
| 6 | ;; Keywords: threads | 6 | ;; Keywords: threads |
diff --git a/test/lisp/time-stamp-tests.el b/test/lisp/time-stamp-tests.el index 5326d26e1df..e75e84b0221 100644 --- a/test/lisp/time-stamp-tests.el +++ b/test/lisp/time-stamp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; time-stamp-tests.el --- tests for time-stamp.el -*- lexical-binding: t -*- | 1 | ;;; time-stamp-tests.el --- tests for time-stamp.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/timezone-tests.el b/test/lisp/timezone-tests.el index c374042fa5d..8992e3e80e9 100644 --- a/test/lisp/timezone-tests.el +++ b/test/lisp/timezone-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; timezone-tests.el --- Tests for timezone.el -*- lexical-binding: t; -*- | 1 | ;;; timezone-tests.el --- Tests for timezone.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> | 5 | ;; Author: Stefan Kangas <stefankangas@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/url/url-auth-tests.el b/test/lisp/url/url-auth-tests.el index 7eaf13f91df..c574f3d373b 100644 --- a/test/lisp/url/url-auth-tests.el +++ b/test/lisp/url/url-auth-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-auth-tests.el --- Test suite for url-auth. | 1 | ;;; url-auth-tests.el --- Test suite for url-auth. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jarno Malmari <jarno@malmari.fi> | 5 | ;; Author: Jarno Malmari <jarno@malmari.fi> |
| 6 | 6 | ||
diff --git a/test/lisp/url/url-expand-tests.el b/test/lisp/url/url-expand-tests.el index 23f117995f3..553bcf67bd2 100644 --- a/test/lisp/url/url-expand-tests.el +++ b/test/lisp/url/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2020 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/lisp/url/url-file-tests.el b/test/lisp/url/url-file-tests.el index 58e0250ba96..e4a45fb9c82 100644 --- a/test/lisp/url/url-file-tests.el +++ b/test/lisp/url/url-file-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-file-tests.el --- Test suite for url-file. -*- lexical-binding: t -*- | 1 | ;;; url-file-tests.el --- Test suite for url-file. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 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/lisp/url/url-future-tests.el b/test/lisp/url/url-future-tests.el index 17c32fd1e3d..2c5d45d62b2 100644 --- a/test/lisp/url/url-future-tests.el +++ b/test/lisp/url/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2020 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/lisp/url/url-handlers-test.el b/test/lisp/url/url-handlers-test.el index 1613f87e707..bf574fcc1a5 100644 --- a/test/lisp/url/url-handlers-test.el +++ b/test/lisp/url/url-handlers-test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-handlers-test.el --- Test suite for url-handlers.el -*- lexical-binding: t; -*- | 1 | ;;; url-handlers-test.el --- Test suite for url-handlers.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Nicolas Petton <nicolas@petton.fr> | 5 | ;; Author: Nicolas Petton <nicolas@petton.fr> |
| 6 | 6 | ||
diff --git a/test/lisp/url/url-misc-tests.el b/test/lisp/url/url-misc-tests.el index 7bee22dd6e6..7b1467c9456 100644 --- a/test/lisp/url/url-misc-tests.el +++ b/test/lisp/url/url-misc-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-misc-tests.el --- Test suite for url-misc. -*- lexical-binding: t -*- | 1 | ;;; url-misc-tests.el --- Test suite for url-misc. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 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/lisp/url/url-parse-tests.el b/test/lisp/url/url-parse-tests.el index b2b61613588..98e6dcb9aed 100644 --- a/test/lisp/url/url-parse-tests.el +++ b/test/lisp/url/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2020 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/lisp/url/url-tramp-tests.el b/test/lisp/url/url-tramp-tests.el index bf657a8ebd0..d6f830afcf2 100644 --- a/test/lisp/url/url-tramp-tests.el +++ b/test/lisp/url/url-tramp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-tramp-tests.el --- Test suite for Tramp / URL conversion. | 1 | ;;; url-tramp-tests.el --- Test suite for Tramp / URL conversion. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/url/url-util-tests.el b/test/lisp/url/url-util-tests.el index 69117b81f42..fd3a8d6e108 100644 --- a/test/lisp/url/url-util-tests.el +++ b/test/lisp/url/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2020 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/lisp/vc/add-log-tests.el b/test/lisp/vc/add-log-tests.el index 21b82ffbca1..fc928b02c3b 100644 --- a/test/lisp/vc/add-log-tests.el +++ b/test/lisp/vc/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/lisp/vc/diff-mode-tests.el b/test/lisp/vc/diff-mode-tests.el index 676d461076b..26e9f26fe24 100644 --- a/test/lisp/vc/diff-mode-tests.el +++ b/test/lisp/vc/diff-mode-tests.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 1 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 2 | 2 | ||
| 3 | ;; Author: Dima Kogan <dima@secretsauce.net> | 3 | ;; Author: Dima Kogan <dima@secretsauce.net> |
| 4 | ;; Maintainer: emacs-devel@gnu.org | 4 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/test/lisp/vc/ediff-diff-tests.el b/test/lisp/vc/ediff-diff-tests.el index b41486261b9..e6d52053d0c 100644 --- a/test/lisp/vc/ediff-diff-tests.el +++ b/test/lisp/vc/ediff-diff-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ediff-diff-tests.el --- Unit tests for ediff-diff.el -*- lexical-binding: t; -*- | 1 | ;;; ediff-diff-tests.el --- Unit tests for ediff-diff.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/lisp/vc/ediff-ptch-tests.el b/test/lisp/vc/ediff-ptch-tests.el index 73e1098ae68..ab44e23033c 100644 --- a/test/lisp/vc/ediff-ptch-tests.el +++ b/test/lisp/vc/ediff-ptch-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ediff-ptch-tests.el --- Tests for ediff-ptch.el | 1 | ;;; ediff-ptch-tests.el --- Tests for ediff-ptch.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> | 5 | ;; Author: Tino Calancha <tino.calancha@gmail.com> |
| 6 | 6 | ||
diff --git a/test/lisp/vc/log-edit-tests.el b/test/lisp/vc/log-edit-tests.el index 72d5488ec2e..bb3f6582325 100644 --- a/test/lisp/vc/log-edit-tests.el +++ b/test/lisp/vc/log-edit-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; log-edit-tests.el --- Unit tests for log-edit.el -*- lexical-binding: t; -*- | 1 | ;;; log-edit-tests.el --- Unit tests for log-edit.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/vc/smerge-mode-tests.el b/test/lisp/vc/smerge-mode-tests.el index 032afa9dc24..c76fc172402 100644 --- a/test/lisp/vc/smerge-mode-tests.el +++ b/test/lisp/vc/smerge-mode-tests.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 1 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 2 | 2 | ||
| 3 | ;; Maintainer: emacs-devel@gnu.org | 3 | ;; Maintainer: emacs-devel@gnu.org |
| 4 | 4 | ||
diff --git a/test/lisp/vc/vc-bzr-tests.el b/test/lisp/vc/vc-bzr-tests.el index 8fa16cdccb1..f738da7f41f 100644 --- a/test/lisp/vc/vc-bzr-tests.el +++ b/test/lisp/vc/vc-bzr-tests.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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2020 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/lisp/vc/vc-hg-tests.el b/test/lisp/vc/vc-hg-tests.el index 1bdc3204c03..01d197574fc 100644 --- a/test/lisp/vc/vc-hg-tests.el +++ b/test/lisp/vc/vc-hg-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-hg-tests.el --- tests for vc/vc-hg.el | 1 | ;;; vc-hg-tests.el --- tests for vc/vc-hg.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/lisp/vc/vc-tests.el b/test/lisp/vc/vc-tests.el index 0e61d2a767a..43d24486ed1 100644 --- a/test/lisp/vc/vc-tests.el +++ b/test/lisp/vc/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 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/lisp/wdired-tests.el b/test/lisp/wdired-tests.el index 183e18774fb..baa547758ef 100644 --- a/test/lisp/wdired-tests.el +++ b/test/lisp/wdired-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; wdired-tests.el --- tests for wdired.el -*- lexical-binding: t; -*- | 1 | ;;; wdired-tests.el --- tests for wdired.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 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/lisp/whitespace-tests.el b/test/lisp/whitespace-tests.el index 3fd5016b87b..cb3189c3d9e 100644 --- a/test/lisp/whitespace-tests.el +++ b/test/lisp/whitespace-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; whitespace-tests.el --- Test suite for whitespace -*- lexical-binding: t -*- | 1 | ;;; whitespace-tests.el --- Test suite for whitespace -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/lisp/wid-edit-tests.el b/test/lisp/wid-edit-tests.el index 679a29af8ff..2ddb656fa9e 100644 --- a/test/lisp/wid-edit-tests.el +++ b/test/lisp/wid-edit-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; wid-edit-tests.el --- tests for wid-edit.el -*- lexical-binding: t -*- | 1 | ;;; wid-edit-tests.el --- tests for wid-edit.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 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/lisp/xdg-tests.el b/test/lisp/xdg-tests.el index 1b678a0abbf..294996af5f8 100644 --- a/test/lisp/xdg-tests.el +++ b/test/lisp/xdg-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; xdg-tests.el --- tests for xdg.el -*- lexical-binding: t -*- | 1 | ;;; xdg-tests.el --- tests for xdg.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mark Oteiza <mvoteiza@udel.edu> | 5 | ;; Author: Mark Oteiza <mvoteiza@udel.edu> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/test/lisp/xml-tests.el b/test/lisp/xml-tests.el index a4c809ec8b6..895b68f79af 100644 --- a/test/lisp/xml-tests.el +++ b/test/lisp/xml-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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2020 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/lisp/xt-mouse-tests.el b/test/lisp/xt-mouse-tests.el index 6053f9f6138..61bd7590183 100644 --- a/test/lisp/xt-mouse-tests.el +++ b/test/lisp/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/manual/biditest.el b/test/manual/biditest.el index 81b9fd2db18..71a44ae429a 100644 --- a/test/manual/biditest.el +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/manual/cedet/cedet-utests.el b/test/manual/cedet/cedet-utests.el index 369dff98f69..124b49907d8 100644 --- a/test/manual/cedet/cedet-utests.el +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 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/manual/cedet/ede-tests.el b/test/manual/cedet/ede-tests.el index c8b54db9584..0fa7539e139 100644 --- a/test/manual/cedet/ede-tests.el +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 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/manual/cedet/semantic-tests.el b/test/manual/cedet/semantic-tests.el index ce6467dedd8..53552be06b2 100644 --- a/test/manual/cedet/semantic-tests.el +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2003-2004, 2007-2020 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/manual/cedet/srecode-tests.el b/test/manual/cedet/srecode-tests.el index 355bc0715d1..7c42dfbd000 100644 --- a/test/manual/cedet/srecode-tests.el +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 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/manual/cedet/tests/test-fmt.cpp b/test/manual/cedet/tests/test-fmt.cpp index 6ae373de359..31cd6296f3d 100644 --- a/test/manual/cedet/tests/test-fmt.cpp +++ b/test/manual/cedet/tests/test-fmt.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /** test-fmt.cpp --- Signatures, and format answers for testing | 1 | /** test-fmt.cpp --- Signatures, and format answers for testing |
| 2 | * | 2 | * |
| 3 | * Copyright (C) 2012, 2016, 2019 Free Software Foundation | 3 | * Copyright (C) 2012, 2016, 2019-2020 Free Software Foundation |
| 4 | * | 4 | * |
| 5 | * Author: Eric M. Ludlam <zappo@gnu.org> | 5 | * Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | * | 6 | * |
diff --git a/test/manual/cedet/tests/test-fmt.el b/test/manual/cedet/tests/test-fmt.el index 93c04f8e77c..39641dc865c 100644 --- a/test/manual/cedet/tests/test-fmt.el +++ b/test/manual/cedet/tests/test-fmt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; test-fmt.el --- test semantic tag formatting | 1 | ;;; test-fmt.el --- test semantic tag formatting |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2012, 2019 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2012, 2019-2020 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/manual/cedet/tests/test.c b/test/manual/cedet/tests/test.c index 2e90ef72726..daecb544792 100644 --- a/test/manual/cedet/tests/test.c +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2020 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/manual/cedet/tests/test.el b/test/manual/cedet/tests/test.el index 8f551da5fe7..f82e3fbdbcf 100644 --- a/test/manual/cedet/tests/test.el +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2020 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/manual/cedet/tests/test.make b/test/manual/cedet/tests/test.make index fe0d594c224..2da09841a06 100644 --- a/test/manual/cedet/tests/test.make +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | # Copyright (C) 2001-2002, 2010-2020 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/manual/cedet/tests/test.srt b/test/manual/cedet/tests/test.srt index cbc8c3f1ba1..24769ec0e6e 100644 --- a/test/manual/cedet/tests/test.srt +++ b/test/manual/cedet/tests/test.srt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; test.srt --- unit test support file for semantic-utest-ia | 1 | ;; test.srt --- unit test support file for semantic-utest-ia |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 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/manual/cedet/tests/testdoublens.cpp b/test/manual/cedet/tests/testdoublens.cpp index 9449f971104..e25e6049c11 100644 --- a/test/manual/cedet/tests/testdoublens.cpp +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2020 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/manual/cedet/tests/testdoublens.hpp b/test/manual/cedet/tests/testdoublens.hpp index 907c4cbffc2..4338f285a94 100644 --- a/test/manual/cedet/tests/testdoublens.hpp +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2020 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/manual/cedet/tests/testjavacomp.java b/test/manual/cedet/tests/testjavacomp.java index d2f20f6f0c0..09ec4e0b7f0 100644 --- a/test/manual/cedet/tests/testjavacomp.java +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | // Copyright (C) 2009-2020 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/manual/cedet/tests/testlocalvars.cpp b/test/manual/cedet/tests/testlocalvars.cpp index 8d22c09eab1..f4853facf16 100644 --- a/test/manual/cedet/tests/testlocalvars.cpp +++ b/test/manual/cedet/tests/testlocalvars.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testlocalvars.java --- Semantic unit test for Java | 1 | // testlocalvars.java --- Semantic unit test for Java |
| 2 | 2 | ||
| 3 | // Copyright (C) 2009-2019 Free Software Foundation, Inc. | 3 | // Copyright (C) 2009-2020 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/manual/cedet/tests/testnsp.cpp b/test/manual/cedet/tests/testnsp.cpp index e6ffd4aacbc..fce707bf20b 100644 --- a/test/manual/cedet/tests/testnsp.cpp +++ b/test/manual/cedet/tests/testnsp.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* testnsp.cpp --- semantic-ia-utest completion engine unit tests | 1 | /* testnsp.cpp --- semantic-ia-utest completion engine unit tests |
| 2 | 2 | ||
| 3 | Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | Copyright (C) 2008-2020 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/manual/cedet/tests/testpolymorph.cpp b/test/manual/cedet/tests/testpolymorph.cpp index ce40fa30d5f..2a24a599f90 100644 --- a/test/manual/cedet/tests/testpolymorph.cpp +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | * Copyright (C) 2009-2020 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/manual/cedet/tests/testspp.c b/test/manual/cedet/tests/testspp.c index dafae864999..8acdb1ba26b 100644 --- a/test/manual/cedet/tests/testspp.c +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | Copyright (C) 2007-2020 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/manual/cedet/tests/testsppcomplete.c b/test/manual/cedet/tests/testsppcomplete.c index e6780767cdb..b2612fa45c8 100644 --- a/test/manual/cedet/tests/testsppcomplete.c +++ b/test/manual/cedet/tests/testsppcomplete.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* testesppcomplete.cpp --- semantic-ia-utest completion engine unit tests | 1 | /* testesppcomplete.cpp --- semantic-ia-utest completion engine unit tests |
| 2 | 2 | ||
| 3 | Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | Copyright (C) 2008-2020 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/manual/cedet/tests/testsppreplace.c b/test/manual/cedet/tests/testsppreplace.c index b25f3d18712..a9ea9a7428f 100644 --- a/test/manual/cedet/tests/testsppreplace.c +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 2 | Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | Author: Eric M. Ludlam <zappo@gnu.org> | 4 | Author: Eric M. Ludlam <zappo@gnu.org> |
| 5 | 5 | ||
diff --git a/test/manual/cedet/tests/testsppreplaced.c b/test/manual/cedet/tests/testsppreplaced.c index 4106c22ba6d..25175426605 100644 --- a/test/manual/cedet/tests/testsppreplaced.c +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 2 | Copyright (C) 2007-2020 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | Author: Eric M. Ludlam <zappo@gnu.org> | 4 | Author: Eric M. Ludlam <zappo@gnu.org> |
| 5 | 5 | ||
diff --git a/test/manual/cedet/tests/teststruct.cpp b/test/manual/cedet/tests/teststruct.cpp index 041483d1195..10217c11ac7 100644 --- a/test/manual/cedet/tests/teststruct.cpp +++ b/test/manual/cedet/tests/teststruct.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // teststruct.cpp --- semantic-ia-utest completion engine unit tests | 1 | // teststruct.cpp --- semantic-ia-utest completion engine unit tests |
| 2 | 2 | ||
| 3 | // Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2020 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/manual/cedet/tests/testsubclass.cpp b/test/manual/cedet/tests/testsubclass.cpp index 8ae28bae940..8a2e8d7e308 100644 --- a/test/manual/cedet/tests/testsubclass.cpp +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | // Copyright (C) 2007-2020 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/manual/cedet/tests/testsubclass.hh b/test/manual/cedet/tests/testsubclass.hh index 893b33eab74..cbca24d3f64 100644 --- a/test/manual/cedet/tests/testsubclass.hh +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | // Copyright (C) 2007-2020 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/manual/cedet/tests/testtemplates.cpp b/test/manual/cedet/tests/testtemplates.cpp index 18ee9ec10be..6f376e7f8ff 100644 --- a/test/manual/cedet/tests/testtemplates.cpp +++ b/test/manual/cedet/tests/testtemplates.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testtemplates.cpp --- semantic-ia-utest completion engine unit tests | 1 | // testtemplates.cpp --- semantic-ia-utest completion engine unit tests |
| 2 | 2 | ||
| 3 | // Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2020 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/manual/cedet/tests/testtypedefs.cpp b/test/manual/cedet/tests/testtypedefs.cpp index 171086e5a4b..9d257763327 100644 --- a/test/manual/cedet/tests/testtypedefs.cpp +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2020 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/manual/cedet/tests/testusing.cpp b/test/manual/cedet/tests/testusing.cpp index 0bcf43eaae8..df6ab2f510d 100644 --- a/test/manual/cedet/tests/testusing.cpp +++ b/test/manual/cedet/tests/testusing.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testusing.cpp --- semantic-ia-utest completion engine unit tests | 1 | // testusing.cpp --- semantic-ia-utest completion engine unit tests |
| 2 | 2 | ||
| 3 | // Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2020 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/manual/cedet/tests/testusing.hh b/test/manual/cedet/tests/testusing.hh index 18a33dac46e..cd703f00747 100644 --- a/test/manual/cedet/tests/testusing.hh +++ b/test/manual/cedet/tests/testusing.hh | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testusing.hh --- semantic-ia-utest completion engine unit tests | 1 | // testusing.hh --- semantic-ia-utest completion engine unit tests |
| 2 | 2 | ||
| 3 | // Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2020 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/manual/cedet/tests/testvarnames.c b/test/manual/cedet/tests/testvarnames.c index a7d3d3cb19c..940c0ffc50b 100644 --- a/test/manual/cedet/tests/testvarnames.c +++ b/test/manual/cedet/tests/testvarnames.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* testvarnames.cpp --- semantic-ia-utest completion engine unit tests | 1 | /* testvarnames.cpp --- semantic-ia-utest completion engine unit tests |
| 2 | 2 | ||
| 3 | Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | Copyright (C) 2008-2020 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/manual/cedet/tests/testvarnames.java b/test/manual/cedet/tests/testvarnames.java index 217a10d53e2..c1cbf6e75a7 100644 --- a/test/manual/cedet/tests/testvarnames.java +++ b/test/manual/cedet/tests/testvarnames.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testvarnames.java --- Semantic unit test for Java | 1 | // testvarnames.java --- Semantic unit test for Java |
| 2 | 2 | ||
| 3 | // Copyright (C) 2009-2019 Free Software Foundation, Inc. | 3 | // Copyright (C) 2009-2020 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/manual/cedet/tests/testwisent.wy b/test/manual/cedet/tests/testwisent.wy index 07f8637a655..cc600e474c8 100644 --- a/test/manual/cedet/tests/testwisent.wy +++ b/test/manual/cedet/tests/testwisent.wy | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; testwisent.wy --- unit test support file for semantic-utest-ia | 1 | ;; testwisent.wy --- unit test support file for semantic-utest-ia |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2020 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/manual/etags/c-src/abbrev.c b/test/manual/etags/c-src/abbrev.c index aa3a9942066..03b9f0e65b8 100644 --- a/test/manual/etags/c-src/abbrev.c +++ b/test/manual/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-2019 Free Software | 2 | Copyright (C) 1985-1986, 1993, 1996, 1998, 2016-2020 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/manual/etags/c-src/emacs/src/gmalloc.c b/test/manual/etags/c-src/emacs/src/gmalloc.c index 6a5d04bea76..e847e44f2a8 100644 --- a/test/manual/etags/c-src/emacs/src/gmalloc.c +++ b/test/manual/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-2019 Free | 2 | Copyright (C) 1990-1993, 1995-1996, 1999, 2002-2007, 2013-2020 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/manual/etags/c-src/emacs/src/keyboard.c b/test/manual/etags/c-src/emacs/src/keyboard.c index 01513165e2c..d4e3848afcc 100644 --- a/test/manual/etags/c-src/emacs/src/keyboard.c +++ b/test/manual/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-2019 Free Software Foundation, | 3 | Copyright (C) 1985-1989, 1993-1997, 1999-2020 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/manual/etags/c-src/emacs/src/lisp.h b/test/manual/etags/c-src/emacs/src/lisp.h index 9d7805dc7fd..eceef4c00d1 100644 --- a/test/manual/etags/c-src/emacs/src/lisp.h +++ b/test/manual/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-2019 Free Software Foundation, | 3 | Copyright (C) 1985-1987, 1993-1995, 1997-2020 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/manual/etags/c-src/emacs/src/regex.h b/test/manual/etags/c-src/emacs/src/regex.h index 94fdbba5114..367aadaffc3 100644 --- a/test/manual/etags/c-src/emacs/src/regex.h +++ b/test/manual/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-2019 Free Software | 4 | Copyright (C) 1985, 1989-1993, 1995, 2000-2020 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/manual/etags/c-src/etags.c b/test/manual/etags/c-src/etags.c index 3a87ef20deb..2dd48978b12 100644 --- a/test/manual/etags/c-src/etags.c +++ b/test/manual/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-2019 Free Software | 31 | Copyright (C) 1984, 1987-1989, 1993-1995, 1998-2020 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/manual/etags/c-src/exit.c b/test/manual/etags/c-src/exit.c index 4ba70393fb0..556ee93b4f2 100644 --- a/test/manual/etags/c-src/exit.c +++ b/test/manual/etags/c-src/exit.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 1991, 2016-2019 Free Software Foundation, Inc. | 1 | /* Copyright (C) 1991, 2016-2020 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/manual/etags/c-src/exit.strange_suffix b/test/manual/etags/c-src/exit.strange_suffix index 4ba70393fb0..556ee93b4f2 100644 --- a/test/manual/etags/c-src/exit.strange_suffix +++ b/test/manual/etags/c-src/exit.strange_suffix | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 1991, 2016-2019 Free Software Foundation, Inc. | 1 | /* Copyright (C) 1991, 2016-2020 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/manual/etags/c-src/getopt.h b/test/manual/etags/c-src/getopt.h index 171ab597f9d..eff9032b532 100644 --- a/test/manual/etags/c-src/getopt.h +++ b/test/manual/etags/c-src/getopt.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Declarations for getopt. | 1 | /* Declarations for getopt. |
| 2 | Copyright (C) 1989-1992, 2016-2019 Free Software Foundation, Inc. | 2 | Copyright (C) 1989-1992, 2016-2020 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/manual/etags/c-src/sysdep.h b/test/manual/etags/c-src/sysdep.h index a962a75edc2..3cafc9ee92e 100644 --- a/test/manual/etags/c-src/sysdep.h +++ b/test/manual/etags/c-src/sysdep.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 1992-1993, 2016-2019 Free Software Foundation, Inc. | 1 | /* Copyright (C) 1992-1993, 2016-2020 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/manual/etags/el-src/emacs/lisp/progmodes/etags.el b/test/manual/etags/el-src/emacs/lisp/progmodes/etags.el index 250aeb1cf26..3a999864f86 100644 --- a/test/manual/etags/el-src/emacs/lisp/progmodes/etags.el +++ b/test/manual/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-2019 Free | 3 | ;; Copyright (C) 1985-1986, 1988-1989, 1992-1996, 1998, 2000-2020 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/manual/etags/tex-src/texinfo.tex b/test/manual/etags/tex-src/texinfo.tex index a2c05af4900..cece96fac56 100644 --- a/test/manual/etags/tex-src/texinfo.tex +++ b/test/manual/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-2019 Free Software | 3 | % Copyright (C) 1985--1986, 1988, 1990--1991, 2016--2020 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/manual/etags/y-src/cccp.c b/test/manual/etags/y-src/cccp.c index 1af43859fa6..89241cdc395 100644 --- a/test/manual/etags/y-src/cccp.c +++ b/test/manual/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-2019 Free Software | 323 | Copyright (C) 1984, 1989-1990, 2000-2001, 2016-2020 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/manual/etags/y-src/parse.c b/test/manual/etags/y-src/parse.c index 6f5c6d990f5..e35d862ca5f 100644 --- a/test/manual/etags/y-src/parse.c +++ b/test/manual/etags/y-src/parse.c | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | 28 | ||
| 29 | #line 1 "y-src/parse.y" | 29 | #line 1 "y-src/parse.y" |
| 30 | 30 | ||
| 31 | /* Copyright (C) 1990, 1992-1993, 2016-2019 Free Software Foundation, | 31 | /* Copyright (C) 1990, 1992-1993, 2016-2020 Free Software Foundation, |
| 32 | * Inc. | 32 | * Inc. |
| 33 | 33 | ||
| 34 | This file is part of Oleo, the GNU Spreadsheet. | 34 | This file is part of Oleo, the GNU Spreadsheet. |
diff --git a/test/manual/etags/y-src/parse.y b/test/manual/etags/y-src/parse.y index a6ed7c08beb..075add2c822 100644 --- a/test/manual/etags/y-src/parse.y +++ b/test/manual/etags/y-src/parse.y | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | %{ | 1 | %{ |
| 2 | /* Copyright (C) 1990, 1992-1993, 2016-2019 Free Software Foundation, | 2 | /* Copyright (C) 1990, 1992-1993, 2016-2020 Free Software Foundation, |
| 3 | * Inc. | 3 | * Inc. |
| 4 | 4 | ||
| 5 | This file is part of Oleo, the GNU Spreadsheet. | 5 | This file is part of Oleo, the GNU Spreadsheet. |
diff --git a/test/manual/image-size-tests.el b/test/manual/image-size-tests.el index 29f6abf1d84..67d8f788c8a 100644 --- a/test/manual/image-size-tests.el +++ b/test/manual/image-size-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-size-tests.el -- tests for image scaling | 1 | ;;; image-size-tests.el -- tests for image scaling |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/manual/image-transforms-tests.el b/test/manual/image-transforms-tests.el index e8b301e3331..0ebd5c7a195 100644 --- a/test/manual/image-transforms-tests.el +++ b/test/manual/image-transforms-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-transform-tests.el --- Test suite for image transforms. | 1 | ;;; image-transform-tests.el --- Test suite for image transforms. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alan Third <alan@idiocy.org> | 5 | ;; Author: Alan Third <alan@idiocy.org> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/manual/indent/pascal.pas b/test/manual/indent/pascal.pas index 1b360bc4f83..35ee5215a59 100644 --- a/test/manual/indent/pascal.pas +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | Copyright (C) 1999-2006, 2013-2020 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/manual/redisplay-testsuite.el b/test/manual/redisplay-testsuite.el index 153b3579e2d..46f4a923296 100644 --- a/test/manual/redisplay-testsuite.el +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2020 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/manual/rmailmm.el b/test/manual/rmailmm.el index eb09c8ca32f..d6e29a8b07b 100644 --- a/test/manual/rmailmm.el +++ b/test/manual/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2020 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/manual/scroll-tests.el b/test/manual/scroll-tests.el index e053b3f41b9..96a419a29d9 100644 --- a/test/manual/scroll-tests.el +++ b/test/manual/scroll-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; scroll-tests.el -- tests for scrolling -*- lexical-binding: t -*- | 1 | ;;; scroll-tests.el -- tests for scrolling -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/src/alloc-tests.el b/test/src/alloc-tests.el index 32acc5140b8..4eb776a0555 100644 --- a/test/src/alloc-tests.el +++ b/test/src/alloc-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; alloc-tests.el --- alloc tests -*- lexical-binding: t -*- | 1 | ;;; alloc-tests.el --- alloc tests -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/src/buffer-tests.el b/test/src/buffer-tests.el index 3a9b43ec4ee..1c356698f66 100644 --- a/test/src/buffer-tests.el +++ b/test/src/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/src/callint-tests.el b/test/src/callint-tests.el index 5c310b5c08d..c2010ae31d3 100644 --- a/test/src/callint-tests.el +++ b/test/src/callint-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; callint-tests.el --- unit tests for callint.c -*- lexical-binding: t; -*- | 1 | ;;; callint-tests.el --- unit tests for callint.c -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 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/src/callproc-tests.el b/test/src/callproc-tests.el index 1cad8360dea..39d2014488a 100644 --- a/test/src/callproc-tests.el +++ b/test/src/callproc-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; callproc-tests.el --- callproc.c tests -*- lexical-binding: t -*- | 1 | ;;; callproc-tests.el --- callproc.c tests -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/src/casefiddle-tests.el b/test/src/casefiddle-tests.el index 3a93ba11b4b..7abb79eadde 100644 --- a/test/src/casefiddle-tests.el +++ b/test/src/casefiddle-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; casefiddle-tests.el --- tests for casefiddle.c functions -*- lexical-binding: t -*- | 1 | ;;; casefiddle-tests.el --- tests for casefiddle.c functions -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016, 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2016, 2018-2020 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/src/charset-tests.el b/test/src/charset-tests.el index 3bf673917bc..01a68c21a52 100644 --- a/test/src/charset-tests.el +++ b/test/src/charset-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; charset-tests.el --- Tests for charset.c | 1 | ;;; charset-tests.el --- Tests for charset.c |
| 2 | 2 | ||
| 3 | ;; Copyright 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright 2017-2020 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/src/chartab-tests.el b/test/src/chartab-tests.el index 11dd1cbf2a8..da320e33b51 100644 --- a/test/src/chartab-tests.el +++ b/test/src/chartab-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; chartab-tests.el --- Tests for char-tab.c | 1 | ;;; chartab-tests.el --- Tests for char-tab.c |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/src/cmds-tests.el b/test/src/cmds-tests.el index bab8b5f26ec..8604d346109 100644 --- a/test/src/cmds-tests.el +++ b/test/src/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/src/coding-tests.el b/test/src/coding-tests.el index 1a08c1e1a18..094a1fad8fa 100644 --- a/test/src/coding-tests.el +++ b/test/src/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) 2013-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eli Zaretskii <eliz@gnu.org> | 5 | ;; Author: Eli Zaretskii <eliz@gnu.org> |
| 6 | ;; Author: Kenichi Handa <handa@gnu.org> | 6 | ;; Author: Kenichi Handa <handa@gnu.org> |
diff --git a/test/src/data-tests.el b/test/src/data-tests.el index 3a7462b6ada..3cebb3dfa57 100644 --- a/test/src/data-tests.el +++ b/test/src/data-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; data-tests.el --- tests for src/data.c -*- lexical-binding:t -*- | 1 | ;;; data-tests.el --- tests for src/data.c -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/src/decompress-tests.el b/test/src/decompress-tests.el index 50d947b4e17..46fd26635c9 100644 --- a/test/src/decompress-tests.el +++ b/test/src/decompress-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; decompress-tests.el --- Test suite for decompress. | 1 | ;;; decompress-tests.el --- Test suite for decompress. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/src/doc-tests.el b/test/src/doc-tests.el index 705675a5c8f..b6026e79c65 100644 --- a/test/src/doc-tests.el +++ b/test/src/doc-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; doc-tests.el --- Tests for doc.c | 1 | ;;; doc-tests.el --- Tests for doc.c |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/src/editfns-tests.el b/test/src/editfns-tests.el index 238fb409f0b..18f76afca91 100644 --- a/test/src/editfns-tests.el +++ b/test/src/editfns-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; editfns-tests.el -- tests for editfns.c | 1 | ;;; editfns-tests.el -- tests for editfns.c |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/src/emacs-module-tests.el b/test/src/emacs-module-tests.el index 322500ff604..a2cb3e9b498 100644 --- a/test/src/emacs-module-tests.el +++ b/test/src/emacs-module-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; emacs-module-tests --- Test GNU Emacs modules. -*- lexical-binding: t; -*- | 1 | ;;; emacs-module-tests --- Test GNU Emacs modules. -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright 2015-2019 Free Software Foundation, Inc. | 3 | ;; Copyright 2015-2020 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/src/eval-tests.el b/test/src/eval-tests.el index 7a8eae82cf9..074f5be1ef9 100644 --- a/test/src/eval-tests.el +++ b/test/src/eval-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; eval-tests.el --- unit tests for src/eval.c -*- lexical-binding: t; -*- | 1 | ;;; eval-tests.el --- unit tests for src/eval.c -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/src/fileio-tests.el b/test/src/fileio-tests.el index 2225897af8c..96b03a01372 100644 --- a/test/src/fileio-tests.el +++ b/test/src/fileio-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; unit tests for src/fileio.c -*- lexical-binding: t; -*- | 1 | ;;; unit tests for src/fileio.c -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright 2017-2020 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/src/floatfns-tests.el b/test/src/floatfns-tests.el index 0eef3de75f7..c1c2c8996a7 100644 --- a/test/src/floatfns-tests.el +++ b/test/src/floatfns-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; floatfns-tests.el --- tests for floating point operations | 1 | ;;; floatfns-tests.el --- tests for floating point operations |
| 2 | 2 | ||
| 3 | ;; Copyright 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright 2017-2020 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/src/fns-tests.el b/test/src/fns-tests.el index bcc652a8053..60be2c6c2d7 100644 --- a/test/src/fns-tests.el +++ b/test/src/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 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/src/font-tests.el b/test/src/font-tests.el index 971d79d065f..73c2846b032 100644 --- a/test/src/font-tests.el +++ b/test/src/font-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; font-tests.el --- Test suite for font-related functions. | 1 | ;;; font-tests.el --- Test suite for font-related functions. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2020 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/src/inotify-tests.el b/test/src/inotify-tests.el index 06d6d65180f..d42fe1b0086 100644 --- a/test/src/inotify-tests.el +++ b/test/src/inotify-tests.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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2020 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/src/json-tests.el b/test/src/json-tests.el index 8cf01456011..7eeef885198 100644 --- a/test/src/json-tests.el +++ b/test/src/json-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; json-tests.el --- unit tests for json.c -*- lexical-binding: t; -*- | 1 | ;;; json-tests.el --- unit tests for json.c -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/src/keyboard-tests.el b/test/src/keyboard-tests.el index 3e7d1313be6..1988ba51a76 100644 --- a/test/src/keyboard-tests.el +++ b/test/src/keyboard-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; keyboard-tests.el --- Tests for keyboard.c -*- lexical-binding: t -*- | 1 | ;;; keyboard-tests.el --- Tests for keyboard.c -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/src/keymap-tests.el b/test/src/keymap-tests.el index d61f3046137..dbf0a7d1229 100644 --- a/test/src/keymap-tests.el +++ b/test/src/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/src/lcms-tests.el b/test/src/lcms-tests.el index f1d1110283d..4430d696807 100644 --- a/test/src/lcms-tests.el +++ b/test/src/lcms-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; lcms-tests.el --- tests for Little CMS interface -*- lexical-binding: t -*- | 1 | ;;; lcms-tests.el --- tests for Little CMS interface -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | 6 | ||
diff --git a/test/src/lread-tests.el b/test/src/lread-tests.el index 0c14a1afdaa..1426b0145e0 100644 --- a/test/src/lread-tests.el +++ b/test/src/lread-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; lread-tests.el --- tests for lread.c -*- lexical-binding: t; -*- | 1 | ;;; lread-tests.el --- tests for lread.c -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/src/marker-tests.el b/test/src/marker-tests.el index 79e298d8c27..37140f8a10b 100644 --- a/test/src/marker-tests.el +++ b/test/src/marker-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; marker-tests.el --- tests for marker.c functions -*- lexical-binding: t -*- | 1 | ;;; marker-tests.el --- tests for marker.c functions -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/src/minibuf-tests.el b/test/src/minibuf-tests.el index c64892822d6..13f5fac585b 100644 --- a/test/src/minibuf-tests.el +++ b/test/src/minibuf-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; minibuf-tests.el --- tests for minibuf.c functions -*- lexical-binding: t -*- | 1 | ;;; minibuf-tests.el --- tests for minibuf.c functions -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/src/print-tests.el b/test/src/print-tests.el index 77371a1b4ce..0f729964248 100644 --- a/test/src/print-tests.el +++ b/test/src/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 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/src/process-tests.el b/test/src/process-tests.el index f065d393d2a..66a76fd33b8 100644 --- a/test/src/process-tests.el +++ b/test/src/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2020 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/src/regex-emacs-tests.el b/test/src/regex-emacs-tests.el index 50ed3e870a5..6a661afeff9 100644 --- a/test/src/regex-emacs-tests.el +++ b/test/src/regex-emacs-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; regex-emacs-tests.el --- tests for regex-emacs.c -*- lexical-binding: t -*- | 1 | ;;; regex-emacs-tests.el --- tests for regex-emacs.c -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/src/syntax-tests.el b/test/src/syntax-tests.el index 3c3245f2a33..65c56b3b29d 100644 --- a/test/src/syntax-tests.el +++ b/test/src/syntax-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; syntax-tests.el --- tests for syntax.c functions -*- lexical-binding: t -*- | 1 | ;;; syntax-tests.el --- tests for syntax.c functions -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2020 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/src/textprop-tests.el b/test/src/textprop-tests.el index db7256f5346..7333444df0b 100644 --- a/test/src/textprop-tests.el +++ b/test/src/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2020 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/src/thread-tests.el b/test/src/thread-tests.el index 5e5bfd155fb..6673ac4b4eb 100644 --- a/test/src/thread-tests.el +++ b/test/src/thread-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; threads.el --- tests for threads. | 1 | ;;; threads.el --- tests for threads. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2020 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/src/timefns-tests.el b/test/src/timefns-tests.el index 827efd38e88..62d56ac0d9f 100644 --- a/test/src/timefns-tests.el +++ b/test/src/timefns-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; timefns-tests.el -- tests for timefns.c | 1 | ;;; timefns-tests.el -- tests for timefns.c |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2020 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/src/undo-tests.el b/test/src/undo-tests.el index fc2dfe027e8..995e4365e12 100644 --- a/test/src/undo-tests.el +++ b/test/src/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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2020 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/src/xml-tests.el b/test/src/xml-tests.el index aa7a71e37cc..02a52e9115d 100644 --- a/test/src/xml-tests.el +++ b/test/src/xml-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-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2020 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 |