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

Diff for: README.md

+1-1
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

Diff for: clojure-mode.el

+2-1
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 <[email protected]>
77
;; Lennart Staflin <[email protected]>
88
;; Phil Hagelberg <[email protected]>
99
;; Bozhidar Batsov <[email protected]>
1010
;; Artur Malabarba <[email protected]>
11+
;; Magnar Sveen <[email protected]>
1112
;; Maintainer: Bozhidar Batsov <[email protected]>
1213
;; URL: http://github.com/clojure-emacs/clojure-mode
1314
;; Keywords: languages clojure clojurescript lisp

0 commit comments

Comments
 (0)