branch: elpa/clojure-ts-mode commit cae705d74affc5465f2b6536c80dd927c9e46f4c Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Update copyright --- README.md | 2 +- clojure-ts-mode.el | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2f121b3c8..d5407bc09f 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ Currently, there is an [open PR](https://github.com/clojure-emacs/inf-clojure/pu ## License -Copyright © 2022-2025 Danny Freeman and [contributors][]. +Copyright © 2022-2025 Danny Freeman, Bozhidar Batsov and [contributors][]. Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to view it. diff --git a/clojure-ts-mode.el b/clojure-ts-mode.el index 29fe1b2091..b893a7bd5f 100644 --- a/clojure-ts-mode.el +++ b/clojure-ts-mode.el @@ -1,9 +1,10 @@ ;;; clojure-ts-mode.el --- Major mode for Clojure code -*- lexical-binding: t; -*- -;; Copyright © 2022-2025 Danny Freeman +;; Copyright © 2022-2025 Danny Freeman, Bozhidar Batsov and contributors ;; ;; Authors: Danny Freeman <danny@dfreeman.email> -;; Maintainer: Danny Freeman <danny@dfreeman.email> +;; Bozhidar Batsov <bozhi...@batsov.dev> +;; Maintainer: Bozhidar Batsov <bozhi...@batsov.dev> ;; URL: http://github.com/clojure-emacs/clojure-ts-mode ;; Keywords: languages clojure clojurescript lisp ;; Version: 0.3.0-snapshot