Skip to content

Commit

Permalink
Bump the copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 12, 2022
1 parent 23ebe79 commit 65a23e5
Show file tree
Hide file tree
Showing 67 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ site. [[Become a sponsor](https://opencollective.com/cider#sponsor)]

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

Copyright © 2012-2021 Bozhidar Batsov, Artur Malabarba, Tim King, Phil Hagelberg and
Copyright © 2012-2022 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-2021 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2022 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-2021 John Andrews, Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2022 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-2021 Juan Monetta, Bozhidar Batsov and CIDER contributors
;; Copyright © 2017-2022 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-2021 Kris Jenkins, Bozhidar Batsov and CIDER contributors
;; Copyright © 2019-2022 Kris Jenkins, Bozhidar Batsov and CIDER contributors
;;
;; Author: Kris Jenkins <[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-2021 Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2022 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-2021 Bozhidar Batsov
;; Copyright © 2013-2022 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-2021 Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2022 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-2021 Artur Malabarba
;; Copyright © 2015-2022 Artur Malabarba

;; Author: 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2022 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-2021 Artur Malabarba, Bozhidar Batsov, Vitalie Spinu and CIDER contributors
;; Copyright © 2019-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2015-2022 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-2021 Bozhidar Batsov, Jeff Valk and CIDER contributors
;; Copyright © 2014-2022 Bozhidar Batsov, Jeff Valk and CIDER contributors

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

Expand Down
2 changes: 1 addition & 1 deletion 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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2022 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-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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2022 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-2021 Vital Reactor, LLC
;; Copyright © 2014-2021 Bozhidar Batsov and CIDER contributors
;; Copyright © 2013-2022 Vital Reactor, LLC
;; Copyright © 2014-2022 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 © 2021 Arne Brasseur
;; Copyright © 2022 Arne Brasseur
;;
;; Author: Arne Brasseur <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion 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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2022 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-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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2015-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2015-2022 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-2021 Edwin Watkeys and CIDER contributors
;; Copyright © 2014-2022 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-2021 John Valente and browse-kill-ring authors
;; Copyright (c) 2017-2022 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
2 changes: 1 addition & 1 deletion 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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2015-2022 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-2021 Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2022 Bozhidar Batsov and CIDER contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion 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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2022 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-2021 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2022 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-2021 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2022 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-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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2022 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.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-2021 Bozhidar Batsov and CIDER contributors
;; Copyright © 2019-2022 Bozhidar Batsov and CIDER contributors
;;
;; Author: Bozhidar Batsov <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion 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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2022 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-2021 Bozhidar Batsov, Artur Malabarba, Tim King, Phil Hagelberg and CIDER contributors.
© 2012-2022 Bozhidar Batsov, Artur Malabarba, Tim King, Phil Hagelberg and CIDER contributors.
2 changes: 1 addition & 1 deletion 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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <[email protected]>
;; Phil Hagelberg <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion 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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2022 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-2021 Tim King, Bozhidar Batsov
;; Copyright © 2012-2022 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-2021 Tim King, Bozhidar Batsov
;; Copyright © 2012-2022 Tim King, Bozhidar Batsov

;; Author: Tim King <[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-2021 Tim King, Bozhidar Batsov
;; Copyright © 2012-2022 Tim King, Bozhidar Batsov

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

;; Copyright © 2012-2021 Tim King, Bozhidar Batsov
;; Copyright © 2012-2022 Tim King, Bozhidar Batsov

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

;; Copyright © 2012-2021 Tim King, Bozhidar Batsov
;; Copyright © 2012-2022 Tim King, Bozhidar Batsov

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

;; Copyright © 2012-2021 Tim King, Bozhidar Batsov
;; Copyright © 2012-2022 Tim King, Bozhidar Batsov

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

;; Copyright © 2012-2021 Tim King, Bozhidar Batsov, Vitalie Spinu
;; Copyright © 2012-2022 Tim King, Bozhidar Batsov, Vitalie Spinu

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

;; Copyright © 2012-2021 Tim King, Bozhidar Batsov
;; Copyright © 2012-2022 Tim King, Bozhidar Batsov

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

;; Copyright © 2012-2021 Tim King, Bozhidar Batsov
;; Copyright © 2012-2022 Tim King, Bozhidar Batsov

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

0 comments on commit 65a23e5

Please sign in to comment.