branch: elpa/inf-clojure
commit 75f6fab37382b0d44f6513dd46ca5df740394d69
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Update copyright years
---
 README.md      | 4 ++--
 inf-clojure.el | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a4052cb..9bdbffe 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Add the following to your Emacs config to enable
 
 In Windows, the repl not returning anything. For example, `(+ 1 1)` and 
`ENTER`, the cursor just drops to new line and nothing shown.
 
-The explanation of this problem and solution can be found here 
https://groups.google.com/forum/#!topic/leiningen/48M-xvcI2Ng . 
+The explanation of this problem and solution can be found here 
https://groups.google.com/forum/#!topic/leiningen/48M-xvcI2Ng .
 
 The solution is to create file named `.jline.rc` in your $HOME directory and 
write this line in that file.
 
@@ -58,7 +58,7 @@ The solution is to create file named `.jline.rc` in your 
$HOME directory and wri
 
 ## License
 
-Copyright © 2014 Bozhidar Batsov and [contributors][].
+Copyright © 2014-2015 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 b990417..19ca90d 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -1,6 +1,6 @@
 ;;; inf-clojure.el --- an inferior-clojure mode -*- lexical-binding: t; -*-
 
-;; Copyright (C) Bozhidar Batsov
+;; Copyright © 2014-2015 Bozhidar Batsov
 
 ;; Authors: Bozhidar Batsov <bozhi...@batsov.com>
 ;;       Olin Shivers <shiv...@cs.cmu.edu>

Reply via email to