diff options
| author | Po Lu | 2024-01-02 09:47:10 +0800 |
|---|---|---|
| committer | Po Lu | 2024-01-02 09:47:10 +0800 |
| commit | 8e1c56ae46754dd7baedff49a464f078f0e9912d (patch) | |
| tree | 2181ad80108b88c975be1967d292c26d388ba354 /test/src | |
| parent | 3204825f56040df0a783de4fc99052eabb62b84b (diff) | |
| download | emacs-8e1c56ae46754dd7baedff49a464f078f0e9912d.tar.gz emacs-8e1c56ae46754dd7baedff49a464f078f0e9912d.zip | |
; Add 2024 to copyright years
Diffstat (limited to 'test/src')
51 files changed, 51 insertions, 51 deletions
diff --git a/test/src/alloc-tests.el b/test/src/alloc-tests.el index 19330e4a79c..74990574677 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2024 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 aa30533c6a0..bb897377d41 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2024 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 4f7cceef619..6801ba7ce3b 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2024 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 8ee40a46c11..a8b5a4372d6 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2024 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 e7f4348b0c6..d5195b2af67 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2016, 2018-2024 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/character-tests.el b/test/src/character-tests.el index 76026ffc3a9..ae466800ec3 100644 --- a/test/src/character-tests.el +++ b/test/src/character-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; character-tests.el --- tests for character.c -*- lexical-binding:t -*- | 1 | ;;; character-tests.el --- tests for character.c -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2021-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2021-2024 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 34788ecbc05..3a4490fd272 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 -*- lexical-binding: t -*- | 1 | ;;; charset-tests.el --- Tests for charset.c -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright 2017-2023 Free Software Foundation, Inc. | 3 | ;; Copyright 2017-2024 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/chartab-tests.el b/test/src/chartab-tests.el index 6433d3d09bb..3785f72135b 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 -*- lexical-binding: t -*- | 1 | ;;; chartab-tests.el --- Tests for char-tab.c -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2024 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 70d3d09e9d5..38bb4e71d16 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 -*- lexical-binding: t -*- | 1 | ;;; cmds-tests.el --- Testing some Emacs commands -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2024 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 b27907027ba..443a0f9c630 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 -*- lexical-binding: t -*- | 1 | ;;; coding-tests.el --- tests for text encoding and decoding -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2024 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/comp-resources/comp-test-funcs-dyn.el b/test/src/comp-resources/comp-test-funcs-dyn.el index 8cd127f7e1b..5a8a84b6a7b 100644 --- a/test/src/comp-resources/comp-test-funcs-dyn.el +++ b/test/src/comp-resources/comp-test-funcs-dyn.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; comp-test-funcs-dyn.el --- compilation unit tested by comp-tests.el -*- lexical-binding: nil; -*- | 1 | ;;; comp-test-funcs-dyn.el --- compilation unit tested by comp-tests.el -*- lexical-binding: nil; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2020-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2020-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Andrea Corallo <acorallo@gnu.org> | 5 | ;; Author: Andrea Corallo <acorallo@gnu.org> |
| 6 | 6 | ||
diff --git a/test/src/comp-resources/comp-test-funcs.el b/test/src/comp-resources/comp-test-funcs.el index 3525e118153..9f1f4c61244 100644 --- a/test/src/comp-resources/comp-test-funcs.el +++ b/test/src/comp-resources/comp-test-funcs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; comp-test-funcs.el --- compilation unit tested by comp-tests.el -*- lexical-binding: t; -*- | 1 | ;;; comp-test-funcs.el --- compilation unit tested by comp-tests.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Andrea Corallo <acorallo@gnu.org> | 5 | ;; Author: Andrea Corallo <acorallo@gnu.org> |
| 6 | 6 | ||
diff --git a/test/src/comp-resources/comp-test-pure.el b/test/src/comp-resources/comp-test-pure.el index cc5ba7edef7..84bb0287772 100644 --- a/test/src/comp-resources/comp-test-pure.el +++ b/test/src/comp-resources/comp-test-pure.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; comp-test-pure.el --- compilation unit tested by comp-tests.el -*- lexical-binding: t; -*- | 1 | ;;; comp-test-pure.el --- compilation unit tested by comp-tests.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2020-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2020-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Andrea Corallo <acorallo@gnu.org> | 5 | ;; Author: Andrea Corallo <acorallo@gnu.org> |
| 6 | 6 | ||
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 509aadec232..810aae0739b 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; comp-tests.el --- unit tests for src/comp.c -*- lexical-binding: t; -*- | 1 | ;;; comp-tests.el --- unit tests for src/comp.c -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Andrea Corallo <acorallo@gnu.org> | 5 | ;; Author: Andrea Corallo <acorallo@gnu.org> |
| 6 | 6 | ||
diff --git a/test/src/data-tests.el b/test/src/data-tests.el index 28cee9d2c5b..98b5ee69cb0 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2024 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 1052ecee5c1..f8fa1f2f140 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. -*- lexical-binding: t -*- | 1 | ;;; decompress-tests.el --- Test suite for decompress. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2024 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 79cac8c3d64..b41a7ac5fb6 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 functions -*- lexical-binding: t -*- | 1 | ;;; doc-tests.el --- tests for doc.c functions -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2022-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2022-2024 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/editfns-tests.el b/test/src/editfns-tests.el index a3353cc25a6..b3b7da65ad3 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 -*- lexical-binding:t -*- | 1 | ;;; editfns-tests.el --- tests for editfns.c -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2024 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-resources/mod-test.c b/test/src/emacs-module-resources/mod-test.c index 5dfa6ed4b85..06049364b1e 100644 --- a/test/src/emacs-module-resources/mod-test.c +++ b/test/src/emacs-module-resources/mod-test.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Test GNU Emacs modules. | 1 | /* Test GNU Emacs modules. |
| 2 | 2 | ||
| 3 | Copyright 2015-2023 Free Software Foundation, Inc. | 3 | Copyright 2015-2024 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 ac88011b543..91796cfd1b8 100644 --- a/test/src/emacs-module-tests.el +++ b/test/src/emacs-module-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; emacs-module-tests.el --- Test GNU Emacs modules. -*- lexical-binding: t; -*- | 1 | ;;; emacs-module-tests.el --- Test GNU Emacs modules. -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright 2015-2023 Free Software Foundation, Inc. | 3 | ;; Copyright 2015-2024 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-tests.el b/test/src/emacs-tests.el index 0ea197d07f8..19c3793b93d 100644 --- a/test/src/emacs-tests.el +++ b/test/src/emacs-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; emacs-tests.el --- unit tests for emacs.c -*- lexical-binding: t; -*- | 1 | ;;; emacs-tests.el --- unit tests for emacs.c -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2020-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2020-2024 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 1e7edca3bac..b62178d9e8b 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2024 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 fea7eeea753..764ae662e15 100644 --- a/test/src/fileio-tests.el +++ b/test/src/fileio-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; fileio-tests.el --- unit tests for src/fileio.c -*- lexical-binding: t; -*- | 1 | ;;; fileio-tests.el --- unit tests for src/fileio.c -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright 2017-2023 Free Software Foundation, Inc. | 3 | ;; Copyright 2017-2024 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/filelock-tests.el b/test/src/filelock-tests.el index 1f055cfebc6..77345e1cbaa 100644 --- a/test/src/filelock-tests.el +++ b/test/src/filelock-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; filelock-tests.el --- test file locking -*- lexical-binding: t; -*- | 1 | ;;; filelock-tests.el --- test file locking -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2021-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2021-2024 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 97c855a43fa..359d2890134 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 -*- lexical-binding: t -*- | 1 | ;;; floatfns-tests.el --- tests for floating point operations -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright 2017-2023 Free Software Foundation, Inc. | 3 | ;; Copyright 2017-2024 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 b84d39a063d..e5a4b6e8e56 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 -*- lexical-binding:t -*- | 1 | ;;; fns-tests.el --- tests for src/fns.c -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2024 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 2bd20be21dc..a1ea84de9f7 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. -*- lexical-binding: t -*- | 1 | ;;; font-tests.el --- Test suite for font-related functions. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2024 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/image-tests.el b/test/src/image-tests.el index 317f4d3aab6..a4cdfd9ec82 100644 --- a/test/src/image-tests.el +++ b/test/src/image-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; image-tests.el --- Tests for image.c -*- lexical-binding: t -*- | 1 | ;;; image-tests.el --- Tests for image.c -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2021-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2021-2024 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/src/indent-tests.el b/test/src/indent-tests.el index 9e111bf3476..a37ad1a3c3f 100644 --- a/test/src/indent-tests.el +++ b/test/src/indent-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; indent-tests.el --- tests for src/indent.c -*- lexical-binding:t -*- | 1 | ;;; indent-tests.el --- tests for src/indent.c -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2020-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2020-2024 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/inotify-tests.el b/test/src/inotify-tests.el index cebf4421fd5..0c078627786 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2024 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 93e1273d7d6..dffc6291ca1 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2024 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 3393c1d9018..b93431c15f2 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2024 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 29220c95395..bc9977f31bf 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 -*- lexical-binding: t -*- | 1 | ;;; keymap-tests.el --- Test suite for src/keymap.c -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Juanma Barranquero <lekktu@gmail.com> | 5 | ;; Author: Juanma Barranquero <lekktu@gmail.com> |
| 6 | ;; Stefan Kangas <stefankangas@gmail.com> | 6 | ;; Stefan Kangas <stefankangas@gmail.com> |
diff --git a/test/src/lcms-tests.el b/test/src/lcms-tests.el index e34542b1921..a279fb7098c 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2024 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 7d885abf364..2357a5012d0 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2024 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 b766466a38a..9336436e53c 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2024 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 f096624cb27..14d160df25c 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2024 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 a67099c147f..aedaa9a4e06 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2024 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 c3b4e17dbc0..15d46cbae15 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 -*- lexical-binding: t -*- | 1 | ;;; process-tests.el --- Testing the process facilities -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2024 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/regex-emacs-tests.el b/test/src/regex-emacs-tests.el index 195b3c9f8c0..9c55ee9866c 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2024 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/search-tests.el b/test/src/search-tests.el index 293a715f5dc..ecdd5fdc101 100644 --- a/test/src/search-tests.el +++ b/test/src/search-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; search-tests.el --- tests for search.c functions -*- lexical-binding: t -*- | 1 | ;;; search-tests.el --- tests for search.c functions -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2016, 2018-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2016, 2018-2024 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/sqlite-tests.el b/test/src/sqlite-tests.el index f7144c15887..a10dca9a0c9 100644 --- a/test/src/sqlite-tests.el +++ b/test/src/sqlite-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; sqlite-tests.el --- Tests for sqlite.el -*- lexical-binding: t; -*- | 1 | ;;; sqlite-tests.el --- Tests for sqlite.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2021-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2021-2024 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 0ad3667c060..71ddecfcb97 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-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2024 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 12349a79497..d728b539955 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. -*- lexical-binding: t -*- | 1 | ;;; textprop-tests.el --- Test suite for text properties. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2024 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 cfa253fb48e..d9048dcf287 100644 --- a/test/src/thread-tests.el +++ b/test/src/thread-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; thread-tests.el --- tests for threads. -*- lexical-binding: t -*- | 1 | ;;; thread-tests.el --- tests for threads. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2024 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 ca4ec308926..410efd0db84 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 -*- lexical-binding: t -*- | 1 | ;;; timefns-tests.el --- tests for timefns.c -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2024 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/treesit-tests.el b/test/src/treesit-tests.el index 1763c3894f5..1cd783bd05e 100644 --- a/test/src/treesit-tests.el +++ b/test/src/treesit-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; treesit-tests.el --- tests for src/treesit.c -*- lexical-binding: t; -*- | 1 | ;;; treesit-tests.el --- tests for src/treesit.c -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2021-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2021-2024 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 84151d3b5db..d4017e18f8e 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 -*- lexical-binding: t -*- | 1 | ;;; undo-tests.el --- Tests of primitive-undo -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2024 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/xdisp-tests.el b/test/src/xdisp-tests.el index 52ed79b0f20..401e31e592c 100644 --- a/test/src/xdisp-tests.el +++ b/test/src/xdisp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; xdisp-tests.el --- tests for xdisp.c functions -*- lexical-binding: t -*- | 1 | ;;; xdisp-tests.el --- tests for xdisp.c functions -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2020-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2020-2024 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/xfaces-tests.el b/test/src/xfaces-tests.el index d8707a0a08e..cdf6f30c356 100644 --- a/test/src/xfaces-tests.el +++ b/test/src/xfaces-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; xfaces-tests.el --- tests for xfaces.c -*- lexical-binding: t -*- | 1 | ;;; xfaces-tests.el --- tests for xfaces.c -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2020-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2020-2024 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/xml-tests.el b/test/src/xml-tests.el index dfb897ba011..5aa8593fe07 100644 --- a/test/src/xml-tests.el +++ b/test/src/xml-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; xml-tests.el --- Test suite for libxml parsing. -*- lexical-binding: t -*- | 1 | ;;; xml-tests.el --- Test suite for libxml parsing. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2024 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 |