Skip to content

Commit 92a3739

Browse files
committed
Update the copyright years
1 parent f3261c8 commit 92a3739

8 files changed

+9
-9
lines changed

README.md

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

223223
## License
224224

225-
Copyright © 2007-2015 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar Batsov
225+
Copyright © 2007-2016 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar Batsov
226226
and [contributors][].
227227

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

clojure-mode-extra-font-locking.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-extra-font-locking.el --- Extra font-locking for Clojure mode
22

3-
;; Copyright © 2014-2015 Bozhidar Batsov
3+
;; Copyright © 2014-2016 Bozhidar Batsov
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; URL: http://github.com/clojure-emacs/clojure-mode

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

test/clojure-mode-font-lock-test.el

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

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

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

test/clojure-mode-indentation-test.el

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

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

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

test/clojure-mode-sexp-test.el

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

3-
;; Copyright (C) 2015 Artur Malabarba <[email protected]>
3+
;; Copyright (C) 2015-2016 Artur Malabarba <[email protected]>
44

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

test/clojure-mode-util-test.el

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

3-
;; Copyright (C) 2014-2015 Bozhidar Batsov <[email protected]>
3+
;; Copyright (C) 2014-2016 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-2015 Bozhidar Batsov <[email protected]>
3+
;; Copyright (C) 2014-2016 Bozhidar Batsov <[email protected]>
44

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

0 commit comments

Comments
 (0)