branch: elpa/inf-clojure commit 7e86eaff698addbd73a0fe22ae7ec9ff57f5b5a0 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 67189fe..6034312 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ jline.terminal=unsupported ## License -Copyright © 2014-2015 Bozhidar Batsov and [contributors][]. +Copyright © 2014-2016 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 7f1f7d4..e0b8cf5 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-2015 Bozhidar Batsov +;; Copyright © 2014-2016 Bozhidar Batsov ;; Authors: Bozhidar Batsov <bozhi...@batsov.com> ;; Olin Shivers <shiv...@cs.cmu.edu>