emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/clojure-mode ac17cac 1/2: Add @magnars to the list of auth


From: ELPA Syncer
Subject: [nongnu] elpa/clojure-mode ac17cac 1/2: Add @magnars to the list of authors
Date: Wed, 10 Nov 2021 05:57:40 -0500 (EST)

branch: elpa/clojure-mode
commit ac17cac6800cbbcef4d3a03b745c28b3dd8d3222
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@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 <jochu0@gmail.com>
 ;;       Lennart Staflin <lenst@lysator.liu.se>
 ;;       Phil Hagelberg <technomancy@gmail.com>
 ;;       Bozhidar Batsov <bozhidar@batsov.com>
 ;;       Artur Malabarba <bruce.connor.am@gmail.com>
+;;       Magnar Sveen <magnars@gmail.com>
 ;; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
 ;; URL: http://github.com/clojure-emacs/clojure-mode
 ;; Keywords: languages clojure clojurescript lisp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]