summaryrefslogtreecommitdiff
path: root/cider-resolve.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-01-04 01:23:23 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2017-01-04 01:23:23 +0200
commit1ce1d9998fc756d3dbbb491cc6f4f0c4c397b450 (patch)
tree491e87d8deb178ecaaed39156e3069407ad3f6d3 /cider-resolve.el
parent1d335332c5b4f57f3b6c9d41c8af2445cfbcd484 (diff)
Update the copyright years in the source code
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 b8094a90..6f9f8ebf 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 Bozhidar Batsov, Artur Malabarba and CIDER contributors
+;; Copyright © 2015-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>