branch: elpa/inf-clojure commit 91f41210166073f1e6c4bc6049559be2d6460211 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Bump 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 7ff5a2d..4bde87d 100644 --- a/README.md +++ b/README.md @@ -454,7 +454,7 @@ This creates `.inf-clojure.log` in the project directory so that you can `tail - ## License -Copyright © 2014-2020 Bozhidar Batsov and [contributors][]. +Copyright © 2014-2021 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 35c7307..3b23cce 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-2020 Bozhidar Batsov +;; Copyright © 2014-2021 Bozhidar Batsov ;; Authors: Bozhidar Batsov <bozhi...@batsov.com> ;; Olin Shivers <shiv...@cs.cmu.edu>