Skip to content

Commit 73c85be

Browse files
committed
Bump the copyright years
1 parent 4242c6a commit 73c85be

Some content is hidden

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

60 files changed

+61
-63
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-2018 Jeff Valk, Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2014-2019 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-2018 John Andrews, Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2014-2019 John Andrews, Bozhidar Batsov and CIDER contributors
44

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

cider-cheatsheet.el

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

cider-connection.el

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

0 commit comments

Comments
 (0)