Skip to content

Commit 65a23e5

Browse files
committed
Bump the copyright years
1 parent 23ebe79 commit 65a23e5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+68
-68
lines changed

Diff for: README.md

+1-1

Diff for: cider-apropos.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-apropos.el --- Apropos functionality for Clojure -*- lexical-binding: t -*-
22

3-
;; Copyright © 2014-2021 Jeff Valk, Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2014-2022 Jeff Valk, Bozhidar Batsov and CIDER contributors
44
;;
55
;; Author: Jeff Valk <[email protected]>
66

Diff for: cider-browse-ns.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-browse-ns.el --- CIDER namespace browser -*- lexical-binding: t; -*-
22

3-
;; Copyright © 2014-2021 John Andrews, Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2014-2022 John Andrews, Bozhidar Batsov and CIDER contributors
44

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

Diff for: cider-browse-spec.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-browse-spec.el --- CIDER spec browser -*- lexical-binding: t; -*-
22

3-
;; Copyright © 2017-2021 Juan Monetta, Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2017-2022 Juan Monetta, Bozhidar Batsov and CIDER contributors
44

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

Diff for: cider-cheatsheet.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-cheatsheet.el --- Quick reference for Clojure -*- lexical-binding: t -*-
22

3-
;; Copyright © 2019-2021 Kris Jenkins, Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2019-2022 Kris Jenkins, Bozhidar Batsov and CIDER contributors
44
;;
55
;; Author: Kris Jenkins <[email protected]>
66

Diff for: cider-classpath.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-classpath.el --- Basic Java classpath browser -*- lexical-binding: t; -*-
22

3-
;; Copyright © 2014-2021 Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2014-2022 Bozhidar Batsov and CIDER 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

Diff for: cider-client.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-client.el --- A layer of abstraction above low-level nREPL client code. -*- lexical-binding: t -*-
22

3-
;; Copyright © 2013-2021 Bozhidar Batsov
3+
;; Copyright © 2013-2022 Bozhidar Batsov
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66

Diff for: cider-clojuredocs.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-clojuredocs.el --- ClojureDocs integration -*- lexical-binding: t -*-
22

3-
;; Copyright © 2014-2021 Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2014-2022 Bozhidar Batsov and CIDER contributors
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66

Diff for: cider-common.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-common.el --- Common use functions -*- lexical-binding: t; -*-
22

3-
;; Copyright © 2015-2021 Artur Malabarba
3+
;; Copyright © 2015-2022 Artur Malabarba
44

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

Diff for: cider-completion.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-completion.el --- Smart REPL-powered code completion -*- lexical-binding: t -*-
22

3-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
3+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; Artur Malabarba <[email protected]>

Diff for: cider-connection.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-connection.el --- Connection and session life-cycle management for CIDER -*- lexical-binding: t -*-
22
;;
3-
;; Copyright © 2019-2021 Artur Malabarba, Bozhidar Batsov, Vitalie Spinu and CIDER contributors
3+
;; Copyright © 2019-2022 Artur Malabarba, Bozhidar Batsov, Vitalie Spinu and CIDER contributors
44
;;
55
;; Author: Artur Malabarba <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

Diff for: cider-debug.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-debug.el --- CIDER interaction with the cider.debug nREPL middleware -*- lexical-binding: t; -*-
22

3-
;; Copyright © 2015-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
3+
;; Copyright © 2015-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
44

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

Diff for: cider-doc.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-doc.el --- CIDER documentation functionality -*- lexical-binding: t -*-
22

3-
;; Copyright © 2014-2021 Bozhidar Batsov, Jeff Valk and CIDER contributors
3+
;; Copyright © 2014-2022 Bozhidar Batsov, Jeff Valk and CIDER contributors
44

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

Diff for: cider-eldoc.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider-eldoc.el --- eldoc support for Clojure -*- lexical-binding: t -*-
22

33
;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
4-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
4+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
55
;;
66
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

Diff for: cider-eval.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider-eval.el --- Interactive evaluation (compilation) functionality -*- lexical-binding: t -*-
22

33
;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
4-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
4+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
55
;;
66
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

Diff for: cider-find.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-find.el --- Functionality for finding things -*- lexical-binding: t -*-
22

3-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
3+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; Artur Malabarba <[email protected]>

Diff for: cider-format.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-format.el --- Code and EDN formatting functionality -*- lexical-binding: t -*-
22

3-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
3+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; Artur Malabarba <[email protected]>

Diff for: cider-inspector.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider-inspector.el --- Object inspector -*- lexical-binding: t -*-
22

3-
;; Copyright © 2013-2021 Vital Reactor, LLC
4-
;; Copyright © 2014-2021 Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2013-2022 Vital Reactor, LLC
4+
;; Copyright © 2014-2022 Bozhidar Batsov and CIDER contributors
55

66
;; Author: Ian Eslick <[email protected]>
77
;; Bozhidar Batsov <[email protected]>

Diff for: cider-jar.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-jar.el --- Jar functionality for Clojure -*- lexical-binding: t -*-
22

3-
;; Copyright © 2021 Arne Brasseur
3+
;; Copyright © 2022 Arne Brasseur
44
;;
55
;; Author: Arne Brasseur <[email protected]>
66

Diff for: cider-macroexpansion.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider-macroexpansion.el --- Macro expansion support -*- lexical-binding: t -*-
22

33
;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
4-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
4+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
55
;;
66
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

