summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-01-01 19:12:35 +0000
committerBozhidar Batsov <bozhidar@batsov.com>2016-01-01 19:12:35 +0000
commit5eb525e19ec6a4fae2c1dc85833df8a77898aea6 (patch)
treec67cd8c74eebabda03ef63c6eeb661bb1c17dab0
parent9d6c5a91c4a60b9b3fa6ec8abd405ef1ac48a5b0 (diff)
Update the copyright years
-rw-r--r--README.md2
-rw-r--r--cider-apropos.el2
-rw-r--r--cider-browse-ns.el2
-rw-r--r--cider-classpath.el2
-rw-r--r--cider-client.el2
-rw-r--r--cider-common.el2
-rw-r--r--cider-compat.el4
-rw-r--r--cider-debug.el2
-rw-r--r--cider-doc.el2
-rw-r--r--cider-eldoc.el4
-rw-r--r--cider-grimoire.el2
-rw-r--r--cider-inspector.el4
-rw-r--r--cider-interaction.el4
-rw-r--r--cider-macroexpansion.el4
-rw-r--r--cider-mode.el4
-rw-r--r--cider-overlays.el2
-rw-r--r--cider-popup.el2
-rw-r--r--cider-repl.el4
-rw-r--r--cider-resolve.el2
-rw-r--r--cider-scratch.el2
-rw-r--r--cider-selector.el4
-rw-r--r--cider-stacktrace.el2
-rw-r--r--cider-test.el2
-rw-r--r--cider-util.el4
-rw-r--r--cider.el4
-rw-r--r--nrepl-client.el4
-rw-r--r--test/cider-overlay-tests.el2
-rw-r--r--test/cider-tests--no-auto.el2
-rw-r--r--test/cider-tests.el2
29 files changed, 40 insertions, 40 deletions
diff --git a/README.md b/README.md
index 48588798..d27485db 100644
--- a/README.md
+++ b/README.md
@@ -1582,7 +1582,7 @@ $ make test-bytecomp
## License
-Copyright © 2012-2015 Tim King, Phil Hagelberg, Bozhidar Batsov, Hugo
+Copyright © 2012-2016 Tim King, Phil Hagelberg, Bozhidar Batsov, Hugo
Duncan, Steve Purcell and
[contributors](https://github.com/clojure-emacs/cider/contributors).
diff --git a/cider-apropos.el b/cider-apropos.el
index 4fcacce6..6a76cd58 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-2015 Jeff Valk, Bozhidar Batsov
+;; Copyright © 2014-2016 Jeff Valk, Bozhidar Batsov
;;
;; Author: Jeff Valk <jv@jeffvalk.com>
diff --git a/cider-browse-ns.el b/cider-browse-ns.el
index 7b79084d..4051d383 100644
--- a/cider-browse-ns.el
+++ b/cider-browse-ns.el
@@ -1,6 +1,6 @@
;;; cider-browse-ns.el --- CIDER namespace browser
-;; Copyright © 2014-2015 John Andrews, Bozhidar Batsov
+;; Copyright © 2014-2016 John Andrews, Bozhidar Batsov
;; Author: John Andrews <john.m.andrews@gmail.com>
diff --git a/cider-classpath.el b/cider-classpath.el
index 57e4f8f9..9f5c51bf 100644
--- a/cider-classpath.el
+++ b/cider-classpath.el
@@ -1,6 +1,6 @@
;;; cider-classpath.el --- Basic Java classpath browser
-;; Copyright © 2014-2015 Bozhidar Batsov
+;; Copyright © 2014-2016 Bozhidar Batsov
;; 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 57457036..ee651b18 100644
--- a/cider-client.el
+++ b/cider-client.el
@@ -1,6 +1,6 @@
;;; cider-client.el --- A layer of abstraction above the actual client code. -*- lexical-binding: t -*-
-;; Copyright © 2013-2015 Bozhidar Batsov
+;; Copyright © 2013-2016 Bozhidar Batsov
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
diff --git a/cider-common.el b/cider-common.el
index 87e58ac8..530feb37 100644
--- a/cider-common.el
+++ b/cider-common.el
@@ -1,6 +1,6 @@
;;; cider-common.el --- Common use functions -*- lexical-binding: t; -*-
-;; Copyright (C) 2015 Artur Malabarba
+;; Copyright (C) 2015-2016 Artur Malabarba
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-compat.el b/cider-compat.el
index c506cf38..3449a94e 100644
--- a/cider-compat.el
+++ b/cider-compat.el
@@ -1,7 +1,7 @@
;;; cider-compat.el --- Functions from newer Emacs versions for compatibility -*- lexical-binding: t -*-
-;; Copyright © 2012-2015 Tim King, Phil Hagelberg
-;; Copyright © 2013-2015 Bozhidar Batsov, Hugo Duncan, Steve Purcell
+;; Copyright © 2012-2016 Tim King, Phil Hagelberg
+;; Copyright © 2013-2016 Bozhidar Batsov, Hugo Duncan, Steve Purcell
;;
;; This program is free software: you can redistribute it and/or modify
diff --git a/cider-debug.el b/cider-debug.el
index ba07d756..e5866ad3 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 Artur Malabarba
+;; Copyright © 2015-2016 Artur Malabarba
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-doc.el b/cider-doc.el
index a162fce0..5a9375be 100644
--- a/cider-doc.el
+++ b/cider-doc.el
@@ -1,6 +1,6 @@
;;; cider-doc.el --- CIDER documentation functionality -*- lexical-binding: t -*-
-;; Copyright © 2014-2015 Jeff Valk
+;; Copyright © 2014-2016 Jeff Valk
;; Author: Jeff Valk <jv@jeffvalk.com>
diff --git a/cider-eldoc.el b/cider-eldoc.el
index afe15eb7..408fade6 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-2015 Tim King, Phil Hagelberg
-;; Copyright © 2013-2015 Bozhidar Batsov, Hugo Duncan, Steve Purcell
+;; Copyright © 2012-2016 Tim King, Phil Hagelberg
+;; Copyright © 2013-2016 Bozhidar Batsov, Hugo Duncan, Steve Purcell
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-grimoire.el b/cider-grimoire.el
index 82fe420e..80df5555 100644
--- a/cider-grimoire.el
+++ b/cider-grimoire.el
@@ -1,6 +1,6 @@
;;; cider-grimoire.el --- Grimoire integration -*- lexical-binding: t -*-
-;; Copyright © 2014-2015 Bozhidar Batsov
+;; Copyright © 2014-2016 Bozhidar Batsov
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
diff --git a/cider-inspector.el b/cider-inspector.el
index 8d38f2d2..0de90b24 100644
--- a/cider-inspector.el
+++ b/cider-inspector.el
@@ -1,7 +1,7 @@
;;; cider-inspector.el --- Object inspector -*- lexical-binding: t -*-
-;; Copyright © 2013-2015 Vital Reactor, LLC
-;; Copyright © 2014-2015 Bozhidar Batsov
+;; Copyright © 2013-2016 Vital Reactor, LLC
+;; Copyright © 2014-2016 Bozhidar Batsov
;; Author: Ian Eslick <ian@vitalreactor.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
diff --git a/cider-interaction.el b/cider-interaction.el
index 76f5c637..3044e87b 100644
--- a/cider-interaction.el
+++ b/cider-interaction.el
@@ -1,7 +1,7 @@
;;; cider-interaction.el --- IDE for Clojure -*- lexical-binding: t -*-
-;; Copyright © 2012-2015 Tim King, Phil Hagelberg
-;; Copyright © 2013-2015 Bozhidar Batsov, Hugo Duncan, Steve Purcell
+;; Copyright © 2012-2016 Tim King, Phil Hagelberg
+;; Copyright © 2013-2016 Bozhidar Batsov, Hugo Duncan, Steve Purcell
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-macroexpansion.el b/cider-macroexpansion.el
index d13de313..eccf9c6d 100644
--- a/cider-macroexpansion.el
+++ b/cider-macroexpansion.el
@@ -1,7 +1,7 @@
;;; cider-macroexpansion.el --- Macro expansion support -*- lexical-binding: t -*-
-;; Copyright © 2012-2015 Tim King, Phil Hagelberg
-;; Copyright © 2013-2015 Bozhidar Batsov, Hugo Duncan, Steve Purcell
+;; Copyright © 2012-2016 Tim King, Phil Hagelberg
+;; Copyright © 2013-2016 Bozhidar Batsov, Hugo Duncan, Steve Purcell
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-mode.el b/cider-mode.el
index 6ad29e5a..d41f1544 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-2015 Tim King, Phil Hagelberg
-;; Copyright © 2013-2015 Bozhidar Batsov, Hugo Duncan, Steve Purcell
+;; Copyright © 2012-2016 Tim King, Phil Hagelberg
+;; Copyright © 2013-2016 Bozhidar Batsov, Hugo Duncan, Steve Purcell
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-overlays.el b/cider-overlays.el
index a71e33db..518b4154 100644
--- a/cider-overlays.el
+++ b/cider-overlays.el
@@ -1,6 +1,6 @@
;;; cider-overlays.el --- Managing CIDER overlays -*- lexical-binding: t; -*-
-;; Copyright © 2015 Artur Malabarba
+;; Copyright © 2015-2016 Artur Malabarba
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-popup.el b/cider-popup.el
index 515e3299..8457ac4c 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 (C) 2015 Artur Malabarba
+;; Copyright (C) 2015-2016 Artur Malabarba
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-repl.el b/cider-repl.el
index 87136e91..b61d5da6 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1,7 +1,7 @@
;;; cider-repl.el --- REPL interactions -*- lexical-binding: t -*-
-;; Copyright © 2012-2015 Tim King, Phil Hagelberg
-;; Copyright © 2013-2015 Bozhidar Batsov, Hugo Duncan, Steve Purcell
+;; Copyright © 2012-2016 Tim King, Phil Hagelberg
+;; Copyright © 2013-2016 Bozhidar Batsov, Hugo Duncan, Steve Purcell
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-resolve.el b/cider-resolve.el
index 2e19717d..51c82028 100644
--- a/cider-resolve.el
+++ b/cider-resolve.el
@@ -1,6 +1,6 @@
;;; cider-resolve.el --- Resolve clojure symbols according to current nREPL connection
-;; Copyright © 2015 Artur Malabarba
+;; Copyright © 2015-2016 Artur Malabarba
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-scratch.el b/cider-scratch.el
index 5d487b9d..7035190f 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-2015 Bozhidar Batsov
+;; Copyright © 2014-2016 Bozhidar Batsov
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-selector.el b/cider-selector.el
index 91e4fc4d..6810d246 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-2015 Tim King, Phil Hagelberg
-;; Copyright © 2013-2015 Bozhidar Batsov, Hugo Duncan, Steve Purcell
+;; Copyright © 2012-2016 Tim King, Phil Hagelberg
+;; Copyright © 2013-2016 Bozhidar Batsov, Hugo Duncan, Steve Purcell
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index 8aa3e7c3..e2f0dd80 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -1,6 +1,6 @@
;;; cider-stacktrace.el --- Stacktrace navigator -*- lexical-binding: t -*-
-;; Copyright © 2014-2015 Jeff Valk
+;; Copyright © 2014-2016 Jeff Valk
;; Author: Jeff Valk <jv@jeffvalk.com>
diff --git a/cider-test.el b/cider-test.el
index 40e9c0ff..e1d0a1ce 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -1,6 +1,6 @@
;;; cider-test.el --- Test result viewer -*- lexical-binding: t -*-
-;; Copyright © 2014-2015 Jeff Valk
+;; Copyright © 2014-2016 Jeff Valk
;; Author: Jeff Valk <jv@jeffvalk.com>
diff --git a/cider-util.el b/cider-util.el
index d9d734d7..87ab35cf 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-2015 Tim King, Phil Hagelberg
-;; Copyright © 2013-2015 Bozhidar Batsov, Hugo Duncan, Steve Purcell
+;; Copyright © 2012-2016 Tim King, Phil Hagelberg
+;; Copyright © 2013-2016 Bozhidar Batsov, Hugo Duncan, Steve Purcell
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider.el b/cider.el
index 5f21b89e..f82804da 100644
--- a/cider.el
+++ b/cider.el
@@ -1,7 +1,7 @@
;;; cider.el --- Clojure Interactive Development Environment that Rocks -*- lexical-binding: t -*-
-;; Copyright © 2012-2015 Tim King, Phil Hagelberg
-;; Copyright © 2013-2015 Bozhidar Batsov, Hugo Duncan, Steve Purcell
+;; Copyright © 2012-2016 Tim King, Phil Hagelberg
+;; Copyright © 2013-2016 Bozhidar Batsov, Hugo Duncan, Steve Purcell
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/nrepl-client.el b/nrepl-client.el
index 085b7818..c33cb38b 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-2015 Tim King, Phil Hagelberg
-;; Copyright © 2013-2015 Bozhidar Batsov, Hugo Duncan, Steve Purcell
+;; Copyright © 2012-2016 Tim King, Phil Hagelberg
+;; Copyright © 2013-2016 Bozhidar Batsov, Hugo Duncan, Steve Purcell
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/test/cider-overlay-tests.el b/test/cider-overlay-tests.el
index c6fef406..20467436 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 (C) 2015 Artur Malabarba
+;; Copyright (C) 2015-2016 Artur Malabarba
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/test/cider-tests--no-auto.el b/test/cider-tests--no-auto.el
index 34e578bb..cdfcbe9f 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-2015 Jeff Valk
+;; Copyright © 2014-2016 Jeff Valk
;; Author: Jeff Valk <jv@jeffvalk.com>
diff --git a/test/cider-tests.el b/test/cider-tests.el
index ed75b733..0b7a1245 100644
--- a/test/cider-tests.el
+++ b/test/cider-tests.el
@@ -1,6 +1,6 @@
;;; cider-tests.el
-;; Copyright © 2012-2015 Tim King, Bozhidar Batsov
+;; Copyright © 2012-2016 Tim King, Bozhidar Batsov
;; Author: Tim King <kingtim@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>