summaryrefslogtreecommitdiff
path: root/cider-eval.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2019-01-01 09:59:42 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2019-01-01 09:59:42 +0200
commit73c85bec1cd675a1afacec42c1330174447fd9a1 (patch)
treeb57e5b3a7b3356e3b3f470c955bf65bba9d0fb2b /cider-eval.el
parent4242c6a54666cf6122de69edd1acb4b449910682 (diff)
Bump the copyright years
Diffstat (limited to 'cider-eval.el')
-rw-r--r--cider-eval.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-eval.el b/cider-eval.el
index 4f51c4ce..946d55ee 100644
--- a/cider-eval.el
+++ b/cider-eval.el
@@ -1,7 +1,7 @@
;;; cider-eval.el --- Interactive evaluation (compilation) functionality -*- lexical-binding: t -*-
;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
+;; Copyright © 2013-2019 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>