emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 7f2456292c: Bump the copyright years


From: ELPA Syncer
Subject: [nongnu] elpa/cider 7f2456292c: Bump the copyright years
Date: Tue, 31 Jan 2023 13:58:29 -0500 (EST)

branch: elpa/cider
commit 7f2456292c5fe7011028fd7c123a8b8c8558c72f
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Bump the copyright years
---
 README.md                                 | 2 +-
 cider-apropos.el                          | 2 +-
 cider-browse-ns.el                        | 2 +-
 cider-browse-spec.el                      | 2 +-
 cider-cheatsheet.el                       | 2 +-
 cider-classpath.el                        | 2 +-
 cider-client.el                           | 2 +-
 cider-clojuredocs.el                      | 2 +-
 cider-common.el                           | 2 +-
 cider-completion.el                       | 2 +-
 cider-connection.el                       | 2 +-
 cider-debug.el                            | 2 +-
 cider-doc.el                              | 2 +-
 cider-eldoc.el                            | 2 +-
 cider-eval.el                             | 2 +-
 cider-find.el                             | 2 +-
 cider-format.el                           | 2 +-
 cider-inspector.el                        | 4 ++--
 cider-macroexpansion.el                   | 2 +-
 cider-mode.el                             | 2 +-
 cider-ns.el                               | 2 +-
 cider-overlays.el                         | 2 +-
 cider-popup.el                            | 2 +-
 cider-profile.el                          | 2 +-
 cider-repl-history.el                     | 2 +-
 cider-repl.el                             | 2 +-
 cider-resolve.el                          | 2 +-
 cider-scratch.el                          | 2 +-
 cider-selector.el                         | 2 +-
 cider-stacktrace.el                       | 2 +-
 cider-test.el                             | 2 +-
 cider-tracing.el                          | 2 +-
 cider-util.el                             | 2 +-
 cider-xref.el                             | 2 +-
 cider.el                                  | 2 +-
 doc/modules/ROOT/pages/about/license.adoc | 2 +-
 nrepl-client.el                           | 2 +-
 nrepl-dict.el                             | 2 +-
 test/cider-apropos-tests.el               | 2 +-
 test/cider-browse-ns-tests.el             | 2 +-
 test/cider-browse-spec-tests.el           | 2 +-
 test/cider-classpath-tests.el             | 2 +-
 test/cider-client-tests.el                | 2 +-
 test/cider-clojuredocs-tests.el           | 2 +-
 test/cider-common-tests.el                | 2 +-
 test/cider-connection-tests.el            | 2 +-
 test/cider-debug-tests.el                 | 2 +-
 test/cider-eldoc-tests.el                 | 2 +-
 test/cider-error-parsing-tests.el         | 2 +-
 test/cider-eval-test.el                   | 2 +-
 test/cider-find-tests.el                  | 2 +-
 test/cider-interaction-tests.el           | 2 +-
 test/cider-jar-test.el                    | 2 +-
 test/cider-ns-tests.el                    | 2 +-
 test/cider-overlay-tests.el               | 2 +-
 test/cider-repl-tests.el                  | 2 +-
 test/cider-selector-tests.el              | 2 +-
 test/cider-stacktrace-tests.el            | 2 +-
 test/cider-tests--no-auto.el              | 2 +-
 test/cider-tests.el                       | 2 +-
 test/cider-util-tests.el                  | 2 +-
 test/nrepl-bencode-tests.el               | 2 +-
 test/nrepl-client-tests.el                | 2 +-
 test/nrepl-dict-tests.el                  | 2 +-
 test/nrepl-server-mock.el                 | 2 +-
 test/utils/cider-connection-test-utils.el | 2 +-
 test/utils/nrepl-tests-utils.el           | 3 +--
 67 files changed, 68 insertions(+), 69 deletions(-)

