[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/cider e33067498a: Bump the copyright years
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/cider e33067498a: Bump the copyright years |
Date: |
Sat, 11 Jan 2025 18:59:33 -0500 (EST) |
branch: elpa/cider
commit e33067498a089157af28dbed180117d8b8a3605e
Author: Bozhidar Batsov <bbatsov@Bozhidars-Mac-mini.local>
Commit: Bozhidar Batsov <bbatsov@Bozhidars-Mac-mini.local>
Bump 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 ++--
doc/modules/ROOT/pages/about/license.adoc | 2 +-
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/enrich/cider-docstring-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/nrepl-tests-utils.el | 2 +-
81 files changed, 92 insertions(+), 92 deletions(-)
diff --git a/README.md b/README.md
index b5156e5015..cb25a2f100 100644
--- a/README.md
+++ b/README.md
@@ -263,7 +263,7 @@ site. [[Become a
sponsor](https://opencollective.com/cider#sponsor)]
CIDER is distributed under the GNU General Public License, version 3.
-Copyright © 2012-2024 Bozhidar Batsov, Artur Malabarba, Tim King, Phil
Hagelberg and
+Copyright © 2012-2025 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 b94e27ed8c..1cf50647ca 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-2024 Jeff Valk, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2025 Jeff Valk, Bozhidar Batsov and CIDER contributors
;;
;; Author: Jeff Valk <jv@jeffvalk.com>
diff --git a/cider-browse-ns.el b/cider-browse-ns.el
index 4e9e6be79d..ce35b5a62e 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-2024 John Andrews, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2025 John Andrews, Bozhidar Batsov and CIDER contributors
;; Author: John Andrews <john.m.andrews@gmail.com>
diff --git a/cider-browse-spec.el b/cider-browse-spec.el
index 7163a25f12..eb9d281665 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-2024 Juan Monetta, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2017-2025 Juan Monetta, Bozhidar Batsov and CIDER contributors
;; Author: Juan Monetta <jpmonettas@gmail.com>
diff --git a/cider-cheatsheet.el b/cider-cheatsheet.el
index fbc07dad6d..6babaebcb2 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-2024 Kris Jenkins, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2019-2025 Kris Jenkins, Bozhidar Batsov and CIDER contributors
;;
;; Author: Kris Jenkins <krisajenkins@gmail.com>
;; Kato Muso <m@katomuso.io>
diff --git a/cider-classpath.el b/cider-classpath.el
index 3ebe865025..55ed6ac6bd 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-2024 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2025 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 26b222998c..df4eacfedb 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-2024 Bozhidar Batsov
+;; Copyright © 2013-2025 Bozhidar Batsov
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/cider-clojuredocs.el b/cider-clojuredocs.el
index bfe8800ded..0cbb99706e 100644
--- a/cider-clojuredocs.el
+++ b/cider-clojuredocs.el
@@ -1,6 +1,6 @@
;;; cider-clojuredocs.el --- ClojureDocs integration -*- lexical-binding: t -*-
-;; Copyright © 2014-2024 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2025 Bozhidar Batsov and CIDER contributors
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/cider-common.el b/cider-common.el
index f3e6582f91..e038d209f8 100644
--- a/cider-common.el
+++ b/cider-common.el
@@ -1,6 +1,6 @@
;;; cider-common.el --- Common use functions -*- lexical-binding: t;
-*-
-;; Copyright © 2015-2024 Artur Malabarba
+;; Copyright © 2015-2025 Artur Malabarba
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-completion-context.el b/cider-completion-context.el
index 3ebbf203f6..7eca77cf86 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-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
;; Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-completion.el b/cider-completion.el
index 1e89adca2a..78e64fd107 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-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
;; Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-connection.el b/cider-connection.el
index 35a8f2f041..e1db6c595d 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-2024 Artur Malabarba, Bozhidar Batsov, Vitalie Spinu and
CIDER contributors
+;; Copyright © 2019-2025 Artur Malabarba, Bozhidar Batsov, Vitalie Spinu and
CIDER contributors
;;
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/cider-debug.el b/cider-debug.el
index 5b9a69b38b..15ccd2720e 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-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-doc.el b/cider-doc.el
index d76c205e20..d9d4d64668 100644
--- a/cider-doc.el
+++ b/cider-doc.el
@@ -1,6 +1,6 @@
;;; cider-doc.el --- CIDER documentation functionality -*- lexical-binding: t
-*-
-;; Copyright © 2014-2024 Bozhidar Batsov, Jeff Valk and CIDER contributors
+;; Copyright © 2014-2025 Bozhidar Batsov, Jeff Valk and CIDER contributors
;; Author: Jeff Valk <jv@jeffvalk.com>
diff --git a/cider-docstring.el b/cider-docstring.el
index 2ff46e1e4c..700f3c1bd1 100644
--- a/cider-docstring.el
+++ b/cider-docstring.el
@@ -1,6 +1,6 @@
;;; cider-docstring.el --- Docstring rendering -*- lexical-binding: t -*-
-;; Copyright © 2013-2024 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2013-2025 Bozhidar Batsov and CIDER contributors
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/cider-eldoc.el b/cider-eldoc.el
index 1137046bbe..a787393ba9 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-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-eval.el b/cider-eval.el
index e5a68c464d..8ca3445259 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-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-find.el b/cider-find.el
index 0af706e241..baabf8bf14 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-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
;; Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-format.el b/cider-format.el
index 2673430f58..a2b0bcb45d 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-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
;; Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-inspector.el b/cider-inspector.el
index 17567b555d..dd24103ad9 100644
--- a/cider-inspector.el
+++ b/cider-inspector.el
@@ -1,7 +1,7 @@
;;; cider-inspector.el --- Object inspector -*- lexical-binding: t -*-
-;; Copyright © 2013-2024 Vital Reactor, LLC
-;; Copyright © 2014-2024 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2013-2025 Vital Reactor, LLC
+;; Copyright © 2014-2025 Bozhidar Batsov and CIDER contributors
;; Author: Ian Eslick <ian@vitalreactor.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/cider-jar.el b/cider-jar.el
index 006ad7ec87..49eb6b4ad9 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-2024 Arne Brasseur
+;; Copyright © 2022-2025 Arne Brasseur
;;
;; Author: Arne Brasseur <arne@arnebrasseur.net>
diff --git a/cider-log.el b/cider-log.el
index 4f01f41cda..3a304507e1 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-2024 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2023-2025 Bozhidar Batsov and CIDER contributors
;; Author: r0man <roman@burningswell.com>
diff --git a/cider-macroexpansion.el b/cider-macroexpansion.el
index e445c4331d..484827273e 100644
--- a/cider-macroexpansion.el
+++ b/cider-macroexpansion.el
@@ -1,7 +1,7 @@
;;; cider-macroexpansion.el --- Macro expansion support -*- lexical-binding: t
-*-
-;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-mode.el b/cider-mode.el
index 780a77ca26..64567b46a5 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-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-ns.el b/cider-ns.el
index 70e06d0be9..31018b76f1 100644
--- a/cider-ns.el
+++ b/cider-ns.el
@@ -1,6 +1,6 @@
;;; cider-ns.el --- Namespace manipulation functionality -*- lexical-binding:
t -*-
-;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
;; Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-overlays.el b/cider-overlays.el
index 511f89a19c..f1808fafcd 100644
--- a/cider-overlays.el
+++ b/cider-overlays.el
@@ -1,6 +1,6 @@
;;; cider-overlays.el --- Managing CIDER overlays -*- lexical-binding: t; -*-
-;; Copyright © 2015-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-popup.el b/cider-popup.el
index 0f0e43e0b3..316b6a2b39 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-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-profile.el b/cider-profile.el
index 792d4b54ec..3f38bda572 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-2024 Edwin Watkeys and CIDER contributors
+;; Copyright © 2014-2025 Edwin Watkeys and CIDER contributors
;; Author: Edwin Watkeys <edw@poseur.com>
;; Juan E. Maya <jmayaalv@gmail.com>
diff --git a/cider-repl-history.el b/cider-repl-history.el
index c205b65027..618cadb626 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-2024 John Valente and browse-kill-ring authors
+;; Copyright (c) 2017-2025 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 6c89426fbe..c03a050f9e 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-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-resolve.el b/cider-resolve.el
index eaa49d6301..421242078c 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-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-scratch.el b/cider-scratch.el
index 07de719c6a..d82699ba92 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-2024 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2025 Bozhidar Batsov and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-selector.el b/cider-selector.el
index ec4a6503d0..e729a8a30d 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-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index 930193897a..41f9b36289 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -1,6 +1,6 @@
;;; cider-stacktrace.el --- Stacktrace navigator -*- lexical-binding: t -*-
-;; Copyright © 2014-2024 Jeff Valk, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2025 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Author: Jeff Valk <jv@jeffvalk.com>
diff --git a/cider-test.el b/cider-test.el
index b67021cea0..5190fb9d0b 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -1,6 +1,6 @@
;;; cider-test.el --- Test result viewer -*- lexical-binding: t -*-
-;; Copyright © 2014-2024 Jeff Valk, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2025 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Author: Jeff Valk <jv@jeffvalk.com>
diff --git a/cider-tracing.el b/cider-tracing.el
index f466fc8f9e..bccaea4077 100644
--- a/cider-tracing.el
+++ b/cider-tracing.el
@@ -1,6 +1,6 @@
;;; cider-tracing.el --- Executing tracing functionality -*- lexical-binding:
t -*-
-;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
;; Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-util.el b/cider-util.el
index 8316af962c..4cd4244395 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-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-xref-backend.el b/cider-xref-backend.el
index 4b3ca4b0d3..0d6a4ca9c2 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-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
;; Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-xref.el b/cider-xref.el
index 453d1ef416..0d49073ace 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-2024 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2019-2025 Bozhidar Batsov and CIDER contributors
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/cider.el b/cider.el
index cc6c82d06c..69dc7d2f0c 100644
--- a/cider.el
+++ b/cider.el
@@ -1,7 +1,7 @@
;;; cider.el --- Clojure Interactive Development Environment that Rocks -*-
lexical-binding: t -*-
-;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/doc/modules/ROOT/pages/about/license.adoc
b/doc/modules/ROOT/pages/about/license.adoc
index afc25969ef..fa68717cc0 100644
--- a/doc/modules/ROOT/pages/about/license.adoc
+++ b/doc/modules/ROOT/pages/about/license.adoc
@@ -21,4 +21,4 @@ NOTE: Reach out to Bozhidar if you have any questions about
licensing.
== Copyright
-© 2012-2024 Bozhidar Batsov, Artur Malabarba, Tim King, Phil Hagelberg and
CIDER contributors.
+© 2012-2025 Bozhidar Batsov, Artur Malabarba, Tim King, Phil Hagelberg and
CIDER contributors.
diff --git a/nrepl-client.el b/nrepl-client.el
index ed29fc8a1c..3479d38575 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-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/nrepl-dict.el b/nrepl-dict.el
index d8daeb5cf9..97f8c9e45b 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-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
+;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/test/cider-apropos-tests.el b/test/cider-apropos-tests.el
index c8114459b9..0d3f04b413 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-browse-ns-tests.el b/test/cider-browse-ns-tests.el
index 7fe5cf226e..fa6c4a1563 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-browse-spec-tests.el b/test/cider-browse-spec-tests.el
index df359d7924..58e66f3827 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-2024 r0man, Bozhidar Batsov
+;; Copyright © 2012-2025 r0man, Bozhidar Batsov
;; Author: r0man <roman@burningswell.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-classpath-tests.el b/test/cider-classpath-tests.el
index 99aaf98575..a72d73061e 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-client-tests.el b/test/cider-client-tests.el
index 7fbf8360ce..b83b2494d7 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-clojuredocs-tests.el b/test/cider-clojuredocs-tests.el
index bac2a4e2e1..564dec73fb 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-common-tests.el b/test/cider-common-tests.el
index 3d42e0a411..2f1666bf63 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-completion-context-tests.el
b/test/cider-completion-context-tests.el
index e1e970451a..9bd40b0dba 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-2024 Bozhidar Batsov
+;; Copyright © 2012-2025 Bozhidar Batsov
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-completion-tests.el b/test/cider-completion-tests.el
index a8f58f798b..f8368c39d4 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-2024 Bozhidar Batsov
+;; Copyright © 2012-2025 Bozhidar Batsov
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-connection-tests.el b/test/cider-connection-tests.el
index 37875eddc7..60a6765e2d 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-2024 Tim King, Bozhidar Batsov, Vitalie Spinu
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov, Vitalie Spinu
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-debug-tests.el b/test/cider-debug-tests.el
index 2bb5d6e601..ecdfe553a4 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-doc-tests.el b/test/cider-doc-tests.el
index bc272dc08d..6abae8137c 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-2024 Bozhidar Batsov
+;; Copyright © 2023-2025 Bozhidar Batsov
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-eldoc-tests.el b/test/cider-eldoc-tests.el
index 5611df4470..143be9bafd 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-error-parsing-tests.el
b/test/cider-error-parsing-tests.el
index a4361ac3fd..7400b6525f 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-eval-tests.el b/test/cider-eval-tests.el
index fda7b7a234..8f638e664f 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-2024 Arne Brasseur
+;; Copyright © 2012-2025 Arne Brasseur
;; Author: Arne Brasseur
diff --git a/test/cider-find-tests.el b/test/cider-find-tests.el
index 465dfc5dcf..96a5fbf377 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-2024 Bozhidar Batsov
+;; Copyright © 2012-2025 Bozhidar Batsov
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-inspector-tests.el b/test/cider-inspector-tests.el
index 0d2060de5b..a2c2b11067 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-2024 Bozhidar Batsov
+;; Copyright © 2012-2025 Bozhidar Batsov
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-interaction-tests.el b/test/cider-interaction-tests.el
index f511267c80..ad9f30edc4 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-jar-tests.el b/test/cider-jar-tests.el
index faf1731096..0892eba3c7 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-2024 Arne Brasseur
+;; Copyright © 2012-2025 Arne Brasseur
;; Author: Arne Brasseur <arne@arnebrasseur.net>
diff --git a/test/cider-log-tests.el b/test/cider-log-tests.el
index 200874c606..e83eafee14 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-2024 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2023-2025 Bozhidar Batsov and CIDER contributors
;; Author: r0man <roman@burningswell.com>
diff --git a/test/cider-ns-tests.el b/test/cider-ns-tests.el
index ab98499beb..2bfedf3332 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-2024 Bozhidar Batsov
+;; Copyright © 2019-2025 Bozhidar Batsov
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-overlay-tests.el b/test/cider-overlay-tests.el
index 362e472ed0..f7102ecd06 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-2024 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
+;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER
contributors
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/test/cider-repl-tests.el b/test/cider-repl-tests.el
index 9d7535d305..250c321819 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-selector-tests.el b/test/cider-selector-tests.el
index 76243e68fd..ed579895c2 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-stacktrace-tests.el b/test/cider-stacktrace-tests.el
index d531a32dfb..7c0c9d8fc0 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-test-tests.el b/test/cider-test-tests.el
index 4e636407fe..a090b8a062 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-2024 Bozhidar Batsov
+;; Copyright © 2023-2025 Bozhidar Batsov
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-tests--no-auto.el b/test/cider-tests--no-auto.el
index 9a5851a953..53961d5fa0 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-2024 Jeff Valk, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2025 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Author: Jeff Valk <jv@jeffvalk.com>
diff --git a/test/cider-tests.el b/test/cider-tests.el
index d28ad09ba5..53fd972593 100644
--- a/test/cider-tests.el
+++ b/test/cider-tests.el
@@ -1,6 +1,6 @@
;;; cider-tests.el -*- lexical-binding: t; -*-
-;; Copyright © 2012-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-util-tests.el b/test/cider-util-tests.el
index 9c2e612e07..656e7f2dbb 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/enrich/cider-docstring-tests.el
b/test/enrich/cider-docstring-tests.el
index fa5de17091..ab5dcc14dc 100644
--- a/test/enrich/cider-docstring-tests.el
+++ b/test/enrich/cider-docstring-tests.el
@@ -1,7 +1,7 @@
;; -*- lexical-binding: t; -*-
;;; cider-docstring-tests.el
-;; Copyright © 2012-2024 Bozhidar Batsov
+;; Copyright © 2012-2025 Bozhidar Batsov
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/integration/integration-test-utils.el
b/test/integration/integration-test-utils.el
index e31c757d30..bdefeba834 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-2024 Ioannis Kappas
+;; Copyright © 2022-2025 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 1bfa2baaf5..71081a995f 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-2024 Ioannis Kappas
+;; Copyright © 2022-2025 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 cb7b7d2ac8..a4e3e59cbb 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/nrepl-client-tests.el b/test/nrepl-client-tests.el
index 43c776e952..3df845181a 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/nrepl-dict-tests.el b/test/nrepl-dict-tests.el
index 5337eec0d9..b84c7cd426 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/nrepl-server-mock.el b/test/nrepl-server-mock.el
index 4f5c96d663..e2724b09dc 100644
--- a/test/nrepl-server-mock.el
+++ b/test/nrepl-server-mock.el
@@ -1,6 +1,6 @@
;; nrepl-server-mock.el -*- lexical-binding: t; -*-
-;; Copyright © 2021-2024 Ioannis Kappas
+;; Copyright © 2021-2025 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 c6d8a1f7d5..b6da58e031 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-2024 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2025 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/utils/nrepl-tests-utils.el b/test/utils/nrepl-tests-utils.el
index 956fd91abb..11ec71f3e8 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-2024 Ioannis Kappas
+;; Copyright © 2021-2025 Ioannis Kappas
;; This file is NOT part of GNU Emacs.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/cider e33067498a: Bump the copyright years,
ELPA Syncer <=