summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-03-01 09:17:50 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2015-03-01 09:17:50 +0200
commit8bc09037a4b15bad2af2aeec9e5398b1f0f8f8f2 (patch)
tree3315e395e1dce48c77a9d9c71ee50c4cb7b25a4b /cider.el
parent262119dcc5a64f81829b932cfa204dc1fcf8ae71 (diff)
Update copyright years
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider.el b/cider.el
index 2e46ed90..c7d4772f 100644
--- a/cider.el
+++ b/cider.el
@@ -1,7 +1,7 @@
;;; cider.el --- Clojure Integrated Development Environment and REPL -*- lexical-binding: t -*-
-;; Copyright © 2012-2014 Tim King, Phil Hagelberg
-;; Copyright © 2013-2014 Bozhidar Batsov, Hugo Duncan, Steve Purcell
+;; Copyright © 2012-2015 Tim King, Phil Hagelberg
+;; Copyright © 2013-2015 Bozhidar Batsov, Hugo Duncan, Steve Purcell
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>