Skip to content

Commit

Permalink
Bump the copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
Bozhidar Batsov authored and Bozhidar Batsov committed Jan 11, 2025
1 parent 0ad73b2 commit e330674
Show file tree
Hide file tree
Showing 81 changed files with 92 additions and 92 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ site. [[Become a sponsor](https://opencollective.com/cider#sponsor)]

CIDER is distributed under the GNU General Public License, version 3.

Copyright © 2012-2024 Bozhidar Batsov, Artur Malabarba, Tim King, Phil Hagelberg and
Copyright © 2012-2025 Bozhidar Batsov, Artur Malabarba, Tim King, Phil Hagelberg and
[contributors](https://github.com/clojure-emacs/cider/contributors).

[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
Expand Down
2 changes: 1 addition & 1 deletion cider-apropos.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-apropos.el --- Apropos functionality for Clojure -*- lexical-binding: t -*-

;; Copyright © 2014-2024 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2025 Jeff Valk, Bozhidar Batsov and CIDER contributors
;;
;; Author: Jeff Valk <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cider-browse-ns.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-browse-ns.el --- CIDER namespace browser -*- lexical-binding: t; -*-

;; Copyright © 2014-2024 John Andrews, Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2025 John Andrews, Bozhidar Batsov and CIDER contributors

;; Author: John Andrews <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cider-browse-spec.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-browse-spec.el --- CIDER spec browser -*- lexical-binding: t; -*-

;; Copyright © 2017-2024 Juan Monetta, Bozhidar Batsov and CIDER contributors
;; Copyright © 2017-2025 Juan Monetta, Bozhidar Batsov and CIDER contributors

;; Author: Juan Monetta <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cider-cheatsheet.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-cheatsheet.el --- Quick reference for Clojure -*- lexical-binding: t -*-

;; Copyright © 2019-2024 Kris Jenkins, Bozhidar Batsov and CIDER contributors
;; Copyright © 2019-2025 Kris Jenkins, Bozhidar Batsov and CIDER contributors
;;
;; Author: Kris Jenkins <[email protected]>
;; Kato Muso <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cider-classpath.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-classpath.el --- Basic Java classpath browser -*- lexical-binding: t; -*-

;; Copyright © 2014-2024 Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2025 Bozhidar Batsov and CIDER contributors

;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion cider-client.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-client.el --- A layer of abstraction above low-level nREPL client code. -*- lexical-binding: t -*-

;; Copyright © 2013-2024 Bozhidar Batsov
;; Copyright © 2013-2025 Bozhidar Batsov
;;
;; Author: Bozhidar Batsov <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cider-clojuredocs.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-clojuredocs.el --- ClojureDocs integration -*- lexical-binding: t -*-

;; Copyright © 2014-2024 Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2025 Bozhidar Batsov and CIDER contributors
;;
;; Author: Bozhidar Batsov <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cider-common.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-common.el --- Common use functions -*- lexical-binding: t; -*-

;; Copyright © 2015-2024 Artur Malabarba
;; Copyright © 2015-2025 Artur Malabarba

;; Author: Artur Malabarba <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cider-completion-context.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-completion-context.el --- Context parsing -*- lexical-binding: t -*-

;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
;; Artur Malabarba <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cider-completion.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-completion.el --- Smart REPL-powered code completion -*- lexical-binding: t -*-

;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
;; Artur Malabarba <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cider-connection.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-connection.el --- Connection and session life-cycle management for CIDER -*- lexical-binding: t -*-
;;
;; Copyright © 2019-2024 Artur Malabarba, Bozhidar Batsov, Vitalie Spinu and CIDER contributors
;; Copyright © 2019-2025 Artur Malabarba, Bozhidar Batsov, Vitalie Spinu and CIDER contributors
;;
;; Author: Artur Malabarba <[email protected]>
;; Bozhidar Batsov <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cider-debug.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-debug.el --- CIDER interaction with the cider.debug nREPL middleware -*- lexical-binding: t; -*-

;; Copyright © 2015-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors

;; Author: Artur Malabarba <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cider-doc.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-doc.el --- CIDER documentation functionality -*- lexical-binding: t -*-

;; Copyright © 2014-2024 Bozhidar Batsov, Jeff Valk and CIDER contributors
;; Copyright © 2014-2025 Bozhidar Batsov, Jeff Valk and CIDER contributors

;; Author: Jeff Valk <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cider-docstring.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-docstring.el --- Docstring rendering -*- lexical-binding: t -*-

;; Copyright © 2013-2024 Bozhidar Batsov and CIDER contributors
;; Copyright © 2013-2025 Bozhidar Batsov and CIDER contributors
;;
;; Author: Bozhidar Batsov <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions cider-eldoc.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; cider-eldoc.el --- eldoc support for Clojure -*- lexical-binding: t -*-

;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions cider-eval.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; cider-eval.el --- Interactive evaluation (compilation) functionality -*- lexical-binding: t -*-

;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cider-find.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-find.el --- Functionality for finding things -*- lexical-binding: t -*-

;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
;; Artur Malabarba <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cider-format.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-format.el --- Code and EDN formatting functionality -*- lexical-binding: t -*-

;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
;; Artur Malabarba <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions cider-inspector.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; cider-inspector.el --- Object inspector -*- lexical-binding: t -*-

;; Copyright © 2013-2024 Vital Reactor, LLC
;; Copyright © 2014-2024 Bozhidar Batsov and CIDER contributors
;; Copyright © 2013-2025 Vital Reactor, LLC
;; Copyright © 2014-2025 Bozhidar Batsov and CIDER contributors

;; Author: Ian Eslick <[email protected]>
;; Bozhidar Batsov <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cider-jar.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-jar.el --- Jar functionality for Clojure -*- lexical-binding: t -*-

;; Copyright © 2022-2024 Arne Brasseur
;; Copyright © 2022-2025 Arne Brasseur
;;
;; Author: Arne Brasseur <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cider-log.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-log.el --- Log inspection functionality for Clojure -*- lexical-binding: t -*-

;; Copyright © 2023-2024 Bozhidar Batsov and CIDER contributors
;; Copyright © 2023-2025 Bozhidar Batsov and CIDER contributors

;; Author: r0man <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions cider-macroexpansion.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; cider-macroexpansion.el --- Macro expansion support -*- lexical-binding: t -*-

;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions cider-mode.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; cider-mode.el --- Minor mode for REPL interactions -*- lexical-binding: t -*-

;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cider-ns.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-ns.el --- Namespace manipulation functionality -*- lexical-binding: t -*-

;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
;; Artur Malabarba <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cider-overlays.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-overlays.el --- Managing CIDER overlays -*- lexical-binding: t; -*-

;; Copyright © 2015-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors

;; Author: Artur Malabarba <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cider-popup.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-popup.el --- Creating and quitting popup buffers -*- lexical-binding: t; -*-

;; Copyright © 2015-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors

;; Author: Artur Malabarba <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cider-profile.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-profile.el --- CIDER support for profiling -*- lexical-binding: t; -*-

;; Copyright © 2014-2024 Edwin Watkeys and CIDER contributors
;; Copyright © 2014-2025 Edwin Watkeys and CIDER contributors

;; Author: Edwin Watkeys <[email protected]>
;; Juan E. Maya <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cider-repl-history.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-repl-history.el --- REPL input history browser -*- lexical-binding: t; -*-

;; Copyright (c) 2017-2024 John Valente and browse-kill-ring authors
;; Copyright (c) 2017-2025 John Valente and browse-kill-ring authors

;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions cider-repl.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; cider-repl.el --- CIDER REPL mode interactions -*- lexical-binding: t -*-

;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cider-resolve.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-resolve.el --- Resolve clojure symbols according to current nREPL connection -*- lexical-binding: t; -*-

;; Copyright © 2015-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors

;; Author: Artur Malabarba <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cider-scratch.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-scratch.el --- *scratch* buffer for Clojure -*- lexical-binding: t -*-

;; Copyright © 2014-2024 Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2025 Bozhidar Batsov and CIDER contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions cider-selector.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; cider-selector.el --- Buffer selection command inspired by SLIME's selector -*- lexical-binding: t -*-

;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cider-stacktrace.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-stacktrace.el --- Stacktrace navigator -*- lexical-binding: t -*-

;; Copyright © 2014-2024 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2025 Jeff Valk, Bozhidar Batsov and CIDER contributors

;; Author: Jeff Valk <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cider-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-test.el --- Test result viewer -*- lexical-binding: t -*-

;; Copyright © 2014-2024 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2025 Jeff Valk, Bozhidar Batsov and CIDER contributors

;; Author: Jeff Valk <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion cider-tracing.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-tracing.el --- Executing tracing functionality -*- lexical-binding: t -*-

;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
;; Artur Malabarba <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions cider-util.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; cider-util.el --- Common utility functions that don't belong anywhere else -*- lexical-binding: t -*-

;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cider-xref-backend.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-xref-backend.el --- CIDER's backend for Emacs' xref functionality -*- lexical-binding: t -*-

;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Bozhidar Batsov <[email protected]>
;; Artur Malabarba <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cider-xref.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-xref.el --- Xref functionality for Clojure -*- lexical-binding: t -*-

;; Copyright © 2019-2024 Bozhidar Batsov and CIDER contributors
;; Copyright © 2019-2025 Bozhidar Batsov and CIDER contributors
;;
;; Author: Bozhidar Batsov <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions cider.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; cider.el --- Clojure Interactive Development Environment that Rocks -*- lexical-binding: t -*-

;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/about/license.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ NOTE: Reach out to Bozhidar if you have any questions about licensing.

== Copyright

© 2012-2024 Bozhidar Batsov, Artur Malabarba, Tim King, Phil Hagelberg and CIDER contributors.
© 2012-2025 Bozhidar Batsov, Artur Malabarba, Tim King, Phil Hagelberg and CIDER contributors.
4 changes: 2 additions & 2 deletions nrepl-client.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; nrepl-client.el --- Client for Clojure nREPL -*- lexical-binding: t -*-

;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions nrepl-dict.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; nrepl-dict.el --- Dictionary functions for Clojure nREPL -*- lexical-binding: t -*-

;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion test/cider-apropos-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-apropos-tests.el -*- lexical-binding: t; -*-

;; Copyright © 2012-2024 Tim King, Bozhidar Batsov
;; Copyright © 2012-2025 Tim King, Bozhidar Batsov

;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion test/cider-browse-ns-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-browse-ns-tests.el -*- lexical-binding: t; -*-

;; Copyright © 2012-2024 Tim King, Bozhidar Batsov
;; Copyright © 2012-2025 Tim King, Bozhidar Batsov

;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion test/cider-browse-spec-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-browse-spec-tests.el -*- lexical-binding: t; -*-

;; Copyright © 2012-2024 r0man, Bozhidar Batsov
;; Copyright © 2012-2025 r0man, Bozhidar Batsov

;; Author: r0man <[email protected]>
;; Bozhidar Batsov <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion test/cider-classpath-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-classpath-tests.el -*- lexical-binding: t; -*-

;; Copyright © 2012-2024 Tim King, Bozhidar Batsov
;; Copyright © 2012-2025 Tim King, Bozhidar Batsov

;; Author: Tim King <[email protected]>
;; Bozhidar Batsov <[email protected]>
Expand Down
Loading

0 comments on commit e330674

Please sign in to comment.