Skip to content

Commit 5cdf7af

Browse files
committed
Bump the copyright years
1 parent 638816b commit 5cdf7af

15 files changed

+16
-16
lines changed

README.md

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

546546
## License
547547

548-
Copyright © 2007-2020 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar
548+
Copyright © 2007-2021 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar
549549
Batsov, Artur Malabarba and [contributors][].
550550

551551
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-2020 Bozhidar Batsov
3+
;; Copyright © 2014-2021 Bozhidar Batsov
44
;;
55
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
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-2020 Jeffrey Chu, Lennart Staflin, Phil Hagelberg
4-
;; Copyright © 2013-2020 Bozhidar Batsov, Artur Malabarba
3+
;; Copyright © 2007-2013 Jeffrey Chu, Lennart Staflin, Phil Hagelberg
4+
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba
55
;;
66
;; Authors: Jeffrey Chu <jochu0@gmail.com>
77
;; Lennart Staflin <lenst@lysator.liu.se>

test/clojure-mode-bytecomp-warnings.el

Lines changed: 1 addition & 1 deletion
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-2020 Bozhidar Batsov and contributors
3+
;; Copyright © 2012-2021 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

Lines changed: 1 addition & 1 deletion
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-2020 Benedek Fazekas <benedek.fazekas@gmail.com>
3+
;; Copyright (C) 2016-2021 Benedek Fazekas <benedek.fazekas@gmail.com>
44

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

test/clojure-mode-cycling-test.el

Lines changed: 1 addition & 1 deletion
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-2020 Benedek Fazekas <benedek.fazekas@gmail.com>
3+
;; Copyright (C) 2016-2021 Benedek Fazekas <benedek.fazekas@gmail.com>
44

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

test/clojure-mode-external-interaction-test.el

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

3-
;; Copyright (C) 2014-2020 Bozhidar Batsov <bozhidar@batsov.com>
3+
;; Copyright (C) 2014-2021 Bozhidar Batsov <bozhidar@batsov.com>
44

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

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

Lines changed: 1 addition & 1 deletion
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-2020 Bozhidar Batsov <bozhidar@batsov.com>
4+
;; Copyright (C) 2014-2021 Bozhidar Batsov <bozhidar@batsov.com>
55

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

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-2020 Bozhidar Batsov <bozhidar@batsov.com>
3+
;; Copyright (C) 2015-2021 Bozhidar Batsov <bozhidar@batsov.com>
44

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

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

Lines changed: 1 addition & 1 deletion
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-2020 Benedek Fazekas <benedek.fazekas@gmail.com>
3+
;; Copyright (C) 2016-2021 Benedek Fazekas <benedek.fazekas@gmail.com>
44

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

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

Lines changed: 1 addition & 1 deletion
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-2020 Benedek Fazekas <benedek.fazekas@gmail.com>
3+
;; Copyright (C) 2016-2021 Benedek Fazekas <benedek.fazekas@gmail.com>
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-2020 Artur Malabarba <artur@endlessparentheses.com>
3+
;; Copyright (C) 2015-2021 Artur Malabarba <artur@endlessparentheses.com>
44

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

test/clojure-mode-syntax-test.el

Lines changed: 1 addition & 1 deletion
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-2020 Bozhidar Batsov <bozhidar@batsov.com>
3+
;; Copyright (C) 2015-2021 Bozhidar Batsov <bozhidar@batsov.com>
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-2020 Bozhidar Batsov <bozhidar@batsov.com>
3+
;; Copyright (C) 2014-2021 Bozhidar Batsov <bozhidar@batsov.com>
44

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

test/utils/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-2020 Bozhidar Batsov <bozhidar@batsov.com>
3+
;; Copyright (C) 2014-2021 Bozhidar Batsov <bozhidar@batsov.com>
44

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

0 commit comments

Comments
 (0)