summaryrefslogtreecommitdiff
path: root/cider-resolve.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-01-01 19:58:13 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-01-01 19:58:13 +0200
commit3e9ed12e8cfbad04d7618e649322765dc9bff5d6 (patch)
tree8448ce2cce3b8c73985e6baf474e432d1ddeb866 /cider-resolve.el
parent533da079f0894177645ac51305fecba49932880c (diff)
Bump the copyright years
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 fa328aff..454663b8 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-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
+;; Copyright © 2015-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>