summaryrefslogtreecommitdiff
path: root/cider-selector.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-selector.el
parent533da079f0894177645ac51305fecba49932880c (diff)
Bump the copyright years
Diffstat (limited to 'cider-selector.el')
-rw-r--r--cider-selector.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-selector.el b/cider-selector.el
index ba85f703..dc6b4ea2 100644
--- a/cider-selector.el
+++ b/cider-selector.el
@@ -1,7 +1,7 @@
;;; cider-selector.el --- Buffer selection command inspired by SLIME's selector -*- lexical-binding: t -*-
;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
+;; Copyright © 2013-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>