branch: elpa/clojure-mode commit ac17cac6800cbbcef4d3a03b745c28b3dd8d3222 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Add @magnars to the list of authors After all, he's the person behind all the refactoring code that used to leave in clj-refactor.el originally. --- README.md | 2 +- clojure-mode.el | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f708ea2..dd1c0a5 100644 --- a/README.md +++ b/README.md @@ -535,7 +535,7 @@ An extensive changelog is available [here](CHANGELOG.md). ## License Copyright © 2007-2021 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar -Batsov, Artur Malabarba and [contributors][]. +Batsov, Artur Malabarba, Magnar Sveen and [contributors][]. Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to view it. diff --git a/clojure-mode.el b/clojure-mode.el index 4d7f046..2efd460 100644 --- a/clojure-mode.el +++ b/clojure-mode.el @@ -1,13 +1,14 @@ ;;; clojure-mode.el --- Major mode for Clojure code -*- lexical-binding: t; -*- ;; Copyright © 2007-2013 Jeffrey Chu, Lennart Staflin, Phil Hagelberg -;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba +;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba, Magnar Sveen ;; ;; Authors: Jeffrey Chu <joc...@gmail.com> ;; Lennart Staflin <le...@lysator.liu.se> ;; Phil Hagelberg <technoma...@gmail.com> ;; Bozhidar Batsov <bozhi...@batsov.com> ;; Artur Malabarba <bruce.connor...@gmail.com> +;; Magnar Sveen <magn...@gmail.com> ;; Maintainer: Bozhidar Batsov <bozhi...@batsov.com> ;; URL: http://github.com/clojure-emacs/clojure-mode ;; Keywords: languages clojure clojurescript lisp