diff --git a/README.md b/README.md
index 489aa22210..9344c3d718 100644
--- a/README.md
+++ b/README.md
@@ -262,7 +262,7 @@ site. [[Become a 
sponsor](https://opencollective.com/cider#sponsor)]
 
 CIDER is distributed under the GNU General Public License, version 3.
 
-Copyright © 2012-2022 Bozhidar Batsov, Artur Malabarba, Tim King, Phil 
Hagelberg and
+Copyright © 2012-2023 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
diff --git a/cider-apropos.el b/cider-apropos.el
index 053da66af7..5cadc3de39 100644
--- a/cider-apropos.el
+++ b/cider-apropos.el
@@ -1,6 +1,6 @@
 ;;; cider-apropos.el --- Apropos functionality for Clojure -*- 
lexical-binding: t -*-
 
-;; Copyright © 2014-2022 Jeff Valk, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2023 Jeff Valk, Bozhidar Batsov and CIDER contributors
 ;;
 ;; Author: Jeff Valk <jv@jeffvalk.com>
 
diff --git a/cider-browse-ns.el b/cider-browse-ns.el
index 76e5c05600..88811fdbe1 100644
--- a/cider-browse-ns.el
+++ b/cider-browse-ns.el
@@ -1,6 +1,6 @@
 ;;; cider-browse-ns.el --- CIDER namespace browser  -*- lexical-binding: t; -*-
 
-;; Copyright © 2014-2022 John Andrews, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2023 John Andrews, Bozhidar Batsov and CIDER contributors
 
 ;; Author: John Andrews <john.m.andrews@gmail.com>
 
diff --git a/cider-browse-spec.el b/cider-browse-spec.el
index 71ba70684f..0ccf239022 100644
--- a/cider-browse-spec.el
+++ b/cider-browse-spec.el
@@ -1,6 +1,6 @@
 ;;; cider-browse-spec.el --- CIDER spec browser  -*- lexical-binding: t; -*-
 
-;; Copyright © 2017-2022 Juan Monetta, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2017-2023 Juan Monetta, Bozhidar Batsov and CIDER contributors
 
 ;; Author: Juan Monetta <jpmonettas@gmail.com>
 
diff --git a/cider-cheatsheet.el b/cider-cheatsheet.el
index 03b34e8fbb..533dae8598 100644
--- a/cider-cheatsheet.el
+++ b/cider-cheatsheet.el
@@ -1,6 +1,6 @@
 ;;; cider-cheatsheet.el --- Quick reference for Clojure        -*- 
lexical-binding: t -*-
 
-;; Copyright © 2019-2022 Kris Jenkins, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2019-2023 Kris Jenkins, Bozhidar Batsov and CIDER contributors
 ;;
 ;; Author: Kris Jenkins <krisajenkins@gmail.com>
 
diff --git a/cider-classpath.el b/cider-classpath.el
index cc795c385b..0b628eeb9d 100644
--- a/cider-classpath.el
+++ b/cider-classpath.el
@@ -1,6 +1,6 @@
 ;;; cider-classpath.el --- Basic Java classpath browser  -*- lexical-binding: 
t; -*-
 
-;; Copyright © 2014-2022 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2023 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
diff --git a/cider-client.el b/cider-client.el
index d4b8832896..d997526324 100644
--- a/cider-client.el
+++ b/cider-client.el
@@ -1,6 +1,6 @@
 ;;; cider-client.el --- A layer of abstraction above low-level nREPL client 
code. -*- lexical-binding: t -*-
 
-;; Copyright © 2013-2022 Bozhidar Batsov
+;; Copyright © 2013-2023 Bozhidar Batsov
 ;;
 ;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
 
diff --git a/cider-clojuredocs.el b/cider-clojuredocs.el
index d3b4b51297..3e51a07576 100644
--- a/cider-clojuredocs.el
+++ b/cider-clojuredocs.el
@@ -1,6 +1,6 @@
 ;;; cider-clojuredocs.el --- ClojureDocs integration -*- lexical-binding: t -*-
 
-;; Copyright © 2014-2022 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2023 Bozhidar Batsov and CIDER contributors
 ;;
 ;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
 
diff --git a/cider-common.el b/cider-common.el
index bec0b15da9..90a7382a5d 100644
--- a/cider-common.el
+++ b/cider-common.el
@@ -1,6 +1,6 @@
 ;;; cider-common.el --- Common use functions         -*- lexical-binding: t; 
-*-
 
-;; Copyright © 2015-2022  Artur Malabarba
+;; Copyright © 2015-2023  Artur Malabarba
 
 ;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
 
diff --git a/cider-completion.el b/cider-completion.el
index 3461d55e67..20b75e46a6 100644
--- a/cider-completion.el
+++ b/cider-completion.el
@@ -1,6 +1,6 @@
 ;;; cider-completion.el --- Smart REPL-powered code completion -*- 
lexical-binding: t -*-
 
-;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2013-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 ;;
 ;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
 ;;         Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-connection.el b/cider-connection.el
index 4f28f607c6..5b4a668d54 100644
--- a/cider-connection.el
+++ b/cider-connection.el
@@ -1,6 +1,6 @@
 ;;; cider-connection.el --- Connection and session life-cycle management for 
CIDER -*- lexical-binding: t -*-
 ;;
-;; Copyright © 2019-2022 Artur Malabarba, Bozhidar Batsov, Vitalie Spinu and 
CIDER contributors
+;; Copyright © 2019-2023 Artur Malabarba, Bozhidar Batsov, Vitalie Spinu and 
CIDER contributors
 ;;
 ;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/cider-debug.el b/cider-debug.el
index e846d71e85..ec67a87acb 100644
--- a/cider-debug.el
+++ b/cider-debug.el
@@ -1,6 +1,6 @@
 ;;; cider-debug.el --- CIDER interaction with the cider.debug nREPL middleware 
 -*- lexical-binding: t; -*-
 
-;; Copyright © 2015-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2015-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 
 ;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
 
diff --git a/cider-doc.el b/cider-doc.el
index 56c8d005c5..5120ecc82e 100644
--- a/cider-doc.el
+++ b/cider-doc.el
@@ -1,6 +1,6 @@
 ;;; cider-doc.el --- CIDER documentation functionality -*- lexical-binding: t 
-*-
 
-;; Copyright © 2014-2022 Bozhidar Batsov, Jeff Valk and CIDER contributors
+;; Copyright © 2014-2023 Bozhidar Batsov, Jeff Valk and CIDER contributors
 
 ;; Author: Jeff Valk <jv@jeffvalk.com>
 
diff --git a/cider-eldoc.el b/cider-eldoc.el
index 570b75fddd..e43a72def4 100644
--- a/cider-eldoc.el
+++ b/cider-eldoc.el
@@ -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-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2013-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 ;;
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-eval.el b/cider-eval.el
index 29ce15156e..eccea291f5 100644
--- a/cider-eval.el
+++ b/cider-eval.el
@@ -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-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2013-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 ;;
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-find.el b/cider-find.el
index 4f0c248d0d..6e882ae3f4 100644
--- a/cider-find.el
+++ b/cider-find.el
@@ -1,6 +1,6 @@
 ;;; cider-find.el --- Functionality for finding things -*- lexical-binding: t 
-*-
 
-;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2013-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 ;;
 ;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
 ;;         Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-format.el b/cider-format.el
index af9d625a13..eeb3562ccb 100644
--- a/cider-format.el
+++ b/cider-format.el
@@ -1,6 +1,6 @@
 ;;; cider-format.el --- Code and EDN formatting functionality -*- 
lexical-binding: t -*-
 
-;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2013-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 ;;
 ;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
 ;;         Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-inspector.el b/cider-inspector.el
index 69f1ed53a2..085e4026fa 100644
--- a/cider-inspector.el
+++ b/cider-inspector.el
@@ -1,7 +1,7 @@
 ;;; cider-inspector.el --- Object inspector -*- lexical-binding: t -*-
 
-;; Copyright © 2013-2022 Vital Reactor, LLC
-;; Copyright © 2014-2022  Bozhidar Batsov and CIDER contributors
+;; Copyright © 2013-2014 Vital Reactor, LLC
+;; Copyright © 2014-2023  Bozhidar Batsov and CIDER contributors
 
 ;; Author: Ian Eslick <ian@vitalreactor.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/cider-macroexpansion.el b/cider-macroexpansion.el
index 9ef350cd70..6e4c52a864 100644
--- a/cider-macroexpansion.el
+++ b/cider-macroexpansion.el
@@ -1,7 +1,7 @@
 ;;; cider-macroexpansion.el --- Macro expansion support -*- lexical-binding: t 
-*-
 
 ;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
-;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2013-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 ;;
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-mode.el b/cider-mode.el
index fc9a6ce89d..94a854a8ec 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -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-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2013-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 ;;
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-ns.el b/cider-ns.el
index 6000c7771f..ee31bce52c 100644
--- a/cider-ns.el
+++ b/cider-ns.el
@@ -1,6 +1,6 @@
 ;;; cider-ns.el --- Namespace manipulation functionality -*- lexical-binding: 
t -*-
 
-;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2013-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 ;;
 ;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
 ;;         Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-overlays.el b/cider-overlays.el
index 614388a07f..c9f565a4ab 100644
--- a/cider-overlays.el
+++ b/cider-overlays.el
@@ -1,6 +1,6 @@
 ;;; cider-overlays.el --- Managing CIDER overlays  -*- lexical-binding: t; -*-
 
-;; Copyright © 2015-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2015-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 
 ;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
 
diff --git a/cider-popup.el b/cider-popup.el
index b0faf92098..a7fb26d675 100644
--- a/cider-popup.el
+++ b/cider-popup.el
@@ -1,6 +1,6 @@
 ;;; cider-popup.el --- Creating and quitting popup buffers  -*- 
lexical-binding: t; -*-
 
-;; Copyright © 2015-2022  Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2015-2023  Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 
 ;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
 
diff --git a/cider-profile.el b/cider-profile.el
index ad33fad7ba..e2dd6fc6a2 100644
--- a/cider-profile.el
+++ b/cider-profile.el
@@ -1,6 +1,6 @@
 ;;; cider-profile.el --- CIDER support for profiling  -*- lexical-binding: t; 
-*-
 
-;; Copyright © 2014-2022 Edwin Watkeys and CIDER contributors
+;; Copyright © 2014-2023 Edwin Watkeys and CIDER contributors
 
 ;; Author: Edwin Watkeys <edw@poseur.com>
 ;;         Juan E. Maya <jmayaalv@gmail.com>
diff --git a/cider-repl-history.el b/cider-repl-history.el
index fc7df8b5d7..e5044bf6eb 100644
--- a/cider-repl-history.el
+++ b/cider-repl-history.el
@@ -1,6 +1,6 @@
 ;;; cider-repl-history.el --- REPL input history browser  -*- lexical-binding: 
t; -*-
 
-;; Copyright (c) 2017-2022 John Valente and browse-kill-ring authors
+;; Copyright (c) 2017-2023 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
diff --git a/cider-repl.el b/cider-repl.el
index 1ab3898cc3..e0e19d512b 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -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-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2013-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 ;;
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-resolve.el b/cider-resolve.el
index d63fc2944e..783ddbf03c 100644
--- a/cider-resolve.el
+++ b/cider-resolve.el
@@ -1,6 +1,6 @@
 ;;; cider-resolve.el --- Resolve clojure symbols according to current nREPL 
connection  -*- lexical-binding: t; -*-
 
-;; Copyright © 2015-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2015-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 
 ;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
 
diff --git a/cider-scratch.el b/cider-scratch.el
index 759d2ed556..6366abb7c5 100644
--- a/cider-scratch.el
+++ b/cider-scratch.el
@@ -1,6 +1,6 @@
 ;;; cider-scratch.el --- *scratch* buffer for Clojure -*- lexical-binding: t 
-*-
 
-;; Copyright © 2014-2022 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2023 Bozhidar Batsov and CIDER contributors
 ;;
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-selector.el b/cider-selector.el
index 7117d405ca..afe0b56791 100644
--- a/cider-selector.el
+++ b/cider-selector.el
@@ -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-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2013-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 ;;
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index b1e45facc8..75db9c159c 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -1,6 +1,6 @@
 ;;; cider-stacktrace.el --- Stacktrace navigator -*- lexical-binding: t -*-
 
-;; Copyright © 2014-2022 Jeff Valk, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2023 Jeff Valk, Bozhidar Batsov and CIDER contributors
 
 ;; Author: Jeff Valk <jv@jeffvalk.com>
 
diff --git a/cider-test.el b/cider-test.el
index 3770275b08..50ff75f27f 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -1,6 +1,6 @@
 ;;; cider-test.el --- Test result viewer -*- lexical-binding: t -*-
 
-;; Copyright © 2014-2022 Jeff Valk, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2023 Jeff Valk, Bozhidar Batsov and CIDER contributors
 
 ;; Author: Jeff Valk <jv@jeffvalk.com>
 
diff --git a/cider-tracing.el b/cider-tracing.el
index 3b9f2107c9..f7a312e62f 100644
--- a/cider-tracing.el
+++ b/cider-tracing.el
@@ -1,6 +1,6 @@
 ;;; cider-tracing.el --- Executing tracing functionality -*- lexical-binding: 
t -*-
 
-;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2013-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 ;;
 ;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
 ;;         Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-util.el b/cider-util.el
index 7ee59ba0db..315eca3e25 100644
--- a/cider-util.el
+++ b/cider-util.el
@@ -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-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2013-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 ;;
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-xref.el b/cider-xref.el
index 5ec99c4ecc..b25f909169 100644
--- a/cider-xref.el
+++ b/cider-xref.el
@@ -1,6 +1,6 @@
 ;;; cider-xref.el --- Xref functionality for Clojure -*- lexical-binding: t -*-
 
-;; Copyright © 2019-2022 Bozhidar Batsov and CIDER contributors
+;; Copyright © 2019-2023 Bozhidar Batsov and CIDER contributors
 ;;
 ;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
 
diff --git a/cider.el b/cider.el
index 1afe14a814..a90abfa1ba 100644
--- a/cider.el
+++ b/cider.el
@@ -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-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2013-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 ;;
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Phil Hagelberg <technomancy@gmail.com>
diff --git a/doc/modules/ROOT/pages/about/license.adoc 
b/doc/modules/ROOT/pages/about/license.adoc
index 6419d164b4..3b57e04235 100644
--- a/doc/modules/ROOT/pages/about/license.adoc
+++ b/doc/modules/ROOT/pages/about/license.adoc
@@ -21,4 +21,4 @@ NOTE: Reach out to Bozhidar if you have any questions about 
licensing.
 
 == Copyright
 
-© 2012-2022 Bozhidar Batsov, Artur Malabarba, Tim King, Phil Hagelberg and 
CIDER contributors.
+© 2012-2023 Bozhidar Batsov, Artur Malabarba, Tim King, Phil Hagelberg and 
CIDER contributors.
diff --git a/nrepl-client.el b/nrepl-client.el
index b627f26342..a3d2672b74 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -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-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2013-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 ;;
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Phil Hagelberg <technomancy@gmail.com>
diff --git a/nrepl-dict.el b/nrepl-dict.el
index 8db5a772ed..b6b2e98074 100644
--- a/nrepl-dict.el
+++ b/nrepl-dict.el
@@ -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-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2013-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 ;;
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Phil Hagelberg <technomancy@gmail.com>
diff --git a/test/cider-apropos-tests.el b/test/cider-apropos-tests.el
index 127e38be8a..227c4a31f9 100644
--- a/test/cider-apropos-tests.el
+++ b/test/cider-apropos-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-apropos-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-browse-ns-tests.el b/test/cider-browse-ns-tests.el
index 854df69258..f621c74c65 100644
--- a/test/cider-browse-ns-tests.el
+++ b/test/cider-browse-ns-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-browse-ns-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-browse-spec-tests.el b/test/cider-browse-spec-tests.el
index 9096f50d42..8907529466 100644
--- a/test/cider-browse-spec-tests.el
+++ b/test/cider-browse-spec-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-browse-spec-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 r0man, Bozhidar Batsov
+;; Copyright © 2012-2023 r0man, Bozhidar Batsov
 
 ;; Author: r0man <roman@burningswell.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-classpath-tests.el b/test/cider-classpath-tests.el
index 39e343e73c..09fdda0925 100644
--- a/test/cider-classpath-tests.el
+++ b/test/cider-classpath-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-classpath-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-client-tests.el b/test/cider-client-tests.el
index c124066291..c24141cb59 100644
--- a/test/cider-client-tests.el
+++ b/test/cider-client-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-client-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-clojuredocs-tests.el b/test/cider-clojuredocs-tests.el
index 98418c82ac..7ee4c664fe 100644
--- a/test/cider-clojuredocs-tests.el
+++ b/test/cider-clojuredocs-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-clojuredocs-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-common-tests.el b/test/cider-common-tests.el
index 9ae442570c..afb2b56259 100644
--- a/test/cider-common-tests.el
+++ b/test/cider-common-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-common-tests.el ---                        -*- lexical-binding: t; 
-*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-connection-tests.el b/test/cider-connection-tests.el
index a096d0a034..d4c6ea9a21 100644
--- a/test/cider-connection-tests.el
+++ b/test/cider-connection-tests.el
@@ -1,7 +1,7 @@
 ;; -*- lexical-binding: t; -*-
  ;;; cider-connection-tests.el
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov, Vitalie Spinu
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov, Vitalie Spinu
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-debug-tests.el b/test/cider-debug-tests.el
index a36144aa79..9c89d7c67b 100644
--- a/test/cider-debug-tests.el
+++ b/test/cider-debug-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-debug-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-eldoc-tests.el b/test/cider-eldoc-tests.el
index 97623c4967..2a149b03e2 100644
--- a/test/cider-eldoc-tests.el
+++ b/test/cider-eldoc-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-eldoc-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-error-parsing-tests.el 
b/test/cider-error-parsing-tests.el
index c6299f8e3f..addf9e275e 100644
--- a/test/cider-error-parsing-tests.el
+++ b/test/cider-error-parsing-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-error-parsing-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-eval-test.el b/test/cider-eval-test.el
index 90662d0cd4..24f8419634 100644
--- a/test/cider-eval-test.el
+++ b/test/cider-eval-test.el
@@ -1,6 +1,6 @@
 ;;; cider-eval-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Arne Brasseur
+;; Copyright © 2012-2023 Arne Brasseur
 
 ;; Author: Arne Brasseur
 
diff --git a/test/cider-find-tests.el b/test/cider-find-tests.el
index 17ba9e6707..fc139e613b 100644
--- a/test/cider-find-tests.el
+++ b/test/cider-find-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-find-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Bozhidar Batsov
+;; Copyright © 2012-2023 Bozhidar Batsov
 
 ;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
 
diff --git a/test/cider-interaction-tests.el b/test/cider-interaction-tests.el
index fed9387841..723479dbed 100644
--- a/test/cider-interaction-tests.el
+++ b/test/cider-interaction-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-eval-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-jar-test.el b/test/cider-jar-test.el
index fb971bb995..21c7f66c08 100644
--- a/test/cider-jar-test.el
+++ b/test/cider-jar-test.el
@@ -1,6 +1,6 @@
 ;;; cider-jar-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Arne Brasseur
+;; Copyright © 2012-2023 Arne Brasseur
 
 ;; Author: Arne Brasseur <arne@arnebrasseur.net>
 
diff --git a/test/cider-ns-tests.el b/test/cider-ns-tests.el
index 33e3ecd0f8..798e0afe25 100644
--- a/test/cider-ns-tests.el
+++ b/test/cider-ns-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-ns-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2019-2022 Bozhidar Batsov
+;; Copyright © 2019-2023 Bozhidar Batsov
 
 ;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
 
diff --git a/test/cider-overlay-tests.el b/test/cider-overlay-tests.el
index 3f1ea94fc9..72d8a0020d 100644
--- a/test/cider-overlay-tests.el
+++ b/test/cider-overlay-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-overlay-tests.el                       -*- lexical-binding: t; -*-
 
-;; Copyright © 2015-2022 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
+;; Copyright © 2015-2023 Bozhidar Batsov, Artur Malabarba and CIDER 
contributors
 
 ;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
 
diff --git a/test/cider-repl-tests.el b/test/cider-repl-tests.el
index 84e247656e..8a1ff605ce 100644
--- a/test/cider-repl-tests.el
+++ b/test/cider-repl-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-repl-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-selector-tests.el b/test/cider-selector-tests.el
index 8798417026..88e87ff318 100644
--- a/test/cider-selector-tests.el
+++ b/test/cider-selector-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-selector-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-stacktrace-tests.el b/test/cider-stacktrace-tests.el
index d903f60313..f528d7dbca 100644
--- a/test/cider-stacktrace-tests.el
+++ b/test/cider-stacktrace-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-stacktrace-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-tests--no-auto.el b/test/cider-tests--no-auto.el
index d0ffe8e935..e05dc75c64 100644
--- a/test/cider-tests--no-auto.el
+++ b/test/cider-tests--no-auto.el
@@ -1,6 +1,6 @@
 ;;; cider-tests--no-auto.el --- Non-automated tests -*- lexical-binding: t -*-
 
-;; Copyright © 2014-2022 Jeff Valk, Bozhidar Batsov and CIDER contributors
+;; Copyright © 2014-2023 Jeff Valk, Bozhidar Batsov and CIDER contributors
 
 ;; Author: Jeff Valk <jv@jeffvalk.com>
 
diff --git a/test/cider-tests.el b/test/cider-tests.el
index fbf52d4745..0c3296414a 100644
--- a/test/cider-tests.el
+++ b/test/cider-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/cider-util-tests.el b/test/cider-util-tests.el
index a76b28f16f..aca6f301df 100644
--- a/test/cider-util-tests.el
+++ b/test/cider-util-tests.el
@@ -1,6 +1,6 @@
 ;;; cider-util-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/nrepl-bencode-tests.el b/test/nrepl-bencode-tests.el
index 32165ceb86..c6484a142f 100644
--- a/test/nrepl-bencode-tests.el
+++ b/test/nrepl-bencode-tests.el
@@ -1,6 +1,6 @@
 ;;; nrepl-bencode-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/nrepl-client-tests.el b/test/nrepl-client-tests.el
index 1b38a6eeca..7f6b7c6bf1 100644
--- a/test/nrepl-client-tests.el
+++ b/test/nrepl-client-tests.el
@@ -1,6 +1,6 @@
 ;;; nrepl-client-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/nrepl-dict-tests.el b/test/nrepl-dict-tests.el
index c8b9213cc2..6acf0f5df4 100644
--- a/test/nrepl-dict-tests.el
+++ b/test/nrepl-dict-tests.el
@@ -1,6 +1,6 @@
 ;;; nrepl-dict-tests.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/nrepl-server-mock.el b/test/nrepl-server-mock.el
index 31d36fea18..77a7313668 100644
--- a/test/nrepl-server-mock.el
+++ b/test/nrepl-server-mock.el
@@ -1,6 +1,6 @@
 ;; nrepl-server-mock.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2021-2022 Ioannis Kappas
+;; Copyright © 2021-2023 Ioannis Kappas
 
 ;; This file is NOT part of GNU Emacs.
 
diff --git a/test/utils/cider-connection-test-utils.el 
b/test/utils/cider-connection-test-utils.el
index 5a5f49180b..d181402f29 100644
--- a/test/utils/cider-connection-test-utils.el
+++ b/test/utils/cider-connection-test-utils.el
@@ -1,6 +1,6 @@
 ;;; cider-connection-test-utils.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2012-2022 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2023 Tim King, Bozhidar Batsov
 
 ;; Author: Tim King <kingtim@gmail.com>
 ;;         Bozhidar Batsov <bozhidar@batsov.dev>
diff --git a/test/utils/nrepl-tests-utils.el b/test/utils/nrepl-tests-utils.el
index f0891eed33..ca3b9cc006 100644
--- a/test/utils/nrepl-tests-utils.el
+++ b/test/utils/nrepl-tests-utils.el
@@ -1,6 +1,6 @@
 ;;; nrepl-test-utils.el  -*- lexical-binding: t; -*-
 
-;; Copyright © 2021-2022 Ioannis Kappas
+;; Copyright © 2021-2023 Ioannis Kappas
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -116,4 +116,3 @@ calling process."
 (provide 'nrepl-tests-utils)
 
 ;;; nrepl-tests-utils.el ends here
-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]