summaryrefslogtreecommitdiff
path: root/cider-resolve.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-27 11:57:39 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-27 11:57:39 +0300
commitf12c7e1fdf40e12285b54cd4b8b8b32a460b4959 (patch)
tree24fa0badf95f3c1fa8d014ad3ed6569dbcfcb468 /cider-resolve.el
parentf69dc228c84caac31d25d804a1a6c77b74e1ac8a (diff)
Update a few copyright headers
Diffstat (limited to 'cider-resolve.el')
-rw-r--r--cider-resolve.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-resolve.el b/cider-resolve.el
index 51c82028..6f32ade2 100644
--- a/cider-resolve.el
+++ b/cider-resolve.el
@@ -1,6 +1,6 @@
;;; cider-resolve.el --- Resolve clojure symbols according to current nREPL connection
-;; Copyright © 2015-2016 Artur Malabarba
+;; Copyright © 2015-2016 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>