Diff for: cider-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider-mode.el --- Minor mode for REPL interactions -*- lexical-binding: t -*-
22

33
;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
4-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
4+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
55
;;
66
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

Diff for: cider-ns.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-ns.el --- Namespace manipulation functionality -*- lexical-binding: t -*-
22

3-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
3+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; Artur Malabarba <[email protected]>

Diff for: cider-overlays.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-overlays.el --- Managing CIDER overlays -*- lexical-binding: t; -*-
22

3-
;; Copyright © 2015-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
3+
;; Copyright © 2015-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
44

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

Diff for: cider-popup.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-popup.el --- Creating and quitting popup buffers -*- lexical-binding: t; -*-
22

3-
;; Copyright © 2015-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
3+
;; Copyright © 2015-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
44

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

Diff for: cider-profile.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-profile.el --- CIDER support for profiling -*- lexical-binding: t; -*-
22

3-
;; Copyright © 2014-2021 Edwin Watkeys and CIDER contributors
3+
;; Copyright © 2014-2022 Edwin Watkeys and CIDER contributors
44

55
;; Author: Edwin Watkeys <[email protected]>
66
;; Juan E. Maya <[email protected]>

Diff for: cider-repl-history.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-repl-history.el --- REPL input history browser -*- lexical-binding: t; -*-
22

3-
;; Copyright (c) 2017-2021 John Valente and browse-kill-ring authors
3+
;; Copyright (c) 2017-2022 John Valente and browse-kill-ring authors
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

Diff for: cider-repl.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider-repl.el --- CIDER REPL mode interactions -*- lexical-binding: t -*-
22

33
;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
4-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
4+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
55
;;
66
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

Diff for: cider-resolve.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-resolve.el --- Resolve clojure symbols according to current nREPL connection -*- lexical-binding: t; -*-
22

3-
;; Copyright © 2015-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
3+
;; Copyright © 2015-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
44

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

Diff for: cider-scratch.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-scratch.el --- *scratch* buffer for Clojure -*- lexical-binding: t -*-
22

3-
;; Copyright © 2014-2021 Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2014-2022 Bozhidar Batsov and CIDER contributors
44
;;
55
;; Author: Tim King <[email protected]>
66
;; Phil Hagelberg <[email protected]>

Diff for: cider-selector.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider-selector.el --- Buffer selection command inspired by SLIME's selector -*- lexical-binding: t -*-
22

33
;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
4-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
4+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
55
;;
66
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

Diff for: cider-stacktrace.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-stacktrace.el --- Stacktrace navigator -*- lexical-binding: t -*-
22

3-
;; Copyright © 2014-2021 Jeff Valk, Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2014-2022 Jeff Valk, Bozhidar Batsov and CIDER contributors
44

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

Diff for: cider-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-test.el --- Test result viewer -*- lexical-binding: t -*-
22

3-
;; Copyright © 2014-2021 Jeff Valk, Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2014-2022 Jeff Valk, Bozhidar Batsov and CIDER contributors
44

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

Diff for: cider-tracing.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-tracing.el --- Executing tracing functionality -*- lexical-binding: t -*-
22

3-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
3+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; Artur Malabarba <[email protected]>

Diff for: cider-util.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;; cider-util.el --- Common utility functions that don't belong anywhere else -*- lexical-binding: t -*-
22

33
;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
4-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
4+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
55
;;
66
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

Diff for: cider-xref.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-xref.el --- Xref functionality for Clojure -*- lexical-binding: t -*-
22

3-
;; Copyright © 2019-2021 Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2019-2022 Bozhidar Batsov and CIDER contributors
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66

Diff for: cider.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider.el --- Clojure Interactive Development Environment that Rocks -*- lexical-binding: t -*-
22

33
;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
4-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
4+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
55
;;
66
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

Diff for: doc/modules/ROOT/pages/about/license.adoc

+1-1

Diff for: nrepl-client.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; nrepl-client.el --- Client for Clojure nREPL -*- lexical-binding: t -*-
22

33
;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
4-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
4+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
55
;;
66
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

Diff for: nrepl-dict.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; nrepl-dict.el --- Dictionary functions for Clojure nREPL -*- lexical-binding: t -*-
22

33
;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
4-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors
4+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba and CIDER contributors
55
;;
66
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

Diff for: test/cider-apropos-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-apropos-tests.el -*- lexical-binding: t; -*-
22

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

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

Diff for: test/cider-browse-ns-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-browse-ns-tests.el -*- lexical-binding: t; -*-
22

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

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

Diff for: test/cider-classpath-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-classpath-tests.el -*- lexical-binding: t; -*-
22

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

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

Diff for: test/cider-client-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-client-tests.el -*- lexical-binding: t; -*-
22

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

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

Diff for: test/cider-clojuredocs-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-clojuredocs-tests.el -*- lexical-binding: t; -*-
22

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

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

Diff for: test/cider-common-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-common-tests.el --- -*- lexical-binding: t; -*-
22

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

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

Diff for: test/cider-connection-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;; -*- lexical-binding: t; -*-
22
;;; cider-connection-tests.el
33

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

66
;; Author: Tim King <[email protected]>
77
;; Bozhidar Batsov <[email protected]>

Diff for: test/cider-debug-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-debug-tests.el -*- lexical-binding: t; -*-
22

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

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

Diff for: test/cider-eldoc-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-eldoc-tests.el -*- lexical-binding: t; -*-
22

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

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

0 commit comments

Comments
 (0)