Skip to content

Commit ac17cac

Browse files
committed
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.
1 parent feb03a6 commit ac17cac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ An extensive changelog is available [here](CHANGELOG.md).
535535
## License
536536

537537
Copyright © 2007-2021 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar
538-
Batsov, Artur Malabarba and [contributors][].
538+
Batsov, Artur Malabarba, Magnar Sveen and [contributors][].
539539

540540
Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to view it.
541541

clojure-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
;;; clojure-mode.el --- Major mode for Clojure code -*- lexical-binding: t; -*-
22

33
;; Copyright © 2007-2013 Jeffrey Chu, Lennart Staflin, Phil Hagelberg
4-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba
4+
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba, Magnar Sveen
55
;;
66
;; Authors: Jeffrey Chu <jochu0@gmail.com>
77
;; Lennart Staflin <lenst@lysator.liu.se>
88
;; Phil Hagelberg <technomancy@gmail.com>
99
;; Bozhidar Batsov <bozhidar@batsov.com>
1010
;; Artur Malabarba <bruce.connor.am@gmail.com>
11+
;; Magnar Sveen <magnars@gmail.com>
1112
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
1213
;; URL: http://github.com/clojure-emacs/clojure-mode
1314
;; Keywords: languages clojure clojurescript lisp

0 commit comments

Comments
 (0)