Skip to content

Commit f727942

Browse files
committed
Update the copyright years
1 parent c232729 commit f727942

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ An extensive changelog is available [here](CHANGELOG.md).
160160

161161
## License
162162

163-
Copyright © 2007-2014 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar Batsov
163+
Copyright © 2007-2015 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar Batsov
164164
and [contributors][].
165165

166166
Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to view it.

clojure-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; clojure-mode.el --- Major mode for Clojure code -*- lexical-binding: t; -*-
22

3-
;; Copyright © 2007-2014 Jeffrey Chu, Lennart Staflin, Phil Hagelberg
4-
;; Copyright © 2013-2014 Bozhidar Batsov
3+
;; Copyright © 2007-2015 Jeffrey Chu, Lennart Staflin, Phil Hagelberg
4+
;; Copyright © 2013-2015 Bozhidar Batsov
55
;;
66
;; Authors: Jeffrey Chu <[email protected]>
77
;; Lennart Staflin <[email protected]>

test/clojure-mode-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-test.el --- Clojure Mode: Unit test suite -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2014 Bozhidar Batsov <[email protected]>
3+
;; Copyright (C) 2014-2015 Bozhidar Batsov <[email protected]>
44

55
;; This file is not part of GNU Emacs.
66

test/test-helper.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; test-helper.el --- Clojure Mode: Non-interactive unit-test setup -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2014 Bozhidar Batsov <[email protected]>
3+
;; Copyright (C) 2014-2015 Bozhidar Batsov <[email protected]>
44

55
;; This file is not part of GNU Emacs.
66

0 commit comments

Comments
 (0)