Skip to content

Commit 1bad2a7

Browse files
committed
Bump the copyright years
1 parent 715c69d commit 1bad2a7

14 files changed

+15
-15
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ An extensive changelog is available [here](CHANGELOG.md).
441441

442442
## License
443443

444-
Copyright © 2007-2018 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar
444+
Copyright © 2007-2019 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar
445445
Batsov, Artur Malabarba and [contributors][].
446446

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

clojure-mode-extra-font-locking.el

+1-1
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-2018 Bozhidar Batsov
3+
;; Copyright © 2014-2019 Bozhidar Batsov
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; URL: http://github.com/clojure-emacs/clojure-mode

clojure-mode.el

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

test/clojure-mode-bytecomp-warnings.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-bytecomp-warnings.el --- Check for byte-compilation problems
22

3-
;; Copyright © 2012-2018 Bozhidar Batsov and contributors
3+
;; Copyright © 2012-2019 Bozhidar Batsov and contributors
44
;;
55
;; This program is free software: you can redistribute it and/or modify
66
;; it under the terms of the GNU General Public License as published by

test/clojure-mode-convert-collection-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-convert-collection-test.el --- Clojure Mode: convert collection type -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2016-2018 Benedek Fazekas <[email protected]>
3+
;; Copyright (C) 2016-2019 Benedek Fazekas <[email protected]>
44

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

test/clojure-mode-cycling-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-cycling-test.el --- Clojure Mode: cycling things tests -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2016-2018 Benedek Fazekas <[email protected]>
3+
;; Copyright (C) 2016-2019 Benedek Fazekas <[email protected]>
44

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; clojure-mode-font-lock-test.el --- Clojure Mode: Font lock test suite
22
;; -*- lexical-binding: t; -*-
33

4-
;; Copyright (C) 2014-2018 Bozhidar Batsov <[email protected]>
4+
;; Copyright (C) 2014-2019 Bozhidar Batsov <[email protected]>
55

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

test/clojure-mode-indentation-test.el

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

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

test/clojure-mode-refactor-let-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-refactor-let-test.el --- Clojure Mode: refactor let -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2016-2018 Benedek Fazekas <[email protected]>
3+
;; Copyright (C) 2016-2019 Benedek Fazekas <[email protected]>
44

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

test/clojure-mode-refactor-threading-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-refactor-threading-test.el --- Clojure Mode: refactor threading tests -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2016-2018 Benedek Fazekas <[email protected]>
3+
;; Copyright (C) 2016-2019 Benedek Fazekas <[email protected]>
44

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

test/clojure-mode-sexp-test.el

+1-1
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-2018 Artur Malabarba <[email protected]>
3+
;; Copyright (C) 2015-2019 Artur Malabarba <[email protected]>
44

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

test/clojure-mode-syntax-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-syntax-test.el --- Clojure Mode: syntax related tests -*- lexical-binding: t; -*-
22

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

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

test/clojure-mode-util-test.el

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

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

test/utils/test-helper.el

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

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

0 commit comments

Comments
 (0)