Skip to content

Commit ad7c89b

Browse files
committed
Bump the copyright years
1 parent a8ba674 commit ad7c89b

7 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Currently, there is an [open PR](https://github.com/clojure-emacs/inf-clojure/pu
261261

262262
## License
263263

264-
Copyright © 2022-2024 Danny Freeman and [contributors][].
264+
Copyright © 2022-2025 Danny Freeman and [contributors][].
265265

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

clojure-ts-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-ts-mode.el --- Major mode for Clojure code -*- lexical-binding: t; -*-
22

3-
;; Copyright © 2022-2024 Danny Freeman
3+
;; Copyright © 2022-2025 Danny Freeman
44
;;
55
;; Authors: Danny Freeman <[email protected]>
66
;; Maintainer: Danny Freeman <[email protected]>

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

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

3-
;; Copyright © 2022-2024 Danny Freeman
3+
;; Copyright © 2022-2025 Danny Freeman
44

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

test/clojure-ts-mode-imenu-test.el

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

3-
;; Copyright © 2022-2024 Danny Freeman
3+
;; Copyright © 2022-2025 Danny Freeman
44

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

test/clojure-ts-mode-indentation-test.el

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

3-
;; Copyright © 2022-2024 Danny Freeman
3+
;; Copyright © 2022-2025 Danny Freeman
44

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

test/clojure-ts-mode-util-test.el

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

3-
;; Copyright © 2022-2024 Danny Freeman
3+
;; Copyright © 2022-2025 Danny Freeman
44

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

test/test-helper.el

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

3-
;; Copyright © 2022-2024 Bozhidar Batsov <[email protected]>
3+
;; Copyright © 2022-2025 Bozhidar Batsov <[email protected]>
44

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

0 commit comments

Comments
 (0)