branch: elpa/cider
commit d4a6c577a7e60572df779f95e7d52201c51d133e
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Update the copyright years
---
README.md | 2 +-
cider-apropos.el | 2 +-
cider-browse-ns.el | 2 +-
cider-browse-spec.el | 2 +-
cider-cheatsheet.el | 2 +-
cider-classpath.el | 2 +-
cider-client.el | 2 +-
cider-clojuredocs.el | 2 +-
cider-common.el | 2 +-
cider-completion-context.el | 2 +-
cider-completion.el | 2 +-
cider-connection.el | 2 +-
cider-debug.el | 2 +-
cider-doc.el | 2 +-
cider-docstring.el | 2 +-
cider-eldoc.el | 4 ++--
cider-eval.el | 4 ++--
cider-find.el | 2 +-
cider-format.el | 2 +-
cider-inspector.el | 4 ++--
cider-jar.el | 2 +-
cider-log.el | 2 +-
cider-macroexpansion.el | 4 ++--
cider-mode.el | 4 ++--
cider-ns.el | 2 +-
cider-overlays.el | 2 +-
cider-popup.el | 2 +-
cider-profile.el | 2 +-
cider-repl-history.el | 2 +-
cider-repl.el | 4 ++--
cider-resolve.el | 2 +-
cider-scratch.el | 2 +-
cider-selector.el | 4 ++--
cider-stacktrace.el | 2 +-
cider-test.el | 2 +-
cider-tracing.el | 2 +-
cider-util.el | 4 ++--
cider-xref-backend.el | 2 +-
cider-xref.el | 2 +-
cider.el | 4 ++--
nrepl-client.el | 4 ++--
nrepl-dict.el | 4 ++--
test/cider-apropos-tests.el | 2 +-
test/cider-browse-ns-tests.el | 2 +-
test/cider-browse-spec-tests.el | 2 +-
test/cider-classpath-tests.el | 2 +-
test/cider-client-tests.el | 2 +-
test/cider-clojuredocs-tests.el | 2 +-
test/cider-common-tests.el | 2 +-
test/cider-completion-context-tests.el | 2 +-
test/cider-completion-tests.el | 2 +-
test/cider-connection-tests.el | 2 +-
test/cider-debug-tests.el | 2 +-
test/cider-doc-tests.el | 2 +-
test/cider-eldoc-tests.el | 2 +-
test/cider-error-parsing-tests.el | 2 +-
test/cider-eval-tests.el | 2 +-
test/cider-find-tests.el | 2 +-
test/cider-inspector-tests.el | 2 +-
test/cider-interaction-tests.el | 2 +-
test/cider-jar-tests.el | 2 +-
test/cider-log-tests.el | 2 +-
test/cider-ns-tests.el | 2 +-
test/cider-overlay-tests.el | 2 +-
test/cider-repl-tests.el | 2 +-
test/cider-selector-tests.el | 2 +-
test/cider-stacktrace-tests.el | 2 +-
test/cider-test-tests.el | 2 +-
test/cider-tests--no-auto.el | 2 +-
test/cider-tests.el | 2 +-
test/cider-util-tests.el | 2 +-
test/clojure-ts-mode/cider-connection-ts-tests.el | 2 +-
test/clojure-ts-mode/cider-find-ts-tests.el | 2 +-
test/clojure-ts-mode/cider-selector-ts-tests.el | 2 +-
test/clojure-ts-mode/cider-util-ts-tests.el | 2 +-
test/integration/integration-test-utils.el | 2 +-
test/integration/integration-tests.el | 2 +-
test/nrepl-bencode-tests.el | 2 +-
test/nrepl-client-tests.el | 2 +-
test/nrepl-dict-tests.el | 2 +-
test/nrepl-server-mock.el | 2 +-
test/utils/cider-connection-test-utils.el | 2 +-
test/utils/cider-selector-test-utils.el | 2 +-
test/utils/nrepl-tests-utils.el | 2 +-
84 files changed, 95 insertions(+), 95 deletions(-)
diff --git a/README.md b/README.md
index 5ba8b7dacfc..2f2aed9ef29 100644
--- a/README.md
+++ b/README.md
@@ -265,7 +265,7 @@ site. [[Become a
sponsor](https://opencollective.com/cider#sponsor)]
CIDER is distributed under the GNU General Public License, version 3.
-Copyright © 2012-2025 Bozhidar Batsov, Artur Malabarba, Tim King, Phil
Hagelberg and
+Copyright © 2012-2026 Bozhidar Batsov, Artur Malabarba, Tim King, Phil
Hagelberg and
[contributors](https://github.com/clojure-emacs/cider/contributors).
[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
diff --git a/cider-apropos.el b/cider-apropos.el
index 1cf50647ca3..b7460b36eac 100644
--- a/cider-apropos.el
+++ b/cider-apropos.el
@@ -1,6 +1,6 @@
;;; cider-apropos.el --- Apropos functionality for Clojure -*-
lexical-binding: t -*-
-;; Copyright © 2014-2025 Jeff Valk, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2026 Jeff Valk, Bozhidar Batsov and CIDER contributors
;;
;; Author: Jeff Valk <[email protected]>
diff --git a/cider-browse-ns.el b/cider-browse-ns.el
index 9fd1cb7c89a..d90dc683fe2 100644
--- a/cider-browse-ns.el
+++ b/cider-browse-ns.el
@@ -1,6 +1,6 @@
;;; cider-browse-ns.el --- CIDER namespace browser -*- lexical-binding: t; -*-
-;; Copyright © 2014-2025 John Andrews, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2026 John Andrews, Bozhidar Batsov and CIDER contributors
;; Author: John Andrews <[email protected]>
diff --git a/cider-browse-spec.el b/cider-browse-spec.el
index eb9d2816652..3bc2f5a5be5 100644
--- a/cider-browse-spec.el
+++ b/cider-browse-spec.el
@@ -1,6 +1,6 @@
;;; cider-browse-spec.el --- CIDER spec browser -*- lexical-binding: t; -*-
-;; Copyright © 2017-2025 Juan Monetta, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2017-2026 Juan Monetta, Bozhidar Batsov and CIDER contributors
;; Author: Juan Monetta <[email protected]>
diff --git a/cider-cheatsheet.el b/cider-cheatsheet.el
index 6babaebcb22..70f89b454a3 100644
--- a/cider-cheatsheet.el
+++ b/cider-cheatsheet.el
@@ -1,6 +1,6 @@
;;; cider-cheatsheet.el --- Quick reference for Clojure -*-
lexical-binding: t -*-
-;; Copyright © 2019-2025 Kris Jenkins, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2019-2026 Kris Jenkins, Bozhidar Batsov and CIDER contributors
;;
;; Author: Kris Jenkins <[email protected]>
;; Kato Muso <[email protected]>
diff --git a/cider-classpath.el b/cider-classpath.el
index 55ed6ac6bd8..946d2dc8a24 100644
--- a/cider-classpath.el
+++ b/cider-classpath.el
@@ -1,6 +1,6 @@
;;; cider-classpath.el --- Basic Java classpath browser -*- lexical-binding:
t; -*-
-;; Copyright © 2014-2025 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2026 Bozhidar Batsov and CIDER contributors
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/cider-client.el b/cider-client.el
index bb3b0852646..bc542957617 100644
--- a/cider-client.el
+++ b/cider-client.el
@@ -1,6 +1,6 @@
;;; cider-client.el --- A layer of abstraction above low-level nREPL client
code. -*- lexical-binding: t -*-
-;; Copyright © 2013-2025 Bozhidar Batsov
+;; Copyright © 2013-2026 Bozhidar Batsov
;;
;; Author: Bozhidar Batsov <[email protected]>
diff --git a/cider-clojuredocs.el b/cider-clojuredocs.el
index 0cbb99706ec..34dc921d8e3 100644
--- a/cider-clojuredocs.el
+++ b/cider-clojuredocs.el
@@ -1,6 +1,6 @@
;;; cider-clojuredocs.el --- ClojureDocs integration -*- lexical-binding: t -*-
-;; Copyright © 2014-2025 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2026 Bozhidar Batsov and CIDER contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
diff --git a/cider-common.el b/cider-common.el
index 9ab1aed56e7..fffe26d529b 100644
--- a/cider-common.el
+++ b/cider-common.el
@@ -1,6 +1,6 @@
;;; cider-common.el --- Common use functions -*- lexical-binding: t;
-*-
-;; Copyright © 2015-2025 Artur Malabarba
+;; Copyright © 2015-2026 Artur Malabarba
;; Author: Artur Malabarba <[email protected]>
diff --git a/cider-completion-context.el b/cider-completion-context.el
index f4098016fcd..4b8ce21d654 100644
--- a/cider-completion-context.el
+++ b/cider-completion-context.el
@@ -1,6 +1,6 @@
;;; cider-completion-context.el --- Context parsing -*- lexical-binding: t -*-
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
;; Artur Malabarba <[email protected]>
diff --git a/cider-completion.el b/cider-completion.el
index 23954ffd4a4..ccf77850e82 100644
--- a/cider-completion.el
+++ b/cider-completion.el
@@ -1,6 +1,6 @@
;;; cider-completion.el --- Smart REPL-powered code completion -*-
lexical-binding: t -*-
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
;; Artur Malabarba <[email protected]>
diff --git a/cider-connection.el b/cider-connection.el
index 6d96043df34..1271a4c658a 100644
--- a/cider-connection.el
+++ b/cider-connection.el
@@ -1,6 +1,6 @@
;;; cider-connection.el --- Connection and session life-cycle management for
CIDER -*- lexical-binding: t -*-
;;
-;; Copyright © 2019-2025 Artur Malabarba, Bozhidar Batsov, Vitalie Spinu and
CIDER contributors
+;; Copyright © 2019-2026 Artur Malabarba, Bozhidar Batsov, Vitalie Spinu and
CIDER contributors
;;
;; Author: Artur Malabarba <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/cider-debug.el b/cider-debug.el
index ce24cb31b22..88199d907cc 100644
--- a/cider-debug.el
+++ b/cider-debug.el
@@ -1,6 +1,6 @@
;;; cider-debug.el --- CIDER interaction with the cider.debug nREPL middleware
-*- lexical-binding: t; -*-
-;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2015-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;; Author: Artur Malabarba <[email protected]>
diff --git a/cider-doc.el b/cider-doc.el
index d9d4d64668d..ad122cda7f0 100644
--- a/cider-doc.el
+++ b/cider-doc.el
@@ -1,6 +1,6 @@
;;; cider-doc.el --- CIDER documentation functionality -*- lexical-binding: t
-*-
-;; Copyright © 2014-2025 Bozhidar Batsov, Jeff Valk and CIDER contributors
+;; Copyright © 2014-2026 Bozhidar Batsov, Jeff Valk and CIDER contributors
;; Author: Jeff Valk <[email protected]>
diff --git a/cider-docstring.el b/cider-docstring.el
index 4b4430c320a..18ff958b39d 100644
--- a/cider-docstring.el
+++ b/cider-docstring.el
@@ -1,6 +1,6 @@
;;; cider-docstring.el --- Docstring rendering -*- lexical-binding: t -*-
-;; Copyright © 2013-2025 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2013-2026 Bozhidar Batsov and CIDER contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
diff --git a/cider-eldoc.el b/cider-eldoc.el
index 1cc4674f218..f7415efcd35 100644
--- a/cider-eldoc.el
+++ b/cider-eldoc.el
@@ -1,7 +1,7 @@
;;; cider-eldoc.el --- eldoc support for Clojure -*- lexical-binding: t -*-
-;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2026 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
diff --git a/cider-eval.el b/cider-eval.el
index 0fb6433f030..bec254f4d94 100644
--- a/cider-eval.el
+++ b/cider-eval.el
@@ -1,7 +1,7 @@
;;; cider-eval.el --- Interactive evaluation (compilation) functionality -*-
lexical-binding: t -*-
-;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2026 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
diff --git a/cider-find.el b/cider-find.el
index 7e6550e0964..f1e5e7d04ec 100644
--- a/cider-find.el
+++ b/cider-find.el
@@ -1,6 +1,6 @@
;;; cider-find.el --- Functionality for finding things -*- lexical-binding: t
-*-
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
;; Artur Malabarba <[email protected]>
diff --git a/cider-format.el b/cider-format.el
index a2b0bcb45df..98ac0fc95c4 100644
--- a/cider-format.el
+++ b/cider-format.el
@@ -1,6 +1,6 @@
;;; cider-format.el --- Code and EDN formatting functionality -*-
lexical-binding: t -*-
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
;; Artur Malabarba <[email protected]>
diff --git a/cider-inspector.el b/cider-inspector.el
index 6db2aadd971..98313bdf50a 100644
--- a/cider-inspector.el
+++ b/cider-inspector.el
@@ -1,7 +1,7 @@
;;; cider-inspector.el --- Object inspector -*- lexical-binding: t -*-
-;; Copyright © 2013-2025 Vital Reactor, LLC
-;; Copyright © 2014-2025 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2013-2026 Vital Reactor, LLC
+;; Copyright © 2014-2026 Bozhidar Batsov and CIDER contributors
;; Author: Ian Eslick <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/cider-jar.el b/cider-jar.el
index 49eb6b4ad92..b4c86d41dc1 100644
--- a/cider-jar.el
+++ b/cider-jar.el
@@ -1,6 +1,6 @@
;;; cider-jar.el --- Jar functionality for Clojure -*- lexical-binding: t -*-
-;; Copyright © 2022-2025 Arne Brasseur
+;; Copyright © 2022-2026 Arne Brasseur
;;
;; Author: Arne Brasseur <[email protected]>
diff --git a/cider-log.el b/cider-log.el
index 7ba71a0d2ab..3a6e35583f3 100644
--- a/cider-log.el
+++ b/cider-log.el
@@ -1,6 +1,6 @@
;;; cider-log.el --- Log inspection functionality for Clojure -*-
lexical-binding: t -*-
-;; Copyright © 2023-2025 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2023-2026 Bozhidar Batsov and CIDER contributors
;; Author: r0man <[email protected]>
diff --git a/cider-macroexpansion.el b/cider-macroexpansion.el
index 484827273ee..2e756950a1b 100644
--- a/cider-macroexpansion.el
+++ b/cider-macroexpansion.el
@@ -1,7 +1,7 @@
;;; cider-macroexpansion.el --- Macro expansion support -*- lexical-binding: t
-*-
-;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2026 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
diff --git a/cider-mode.el b/cider-mode.el
index bde58315bc8..2716862156f 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -1,7 +1,7 @@
;;; cider-mode.el --- Minor mode for REPL interactions -*- lexical-binding: t
-*-
-;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2026 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
diff --git a/cider-ns.el b/cider-ns.el
index e99e6a01493..967c624cbf1 100644
--- a/cider-ns.el
+++ b/cider-ns.el
@@ -1,6 +1,6 @@
;;; cider-ns.el --- Namespace manipulation functionality -*- lexical-binding:
t -*-
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
;; Artur Malabarba <[email protected]>
diff --git a/cider-overlays.el b/cider-overlays.el
index 8d0546606ab..57f5c59c51f 100644
--- a/cider-overlays.el
+++ b/cider-overlays.el
@@ -1,6 +1,6 @@
;;; cider-overlays.el --- Managing CIDER overlays -*- lexical-binding: t; -*-
-;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2015-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;; Author: Artur Malabarba <[email protected]>
diff --git a/cider-popup.el b/cider-popup.el
index 316b6a2b393..c0ba0c1fc4d 100644
--- a/cider-popup.el
+++ b/cider-popup.el
@@ -1,6 +1,6 @@
;;; cider-popup.el --- Creating and quitting popup buffers -*-
lexical-binding: t; -*-
-;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2015-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;; Author: Artur Malabarba <[email protected]>
diff --git a/cider-profile.el b/cider-profile.el
index da22b0075e4..d448d827acc 100644
--- a/cider-profile.el
+++ b/cider-profile.el
@@ -1,6 +1,6 @@
;;; cider-profile.el --- CIDER support for profiling -*- lexical-binding: t;
-*-
-;; Copyright © 2014-2025 Edwin Watkeys and CIDER contributors
+;; Copyright © 2014-2026 Edwin Watkeys and CIDER contributors
;; Author: Edwin Watkeys <[email protected]>
;; Juan E. Maya <[email protected]>
diff --git a/cider-repl-history.el b/cider-repl-history.el
index 618cadb6260..aaddf43e42e 100644
--- a/cider-repl-history.el
+++ b/cider-repl-history.el
@@ -1,6 +1,6 @@
;;; cider-repl-history.el --- REPL input history browser -*- lexical-binding:
t; -*-
-;; Copyright (c) 2017-2025 John Valente and browse-kill-ring authors
+;; Copyright (c) 2017-2026 John Valente and browse-kill-ring authors
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/cider-repl.el b/cider-repl.el
index 408798fd379..d84a73dd173 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1,7 +1,7 @@
;;; cider-repl.el --- CIDER REPL mode interactions -*- lexical-binding: t -*-
-;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2026 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
diff --git a/cider-resolve.el b/cider-resolve.el
index 421242078c0..c19ea40aa84 100644
--- a/cider-resolve.el
+++ b/cider-resolve.el
@@ -1,6 +1,6 @@
;;; cider-resolve.el --- Resolve clojure symbols according to current nREPL
connection -*- lexical-binding: t; -*-
-;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2015-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;; Author: Artur Malabarba <[email protected]>
diff --git a/cider-scratch.el b/cider-scratch.el
index d82699ba924..5e677464b97 100644
--- a/cider-scratch.el
+++ b/cider-scratch.el
@@ -1,6 +1,6 @@
;;; cider-scratch.el --- *scratch* buffer for Clojure -*- lexical-binding: t
-*-
-;; Copyright © 2014-2025 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2026 Bozhidar Batsov and CIDER contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
diff --git a/cider-selector.el b/cider-selector.el
index 1a34e0f560c..2856496a7fc 100644
--- a/cider-selector.el
+++ b/cider-selector.el
@@ -1,7 +1,7 @@
;;; cider-selector.el --- Buffer selection command inspired by SLIME's
selector -*- lexical-binding: t -*-
-;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2026 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index 3ea309e2e3d..4bff1a231bd 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -1,6 +1,6 @@
;;; cider-stacktrace.el --- Stacktrace navigator -*- lexical-binding: t -*-
-;; Copyright © 2014-2025 Jeff Valk, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2026 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Author: Jeff Valk <[email protected]>
diff --git a/cider-test.el b/cider-test.el
index 39cbdb1541a..0298be0d3d8 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -1,6 +1,6 @@
;;; cider-test.el --- Test result viewer -*- lexical-binding: t -*-
-;; Copyright © 2014-2025 Jeff Valk, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2026 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Author: Jeff Valk <[email protected]>
diff --git a/cider-tracing.el b/cider-tracing.el
index 3efe0a7cf24..4621a258ba4 100644
--- a/cider-tracing.el
+++ b/cider-tracing.el
@@ -1,6 +1,6 @@
;;; cider-tracing.el --- Executing tracing functionality -*- lexical-binding:
t -*-
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
;; Artur Malabarba <[email protected]>
diff --git a/cider-util.el b/cider-util.el
index 1536ad1ffa7..157c1560d3d 100644
--- a/cider-util.el
+++ b/cider-util.el
@@ -1,7 +1,7 @@
;; cider-util.el --- Common utility functions that don't belong anywhere else
-*- lexical-binding: t -*-
-;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2026 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
diff --git a/cider-xref-backend.el b/cider-xref-backend.el
index 0d6a4ca9c21..aa31e26d659 100644
--- a/cider-xref-backend.el
+++ b/cider-xref-backend.el
@@ -1,6 +1,6 @@
;;; cider-xref-backend.el --- CIDER's backend for Emacs' xref functionality
-*- lexical-binding: t -*-
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
;; Artur Malabarba <[email protected]>
diff --git a/cider-xref.el b/cider-xref.el
index 0d49073acee..26a38f12fdd 100644
--- a/cider-xref.el
+++ b/cider-xref.el
@@ -1,6 +1,6 @@
;;; cider-xref.el --- Xref functionality for Clojure -*- lexical-binding: t -*-
-;; Copyright © 2019-2025 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2019-2026 Bozhidar Batsov and CIDER contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
diff --git a/cider.el b/cider.el
index dd8b9d22f5c..0fb91499b7e 100644
--- a/cider.el
+++ b/cider.el
@@ -1,7 +1,7 @@
;;; cider.el --- Clojure Interactive Development Environment that Rocks -*-
lexical-binding: t -*-
-;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2026 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
diff --git a/nrepl-client.el b/nrepl-client.el
index d4374974cf2..eb00c388d5a 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -1,7 +1,7 @@
;;; nrepl-client.el --- Client for Clojure nREPL -*- lexical-binding: t -*-
-;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2026 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
diff --git a/nrepl-dict.el b/nrepl-dict.el
index bbf1b8f30aa..69c055806f9 100644
--- a/nrepl-dict.el
+++ b/nrepl-dict.el
@@ -1,7 +1,7 @@
;;; nrepl-dict.el --- Dictionary functions for Clojure nREPL -*-
lexical-binding: t -*-
-;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2026 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
diff --git a/test/cider-apropos-tests.el b/test/cider-apropos-tests.el
index 0d3f04b4130..4699e18b864 100644
--- a/test/cider-apropos-tests.el
+++ b/test/cider-apropos-tests.el
@@ -1,6 +1,6 @@
;;; cider-apropos-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-browse-ns-tests.el b/test/cider-browse-ns-tests.el
index fa6c4a1563c..0eec7616b78 100644
--- a/test/cider-browse-ns-tests.el
+++ b/test/cider-browse-ns-tests.el
@@ -1,6 +1,6 @@
;;; cider-browse-ns-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-browse-spec-tests.el b/test/cider-browse-spec-tests.el
index 58e66f3827e..be35ced6da1 100644
--- a/test/cider-browse-spec-tests.el
+++ b/test/cider-browse-spec-tests.el
@@ -1,6 +1,6 @@
;;; cider-browse-spec-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 r0man, Bozhidar Batsov
+;; Copyright © 2012-2026 r0man, Bozhidar Batsov
;; Author: r0man <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-classpath-tests.el b/test/cider-classpath-tests.el
index a72d73061ed..fa6b03dd7e4 100644
--- a/test/cider-classpath-tests.el
+++ b/test/cider-classpath-tests.el
@@ -1,6 +1,6 @@
;;; cider-classpath-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-client-tests.el b/test/cider-client-tests.el
index b83b2494d70..7de4adf8307 100644
--- a/test/cider-client-tests.el
+++ b/test/cider-client-tests.el
@@ -1,6 +1,6 @@
;;; cider-client-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-clojuredocs-tests.el b/test/cider-clojuredocs-tests.el
index 564dec73fb2..acfc7b2c18e 100644
--- a/test/cider-clojuredocs-tests.el
+++ b/test/cider-clojuredocs-tests.el
@@ -1,6 +1,6 @@
;;; cider-clojuredocs-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-common-tests.el b/test/cider-common-tests.el
index 2f1666bf634..fe63747ea14 100644
--- a/test/cider-common-tests.el
+++ b/test/cider-common-tests.el
@@ -1,6 +1,6 @@
;;; cider-common-tests.el --- -*- lexical-binding: t;
-*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-completion-context-tests.el
b/test/cider-completion-context-tests.el
index 9bd40b0dba0..e684d4b2afc 100644
--- a/test/cider-completion-context-tests.el
+++ b/test/cider-completion-context-tests.el
@@ -1,6 +1,6 @@
;;; cider-completion-context-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Bozhidar Batsov
+;; Copyright © 2012-2026 Bozhidar Batsov
;; Author: Bozhidar Batsov <[email protected]>
diff --git a/test/cider-completion-tests.el b/test/cider-completion-tests.el
index f8368c39d4e..34e743643b1 100644
--- a/test/cider-completion-tests.el
+++ b/test/cider-completion-tests.el
@@ -1,6 +1,6 @@
;;; cider-completion-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Bozhidar Batsov
+;; Copyright © 2012-2026 Bozhidar Batsov
;; Author: Bozhidar Batsov <[email protected]>
diff --git a/test/cider-connection-tests.el b/test/cider-connection-tests.el
index 2fc7a0c98a2..4a2293e05ef 100644
--- a/test/cider-connection-tests.el
+++ b/test/cider-connection-tests.el
@@ -1,7 +1,7 @@
;; -*- lexical-binding: t; -*-
;;; cider-connection-tests.el
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov, Vitalie Spinu
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov, Vitalie Spinu
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-debug-tests.el b/test/cider-debug-tests.el
index ecdfe553a47..d3c52f3c2b1 100644
--- a/test/cider-debug-tests.el
+++ b/test/cider-debug-tests.el
@@ -1,6 +1,6 @@
;;; cider-debug-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-doc-tests.el b/test/cider-doc-tests.el
index 6abae8137c8..53aa76f1aff 100644
--- a/test/cider-doc-tests.el
+++ b/test/cider-doc-tests.el
@@ -1,6 +1,6 @@
;;; cider-doc-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2023-2025 Bozhidar Batsov
+;; Copyright © 2023-2026 Bozhidar Batsov
;; Author: Bozhidar Batsov <[email protected]>
diff --git a/test/cider-eldoc-tests.el b/test/cider-eldoc-tests.el
index 143be9bafd6..89dd61dbc0d 100644
--- a/test/cider-eldoc-tests.el
+++ b/test/cider-eldoc-tests.el
@@ -1,6 +1,6 @@
;;; cider-eldoc-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-error-parsing-tests.el
b/test/cider-error-parsing-tests.el
index cc5e624a76c..6bd0e9f7b49 100644
--- a/test/cider-error-parsing-tests.el
+++ b/test/cider-error-parsing-tests.el
@@ -1,6 +1,6 @@
;;; cider-error-parsing-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-eval-tests.el b/test/cider-eval-tests.el
index 8f638e664fd..8dda2e37178 100644
--- a/test/cider-eval-tests.el
+++ b/test/cider-eval-tests.el
@@ -1,6 +1,6 @@
;;; cider-eval-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Arne Brasseur
+;; Copyright © 2012-2026 Arne Brasseur
;; Author: Arne Brasseur
diff --git a/test/cider-find-tests.el b/test/cider-find-tests.el
index 96a5fbf3778..91472d21d55 100644
--- a/test/cider-find-tests.el
+++ b/test/cider-find-tests.el
@@ -1,6 +1,6 @@
;;; cider-find-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Bozhidar Batsov
+;; Copyright © 2012-2026 Bozhidar Batsov
;; Author: Bozhidar Batsov <[email protected]>
diff --git a/test/cider-inspector-tests.el b/test/cider-inspector-tests.el
index a2c2b110676..5c255730c9b 100644
--- a/test/cider-inspector-tests.el
+++ b/test/cider-inspector-tests.el
@@ -1,6 +1,6 @@
;;; cider-inspectors-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Bozhidar Batsov
+;; Copyright © 2012-2026 Bozhidar Batsov
;; Author: Bozhidar Batsov <[email protected]>
diff --git a/test/cider-interaction-tests.el b/test/cider-interaction-tests.el
index ad9f30edc46..795aea89e3b 100644
--- a/test/cider-interaction-tests.el
+++ b/test/cider-interaction-tests.el
@@ -1,6 +1,6 @@
;;; cider-eval-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-jar-tests.el b/test/cider-jar-tests.el
index 0892eba3c70..f0af97b6d1f 100644
--- a/test/cider-jar-tests.el
+++ b/test/cider-jar-tests.el
@@ -1,6 +1,6 @@
;;; cider-jar-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Arne Brasseur
+;; Copyright © 2012-2026 Arne Brasseur
;; Author: Arne Brasseur <[email protected]>
diff --git a/test/cider-log-tests.el b/test/cider-log-tests.el
index e83eafee149..681a608f608 100644
--- a/test/cider-log-tests.el
+++ b/test/cider-log-tests.el
@@ -1,6 +1,6 @@
;;; cider-log-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2023-2025 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2023-2026 Bozhidar Batsov and CIDER contributors
;; Author: r0man <[email protected]>
diff --git a/test/cider-ns-tests.el b/test/cider-ns-tests.el
index 2bfedf3332c..3208f51ad11 100644
--- a/test/cider-ns-tests.el
+++ b/test/cider-ns-tests.el
@@ -1,6 +1,6 @@
;;; cider-ns-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2019-2025 Bozhidar Batsov
+;; Copyright © 2019-2026 Bozhidar Batsov
;; Author: Bozhidar Batsov <[email protected]>
diff --git a/test/cider-overlay-tests.el b/test/cider-overlay-tests.el
index f7102ecd06f..4999c60cdc6 100644
--- a/test/cider-overlay-tests.el
+++ b/test/cider-overlay-tests.el
@@ -1,6 +1,6 @@
;;; cider-overlay-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2015-2026 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;; Author: Artur Malabarba <[email protected]>
diff --git a/test/cider-repl-tests.el b/test/cider-repl-tests.el
index 94887438b59..5cc2c3cc1c1 100644
--- a/test/cider-repl-tests.el
+++ b/test/cider-repl-tests.el
@@ -1,6 +1,6 @@
;;; cider-repl-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-selector-tests.el b/test/cider-selector-tests.el
index ed579895c2a..b7171ee6322 100644
--- a/test/cider-selector-tests.el
+++ b/test/cider-selector-tests.el
@@ -1,6 +1,6 @@
;;; cider-selector-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-stacktrace-tests.el b/test/cider-stacktrace-tests.el
index 34ba01416d7..555fb2a4835 100644
--- a/test/cider-stacktrace-tests.el
+++ b/test/cider-stacktrace-tests.el
@@ -1,6 +1,6 @@
;;; cider-stacktrace-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-test-tests.el b/test/cider-test-tests.el
index a090b8a0625..472a10b124a 100644
--- a/test/cider-test-tests.el
+++ b/test/cider-test-tests.el
@@ -1,6 +1,6 @@
;;; cider-test-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2023-2025 Bozhidar Batsov
+;; Copyright © 2023-2026 Bozhidar Batsov
;; Author: Bozhidar Batsov <[email protected]>
diff --git a/test/cider-tests--no-auto.el b/test/cider-tests--no-auto.el
index 53961d5fa03..db6b12142db 100644
--- a/test/cider-tests--no-auto.el
+++ b/test/cider-tests--no-auto.el
@@ -1,6 +1,6 @@
;;; cider-tests--no-auto.el --- Non-automated tests -*- lexical-binding: t -*-
-;; Copyright © 2014-2025 Jeff Valk, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2026 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Author: Jeff Valk <[email protected]>
diff --git a/test/cider-tests.el b/test/cider-tests.el
index ada0b033c99..83a8816a0be 100644
--- a/test/cider-tests.el
+++ b/test/cider-tests.el
@@ -1,6 +1,6 @@
;;; cider-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/cider-util-tests.el b/test/cider-util-tests.el
index 5d10688a8fa..18ad76e33cf 100644
--- a/test/cider-util-tests.el
+++ b/test/cider-util-tests.el
@@ -1,6 +1,6 @@
;;; cider-util-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/clojure-ts-mode/cider-connection-ts-tests.el
b/test/clojure-ts-mode/cider-connection-ts-tests.el
index 499e59486d1..3046187ca05 100644
--- a/test/clojure-ts-mode/cider-connection-ts-tests.el
+++ b/test/clojure-ts-mode/cider-connection-ts-tests.el
@@ -1,6 +1,6 @@
;;; cider-connection-ts-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/clojure-ts-mode/cider-find-ts-tests.el
b/test/clojure-ts-mode/cider-find-ts-tests.el
index d3db256f3f7..a0fd3b14519 100644
--- a/test/clojure-ts-mode/cider-find-ts-tests.el
+++ b/test/clojure-ts-mode/cider-find-ts-tests.el
@@ -1,6 +1,6 @@
;;; cider-find-ts-tests.el --- -*- lexical-binding: t;
-*-
-;; Copyright (C) 2025 Roman Rudakov
+;; Copyright (C) 2025-2026 Roman Rudakov
;; Author: Roman Rudakov <[email protected]>
diff --git a/test/clojure-ts-mode/cider-selector-ts-tests.el
b/test/clojure-ts-mode/cider-selector-ts-tests.el
index 86aeb48479f..79829dcd592 100644
--- a/test/clojure-ts-mode/cider-selector-ts-tests.el
+++ b/test/clojure-ts-mode/cider-selector-ts-tests.el
@@ -1,6 +1,6 @@
;;; cider-selector-ts-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/clojure-ts-mode/cider-util-ts-tests.el
b/test/clojure-ts-mode/cider-util-ts-tests.el
index 3eeede01670..19cba5ae929 100644
--- a/test/clojure-ts-mode/cider-util-ts-tests.el
+++ b/test/clojure-ts-mode/cider-util-ts-tests.el
@@ -1,6 +1,6 @@
;;; cider-util-ts-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/integration/integration-test-utils.el
b/test/integration/integration-test-utils.el
index bdefeba8343..c9f6b8749ec 100644
--- a/test/integration/integration-test-utils.el
+++ b/test/integration/integration-test-utils.el
@@ -1,6 +1,6 @@
;;; integration-test-utils.el -*- lexical-binding: t; -*-
-;; Copyright © 2022-2025 Ioannis Kappas
+;; Copyright © 2022-2026 Ioannis Kappas
;; This file is NOT part of GNU Emacs.
diff --git a/test/integration/integration-tests.el
b/test/integration/integration-tests.el
index c929949e2b7..ccecda7ded7 100644
--- a/test/integration/integration-tests.el
+++ b/test/integration/integration-tests.el
@@ -1,6 +1,6 @@
;;; integration-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2022-2025 Ioannis Kappas
+;; Copyright © 2022-2026 Ioannis Kappas
;; This file is NOT part of GNU Emacs.
diff --git a/test/nrepl-bencode-tests.el b/test/nrepl-bencode-tests.el
index 410c5f186cf..29851ee07bb 100644
--- a/test/nrepl-bencode-tests.el
+++ b/test/nrepl-bencode-tests.el
@@ -1,6 +1,6 @@
;;; nrepl-bencode-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/nrepl-client-tests.el b/test/nrepl-client-tests.el
index 3df845181aa..56a12f16a4f 100644
--- a/test/nrepl-client-tests.el
+++ b/test/nrepl-client-tests.el
@@ -1,6 +1,6 @@
;;; nrepl-client-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/nrepl-dict-tests.el b/test/nrepl-dict-tests.el
index b84c7cd4266..017bdcfb73c 100644
--- a/test/nrepl-dict-tests.el
+++ b/test/nrepl-dict-tests.el
@@ -1,6 +1,6 @@
;;; nrepl-dict-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/nrepl-server-mock.el b/test/nrepl-server-mock.el
index 4b3eb98d000..f1f3a5d2e92 100644
--- a/test/nrepl-server-mock.el
+++ b/test/nrepl-server-mock.el
@@ -1,6 +1,6 @@
;; nrepl-server-mock.el --- Mock nREPL server -*- lexical-binding: t; -*-
-;; Copyright © 2021-2025 Ioannis Kappas
+;; Copyright © 2021-2026 Ioannis Kappas
;; This file is NOT part of GNU Emacs.
diff --git a/test/utils/cider-connection-test-utils.el
b/test/utils/cider-connection-test-utils.el
index b6da58e031b..336266663ee 100644
--- a/test/utils/cider-connection-test-utils.el
+++ b/test/utils/cider-connection-test-utils.el
@@ -1,6 +1,6 @@
;;; cider-connection-test-utils.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/utils/cider-selector-test-utils.el
b/test/utils/cider-selector-test-utils.el
index 86f9bc59c6d..92faac81ea2 100644
--- a/test/utils/cider-selector-test-utils.el
+++ b/test/utils/cider-selector-test-utils.el
@@ -1,6 +1,6 @@
;;; cider-selector-test-utils.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2026 Tim King, Bozhidar Batsov
;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
diff --git a/test/utils/nrepl-tests-utils.el b/test/utils/nrepl-tests-utils.el
index 64b7e4af3a1..e301f1f094a 100644
--- a/test/utils/nrepl-tests-utils.el
+++ b/test/utils/nrepl-tests-utils.el
@@ -1,6 +1,6 @@
;;; nrepl-test-utils.el -*- lexical-binding: t; -*-
-;; Copyright © 2021-2025 Ioannis Kappas
+;; Copyright © 2021-2026 Ioannis Kappas
;; This file is NOT part of GNU Emacs.