branch: elpa/inf-clojure commit 9caed3e1434c5451b9e7d29235f566be6618e530 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Update the copyright years --- README.md | 2 +- inf-clojure.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa07de7..1dd5756 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ jline.terminal=unsupported ## License -Copyright © 2014-2016 Bozhidar Batsov and [contributors][]. +Copyright © 2014-2017 Bozhidar Batsov and [contributors][]. Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to view it. diff --git a/inf-clojure.el b/inf-clojure.el index 9c7ea58..f253224 100644 --- a/inf-clojure.el +++ b/inf-clojure.el @@ -1,6 +1,6 @@ ;;; inf-clojure.el --- Run an external Clojure process in an Emacs buffer -*- lexical-binding: t; -*- -;; Copyright © 2014-2016 Bozhidar Batsov +;; Copyright © 2014-2017 Bozhidar Batsov ;; Authors: Bozhidar Batsov <bozhi...@batsov.com> ;; Olin Shivers <shiv...@cs.cmu.edu>