aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorStefan Kangas2025-01-02 18:32:51 +0100
committerStefan Kangas2025-01-02 18:39:42 +0100
commit7fa975adbce3f2ce4ba40ea52110b992a52262b6 (patch)
tree98080d2e47eb14293bd131fe22e04f050759ff6f /test/src
parentafe776051ec84c4bb37fc20b8dcfff3b1c81018e (diff)
downloademacs-7fa975adbce3f2ce4ba40ea52110b992a52262b6.tar.gz
emacs-7fa975adbce3f2ce4ba40ea52110b992a52262b6.zip
Update copyright year to 2025
Run "TZ=UTC0 admin/update-copyright".
Diffstat (limited to 'test/src')
-rw-r--r--test/src/alloc-tests.el2
-rw-r--r--test/src/buffer-tests.el2
-rw-r--r--test/src/callint-tests.el2
-rw-r--r--test/src/callproc-tests.el2
-rw-r--r--test/src/casefiddle-tests.el2
-rw-r--r--test/src/character-tests.el2
-rw-r--r--test/src/charset-tests.el2
-rw-r--r--test/src/chartab-tests.el2
-rw-r--r--test/src/cmds-tests.el2
-rw-r--r--test/src/coding-tests.el2
-rw-r--r--test/src/comp-resources/comp-test-funcs-dyn.el2
-rw-r--r--test/src/comp-resources/comp-test-funcs-dyn2.el2
-rw-r--r--test/src/comp-resources/comp-test-funcs.el2
-rw-r--r--test/src/comp-resources/comp-test-pure.el2
-rw-r--r--test/src/comp-tests.el2
-rw-r--r--test/src/data-tests.el2
-rw-r--r--test/src/decompress-tests.el2
-rw-r--r--test/src/doc-tests.el2
-rw-r--r--test/src/editfns-tests.el2
-rw-r--r--test/src/emacs-module-resources/mod-test.c2
-rw-r--r--test/src/emacs-module-tests.el2
-rw-r--r--test/src/emacs-tests.el2
-rw-r--r--test/src/eval-tests.el2
-rw-r--r--test/src/fileio-tests.el2
-rw-r--r--test/src/filelock-tests.el2
-rw-r--r--test/src/floatfns-tests.el2
-rw-r--r--test/src/fns-tests.el2
-rw-r--r--test/src/font-tests.el2
-rw-r--r--test/src/image-tests.el2
-rw-r--r--test/src/indent-tests.el2
-rw-r--r--test/src/inotify-tests.el2
-rw-r--r--test/src/json-tests.el2
-rw-r--r--test/src/keyboard-tests.el2
-rw-r--r--test/src/keymap-tests.el2
-rw-r--r--test/src/lcms-tests.el2
-rw-r--r--test/src/lread-tests.el2
-rw-r--r--test/src/marker-tests.el2
-rw-r--r--test/src/minibuf-tests.el2
-rw-r--r--test/src/print-tests.el2
-rw-r--r--test/src/process-tests.el2
-rw-r--r--test/src/regex-emacs-tests.el2
-rw-r--r--test/src/search-tests.el2
-rw-r--r--test/src/sqlite-tests.el2
-rw-r--r--test/src/syntax-tests.el2
-rw-r--r--test/src/textprop-tests.el2
-rw-r--r--test/src/thread-tests.el2
-rw-r--r--test/src/timefns-tests.el2
-rw-r--r--test/src/treesit-tests.el2
-rw-r--r--test/src/undo-tests.el2
-rw-r--r--test/src/xdisp-tests.el2
-rw-r--r--test/src/xfaces-tests.el2
-rw-r--r--test/src/xml-tests.el2
52 files changed, 52 insertions, 52 deletions
diff --git a/test/src/alloc-tests.el b/test/src/alloc-tests.el
index 74990574677..cba69023044 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2025 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 26a0fb9fd76..e5369f5363d 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2025 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 6801ba7ce3b..f819a969528 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2025 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 5eee2f8d7c0..acffece5c1d 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2025 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 0a456c094ab..6cf9f98f6ca 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2016, 2018-2025 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 ae466800ec3..f40547da8f8 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2021-2025 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 3a4490fd272..427162125c1 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-2024 Free Software Foundation, Inc. 3;; Copyright 2017-2025 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 3785f72135b..ffdd46159cd 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2025 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 38bb4e71d16..8389c03434d 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2013-2025 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 443a0f9c630..9fcb44c87c7 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2013-2025 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 5a8a84b6a7b..10a11b20687 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2020-2025 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-dyn2.el b/test/src/comp-resources/comp-test-funcs-dyn2.el
index 101674f74ce..e3cad6c272f 100644
--- a/test/src/comp-resources/comp-test-funcs-dyn2.el
+++ b/test/src/comp-resources/comp-test-funcs-dyn2.el
@@ -1,6 +1,6 @@
1;;; comp-test-funcs-dyn2.el -*- lexical-binding: nil; no-byte-compile: t; -*- 1;;; comp-test-funcs-dyn2.el -*- lexical-binding: nil; no-byte-compile: t; -*-
2 2
3;; Copyright (C) 2023-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2023-2025 Free Software Foundation, Inc.
4 4
5;; Author: Alan Mackenzie <acm@muc.de> 5;; Author: Alan Mackenzie <acm@muc.de>
6 6
diff --git a/test/src/comp-resources/comp-test-funcs.el b/test/src/comp-resources/comp-test-funcs.el
index 084fcd8c9db..72fe71aa359 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2019-2025 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 84bb0287772..cbcfc89733b 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2020-2025 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 6744f14435b..813cc5c7557 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2019-2025 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 a1959f62fd3..599baf1bc51 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2013-2025 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 f8fa1f2f140..14bbd108eda 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2013-2025 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 b41a7ac5fb6..87d9bd963e0 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 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 b0a67d0f6ac..758b8eb51d8 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2025 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 3abe2a4122b..2c690457161 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
3Copyright 2015-2024 Free Software Foundation, Inc. 3Copyright 2015-2025 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el
index 052fd83dc85..03ab50d5adb 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-2024 Free Software Foundation, Inc. 3;; Copyright 2015-2025 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 19c3793b93d..a3c97279d50 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2020-2025 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 e1663f489c5..c5a46b62ee2 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2025 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 750de8444c9..52957769e00 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-2024 Free Software Foundation, Inc. 3;; Copyright 2017-2025 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 9bb3a27add7..834019faeab 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2021-2025 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 359d2890134..6820130a017 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-2024 Free Software Foundation, Inc. 3;; Copyright 2017-2025 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 ca5b10db705..9e134c24e05 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2025 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 a1ea84de9f7..cc370429557 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2011-2025 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 e321b80e7a8..6ebf54689b4 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2021-2025 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 a37ad1a3c3f..0edc65e3876 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2020-2025 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 0c078627786..23febef2c67 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2012-2025 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 1d7491a4593..941caae9431 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2025 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 4cb141804b2..05c35340149 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2025 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 e968a19eadf..c605c3eb09d 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2025 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 a279fb7098c..773f7c02fb2 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2025 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 cc17f7eb3fa..40640e79eed 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2025 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 9336436e53c..ac319dd4c32 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2025 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 99d522d1856..ec8f7123234 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2025 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 ff3a6fe7483..ddee6d914a4 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2025 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 19b14f2d0cb..a24a35ed6bf 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2013-2025 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 171d794360e..3b69f1a808f 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2025 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 87d2f5bfa05..2af6f4fb933 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2016, 2018-2025 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 1a887c3a730..a835fea7632 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2021-2025 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 f0f7cf28a3c..8b8cbee1948 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2025 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 7c2aa13bb34..d29a644e96d 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2025 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 d9048dcf287..322547c2e6a 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2012-2025 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 410efd0db84..3e75a3f9b63 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2016-2025 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 700b0505d71..7cbe516fc42 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2021-2025 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 b4888771e70..6150e09c52e 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2012-2025 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 f2a2a72c658..62f98928720 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2020-2025 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 cdf6f30c356..a4c4f148af7 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2020-2025 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 5aa8593fe07..0add563b3fe 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2014-2025 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