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 1, 2018
1 parent 533da07 commit 3e9ed12
Show file tree
Hide file tree
Showing 50 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ site. [[Become a sponsor](https://opencollective.com/cider#sponsor)]

## License

Copyright © 2012-2017 Tim King, Phil Hagelberg, Bozhidar Batsov, Artur Malabarba and
Copyright © 2012-2018 Tim King, Phil Hagelberg, Bozhidar Batsov, Artur Malabarba and
[contributors](https://github.com/clojure-emacs/cider/contributors).

Distributed under the GNU General Public License, version 3
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-2017 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2018 Jeff Valk, Bozhidar Batsov and CIDER contributors
;;
;; Author: Jeff Valk <jv@jeffvalk.com>

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

;; Copyright © 2014-2017 John Andrews, Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2018 John Andrews, Bozhidar Batsov and CIDER contributors

;; Author: John Andrews <john.m.andrews@gmail.com>

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

;; Copyright © 2014-2017 Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2018 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 the actual client code. -*- lexical-binding: t -*-

;; Copyright © 2013-2017 Bozhidar Batsov
;; Copyright © 2013-2018 Bozhidar Batsov
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>

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-2017 Artur Malabarba
;; Copyright © 2015-2018 Artur Malabarba

;; Author: Artur Malabarba <bruce.connor.am@gmail.com>

Expand Down
2 changes: 1 addition & 1 deletion cider-compat.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; cider-compat.el --- Functions from newer Emacs versions for compatibility -*- lexical-binding: t -*-

;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;

;; This program is free software: you can redistribute it and/or modify
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-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2015-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors

;; Author: Artur Malabarba <bruce.connor.am@gmail.com>

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-2017 Bozhidar Batsov, Jeff Valk and CIDER contributors
;; Copyright © 2014-2018 Bozhidar Batsov, Jeff Valk and CIDER contributors

;; Author: Jeff Valk <jv@jeffvalk.com>

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-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion cider-grimoire.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-grimoire.el --- Grimoire integration -*- lexical-binding: t -*-

;; Copyright © 2014-2017 Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2018 Bozhidar Batsov and CIDER contributors
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>

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-2017 Vital Reactor, LLC
;; Copyright © 2014-2017 Bozhidar Batsov and CIDER contributors
;; Copyright © 2013-2018 Vital Reactor, LLC
;; Copyright © 2014-2018 Bozhidar Batsov and CIDER contributors

;; Author: Ian Eslick <ian@vitalreactor.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
Expand Down
2 changes: 1 addition & 1 deletion cider-interaction.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; cider-interaction.el --- IDE for Clojure -*- lexical-binding: t -*-

;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
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-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
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-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
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-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2015-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors

;; Author: Artur Malabarba <bruce.connor.am@gmail.com>

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-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2015-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors

;; Author: Artur Malabarba <bruce.connor.am@gmail.com>

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 --- REPL interactions -*- lexical-binding: t -*-

;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov
;; Copyright © 2013-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
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

;; Copyright © 2015-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2015-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors

;; Author: Artur Malabarba <bruce.connor.am@gmail.com>

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-2017 Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2018 Bozhidar Batsov and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
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-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
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-2017 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2018 Jeff Valk, Bozhidar Batsov and CIDER contributors

;; Author: Jeff Valk <jv@jeffvalk.com>

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-2017 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2018 Jeff Valk, Bozhidar Batsov and CIDER contributors

;; Author: Jeff Valk <jv@jeffvalk.com>

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-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
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-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: "CIDER: The Clojure Interactive Development Environment that Rocks"
repo_url: https://github.com/clojure-emacs/cider
site_favicon: favicon.ico
copyright: "Copyright (C) 2016-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors"
copyright: "Copyright (C) 2016-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors"
docs_dir: doc
pages:
- Home: index.md
Expand Down
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-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
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-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2013-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
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

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
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

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
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

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
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

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
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

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
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

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
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

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
Expand Down
2 changes: 1 addition & 1 deletion test/cider-error-parsing-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-error-parsing-tests.el

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
Expand Down
2 changes: 1 addition & 1 deletion test/cider-grimoire-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-grimoire-tests.el

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
Expand Down
2 changes: 1 addition & 1 deletion test/cider-interaction-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-interaction-tests.el

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
Expand Down
2 changes: 1 addition & 1 deletion test/cider-overlay-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-overlay-tests.el -*- lexical-binding: t; -*-

;; Copyright © 2015-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Copyright © 2015-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors

;; Author: Artur Malabarba <bruce.connor.am@gmail.com>

Expand Down
2 changes: 1 addition & 1 deletion test/cider-repl-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-repl-tests.el

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
Expand Down
2 changes: 1 addition & 1 deletion test/cider-selector-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-selector-tests.el

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
Expand Down
2 changes: 1 addition & 1 deletion test/cider-stacktrace-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-stacktrace-tests.el

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
Expand Down
2 changes: 1 addition & 1 deletion test/cider-tests--no-auto.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-tests--no-auto.el --- Non-automated tests -*- lexical-binding: t -*-

;; Copyright © 2014-2017 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Copyright © 2014-2018 Jeff Valk, Bozhidar Batsov and CIDER contributors

;; Author: Jeff Valk <jv@jeffvalk.com>

Expand Down
2 changes: 1 addition & 1 deletion test/cider-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-tests.el

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
Expand Down
2 changes: 1 addition & 1 deletion test/cider-util-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; cider-util-tests.el

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
Expand Down
2 changes: 1 addition & 1 deletion test/nrepl-bencode-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; nrepl-bencode-tests.el

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
Expand Down
2 changes: 1 addition & 1 deletion test/nrepl-client-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; nrepl-client-tests.el

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
Expand Down
2 changes: 1 addition & 1 deletion test/nrepl-dict-tests.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; nrepl-dict-tests.el

;; Copyright © 2012-2017 Tim King, Bozhidar Batsov
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov

;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
Expand Down
Loading

0 comments on commit 3e9ed12

Please sign in to comment.