Skip to content

Commit 990023a

Browse files
committed
Bump the copyright years
1 parent 4b43067 commit 990023a

Some content is hidden

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

58 files changed

+59
-59
lines changed

README.md

Lines changed: 1 addition & 1 deletion

cider-apropos.el

Lines changed: 1 addition & 1 deletion
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-2019 Jeff Valk, Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2014-2020 Jeff Valk, Bozhidar Batsov and CIDER contributors
44
;;
55
;; Author: Jeff Valk <[email protected]>
66

cider-browse-ns.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-browse-ns.el --- CIDER namespace browser
22

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

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

cider-classpath.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-classpath.el --- Basic Java classpath browser
22

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

cider-client.el

Lines changed: 1 addition & 1 deletion
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-2019 Bozhidar Batsov
3+
;; Copyright © 2013-2020 Bozhidar Batsov
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66

cider-clojuredocs.el

Lines changed: 1 addition & 1 deletion
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-2019 Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2014-2020 Bozhidar Batsov and CIDER contributors
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66

cider-common.el

Lines changed: 1 addition & 1 deletion
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-2019 Artur Malabarba
3+
;; Copyright © 2015-2020 Artur Malabarba
44

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

cider-compat.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider-compat.el --- Functions from newer Emacs versions for compatibility -*- lexical-binding: t -*-
22

33
;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
4-
;; Copyright © 2013-2019 Bozhidar Batsov, Artur Malabarba and CIDER contributors
4+
;; Copyright © 2013-2020 Bozhidar Batsov, Artur Malabarba and CIDER contributors
55
;;
66

77
;; This program is free software: you can redistribute it and/or modify

cider-completion.el

Lines changed: 1 addition & 1 deletion
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-2019 Bozhidar Batsov, Artur Malabarba and CIDER contributors
3+
;; Copyright © 2013-2020 Bozhidar Batsov, Artur Malabarba and CIDER contributors
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66
;; Artur Malabarba <[email protected]>

cider-debug.el

Lines changed: 1 addition & 1 deletion
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-2019 Bozhidar Batsov, Artur Malabarba and CIDER contributors
3+
;; Copyright © 2015-2020 Bozhidar Batsov, Artur Malabarba and CIDER contributors
44

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

0 commit comments

Comments
 (0)