branch: elpa/inf-clojure commit aff7407a7571c184a9f9c553498f0ce420ee35a5 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Bump the copyright years --- README.md | 2 +- inf-clojure.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb81008cb0..8b0a969bc2 100644 --- a/README.md +++ b/README.md @@ -495,7 +495,7 @@ This creates `.inf-clojure.log` in the project directory so that you can `tail - ## License -Copyright © 2014-2022 Bozhidar Batsov and [contributors][]. +Copyright © 2014-2025 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 5634f9a636..f0c7ea570e 100644 --- a/inf-clojure.el +++ b/inf-clojure.el @@ -1,6 +1,6 @@ ;;; inf-clojure.el --- Run an external Clojure process in an Emacs buffer -*- lexical-binding: t; -*- -;; Copyright © 2014-2022 Bozhidar Batsov +;; Copyright © 2014-2025 Bozhidar Batsov ;; Authors: Bozhidar Batsov <bozhi...@batsov.dev> ;; Olin Shivers <shiv...@cs.cmu.edu>