branch: elpa/inf-clojure
commit 2e8a408c0ed969a81d1087651c7af6f8ca1355b1
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Update copyright year to 2026
---
 README.md                 | 2 +-
 inf-clojure.el            | 2 +-
 test/inf-clojure-tests.el | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index efb462d24e..de94ada42b 100644
--- a/README.md
+++ b/README.md
@@ -489,7 +489,7 @@ This creates `.inf-clojure.log` in the project directory so 
that you can `tail -
 
 ## License
 
-Copyright © 2014-2025 Bozhidar Batsov and [contributors][].
+Copyright © 2014-2026 Bozhidar Batsov and [contributors][].
 
 Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to 
view it.
 
diff --git a/inf-clojure.el b/inf-clojure.el
index a0923c22b7..5722311416 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -1,6 +1,6 @@
 ;;; inf-clojure.el --- Basic interaction with a Clojure REPL -*- 
lexical-binding: t; -*-
 
-;; Copyright © 2014-2025 Bozhidar Batsov
+;; Copyright © 2014-2026 Bozhidar Batsov
 
 ;; Authors: Bozhidar Batsov <[email protected]>
 ;;       Olin Shivers <[email protected]>
diff --git a/test/inf-clojure-tests.el b/test/inf-clojure-tests.el
index 6271b97964..c4cd495e4e 100644
--- a/test/inf-clojure-tests.el
+++ b/test/inf-clojure-tests.el
@@ -1,6 +1,6 @@
 ;;; inf-clojure-tests.el --- Tests for Inf-Clojure -*- lexical-binding: t; -*-
 ;;
-;; Copyright © 2014-2025 Bozhidar Batsov
+;; Copyright © 2014-2026 Bozhidar Batsov
 
 ;; Authors: Bozhidar Batsov <[email protected]>
 ;;          Andrea Richiardi <[email protected]>

Reply via email to