summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-27 11:57:39 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-27 11:57:39 +0300
commitf12c7e1fdf40e12285b54cd4b8b8b32a460b4959 (patch)
tree24fa0badf95f3c1fa8d014ad3ed6569dbcfcb468
parentf69dc228c84caac31d25d804a1a6c77b74e1ac8a (diff)
Update a few copyright headers
-rw-r--r--cider-apropos.el2
-rw-r--r--cider-browse-ns.el2
-rw-r--r--cider-classpath.el2
-rw-r--r--cider-doc.el2
-rw-r--r--cider-grimoire.el2
-rw-r--r--cider-inspector.el2
-rw-r--r--cider-popup.el2
-rw-r--r--cider-resolve.el2
-rw-r--r--cider-scratch.el2
-rw-r--r--cider-stacktrace.el2
-rw-r--r--cider-test.el2
-rw-r--r--test/cider-overlay-tests.el2
-rw-r--r--test/cider-tests--no-auto.el2
13 files changed, 13 insertions, 13 deletions
diff --git a/cider-apropos.el b/cider-apropos.el
index c930987d..ba6637b0 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-2016 Jeff Valk, Bozhidar Batsov
+;; Copyright © 2014-2016 Jeff Valk, Bozhidar Batsov and CIDER contributors
;;
;; Author: Jeff Valk <jv@jeffvalk.com>
diff --git a/cider-browse-ns.el b/cider-browse-ns.el
index 55c5f8a2..24289b69 100644
--- a/cider-browse-ns.el
+++ b/cider-browse-ns.el
@@ -1,6 +1,6 @@
;;; cider-browse-ns.el --- CIDER namespace browser
-;; Copyright © 2014-2016 John Andrews, Bozhidar Batsov
+;; Copyright © 2014-2016 John Andrews, Bozhidar Batsov and CIDER contributors
;; Author: John Andrews <john.m.andrews@gmail.com>
diff --git a/cider-classpath.el b/cider-classpath.el
index 5fd8b4fe..edc0bfb6 100644
--- a/cider-classpath.el
+++ b/cider-classpath.el
@@ -1,6 +1,6 @@
;;; cider-classpath.el --- Basic Java classpath browser
-;; Copyright © 2014-2016 Bozhidar Batsov
+;; Copyright © 2014-2016 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
diff --git a/cider-doc.el b/cider-doc.el
index 2fd535e7..ee6ac5d3 100644
--- a/cider-doc.el
+++ b/cider-doc.el
@@ -1,6 +1,6 @@
;;; cider-doc.el --- CIDER documentation functionality -*- lexical-binding: t -*-
-;; Copyright © 2014-2016 Jeff Valk
+;; Copyright © 2014-2016 Bozhidar Batsov, Jeff Valk and CIDER contributors
;; Author: Jeff Valk <jv@jeffvalk.com>
diff --git a/cider-grimoire.el b/cider-grimoire.el
index 36f2a9ec..e0d246ad 100644
--- a/cider-grimoire.el
+++ b/cider-grimoire.el
@@ -1,6 +1,6 @@
;;; cider-grimoire.el --- Grimoire integration -*- lexical-binding: t -*-
-;; Copyright © 2014-2016 Bozhidar Batsov
+;; Copyright © 2014-2016 Bozhidar Batsov and CIDER contributors
;;
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
diff --git a/cider-inspector.el b/cider-inspector.el
index 2a0cedac..d5fc68c1 100644
--- a/cider-inspector.el
+++ b/cider-inspector.el
@@ -1,7 +1,7 @@
;;; cider-inspector.el --- Object inspector -*- lexical-binding: t -*-
;; Copyright © 2013-2016 Vital Reactor, LLC
-;; Copyright © 2014-2016 Bozhidar Batsov
+;; Copyright © 2014-2016 Bozhidar Batsov and CIDER contributors
;; Author: Ian Eslick <ian@vitalreactor.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
diff --git a/cider-popup.el b/cider-popup.el
index 6f66911f..b8438580 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-2016 Artur Malabarba
+;; Copyright (C) 2015-2016 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-resolve.el b/cider-resolve.el
index 51c82028..6f32ade2 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-2016 Artur Malabarba
+;; Copyright © 2015-2016 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
diff --git a/cider-scratch.el b/cider-scratch.el
index fbb8b594..e794afd3 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-2016 Bozhidar Batsov
+;; Copyright © 2014-2016 Bozhidar Batsov and CIDER contributors
;;
;; Author: Tim King <kingtim@gmail.com>
;; Phil Hagelberg <technomancy@gmail.com>
diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index c708fdaf..fa129873 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -1,6 +1,6 @@
;;; cider-stacktrace.el --- Stacktrace navigator -*- lexical-binding: t -*-
-;; Copyright © 2014-2016 Jeff Valk
+;; Copyright © 2014-2016 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Author: Jeff Valk <jv@jeffvalk.com>
diff --git a/cider-test.el b/cider-test.el
index 5247929d..5100e10a 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -1,6 +1,6 @@
;;; cider-test.el --- Test result viewer -*- lexical-binding: t -*-
-;; Copyright © 2014-2016 Jeff Valk
+;; Copyright © 2014-2016 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Author: Jeff Valk <jv@jeffvalk.com>
diff --git a/test/cider-overlay-tests.el b/test/cider-overlay-tests.el
index 20467436..0a3a8855 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-2016 Artur Malabarba
+;; Copyright (C) 2015-2016 Bozhidar Batsov, Artur Malabarba and CIDER contributors
;; 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 cdfcbe9f..d0c1e29a 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-2016 Jeff Valk
+;; Copyright © 2014-2016 Jeff Valk, Bozhidar Batsov and CIDER contributors
;; Author: Jeff Valk <jv@jeffvalk.com>