Skip to content

Commit a3c442a

Browse files
committed
Bump the copyright years
1 parent 214bf02 commit a3c442a

12 files changed

+12
-12
lines changed

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

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 <[email protected]>
3+
;; Copyright (C) 2016-2021 Benedek Fazekas <[email protected]>
44

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

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 <[email protected]>
3+
;; Copyright (C) 2016-2021 Benedek Fazekas <[email protected]>
44

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

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

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

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 <[email protected]>
4+
;; Copyright (C) 2014-2021 Bozhidar Batsov <[email protected]>
55

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

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

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

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 <[email protected]>
3+
;; Copyright (C) 2016-2021 Benedek Fazekas <[email protected]>
44

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

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 <[email protected]>
3+
;; Copyright (C) 2016-2021 Benedek Fazekas <[email protected]>
44

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

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

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

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

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

0 commit comments

Comments
 (0)