summaryrefslogtreecommitdiff
path: root/cider-macroexpansion.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-23 18:18:34 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-23 18:23:51 +0200
commit013f5e83404a6a452ff4cf10fcb53860348d925e (patch)
tree684fc99718651914d096d2de1064e76de31b1842 /cider-macroexpansion.el
parent9af7742f981f7afce7121b1c449a5d6cc29f2aa6 (diff)
Acknowledge properly @Malabarba's amazing contributions to CIDER
Diffstat (limited to 'cider-macroexpansion.el')
-rw-r--r--cider-macroexpansion.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/cider-macroexpansion.el b/cider-macroexpansion.el
index 3b87d31d..12db2313 100644
--- a/cider-macroexpansion.el
+++ b/cider-macroexpansion.el
@@ -1,11 +1,12 @@
;;; cider-macroexpansion.el --- Macro expansion support -*- lexical-binding: t -*-
;; Copyright © 2012-2016 Tim King, Phil Hagelberg
-;; Copyright © 2013-2016 Bozhidar Batsov, Hugo Duncan, Steve Purcell
+;; Copyright © 2013-2016 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
+;; Artur Malabarba <bruce.connor.am@gmail.com>
;; Hugo Duncan <hugo@hugoduncan.org>
;; Steve Purcell <steve@sanityinc.com>