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

+1-1

cider-apropos.el

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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]>

cider-debug.el

+1-1
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-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
3+
;; Copyright © 2015-2019 Bozhidar Batsov, Artur Malabarba and CIDER contributors
44

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

cider-doc.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-doc.el --- CIDER documentation functionality -*- lexical-binding: t -*-
22

3-
;; Copyright © 2014-2018 Bozhidar Batsov, Jeff Valk and CIDER contributors
3+
;; Copyright © 2014-2019 Bozhidar Batsov, Jeff Valk and CIDER contributors
44

55
;; Author: Jeff Valk <[email protected]>
66

cider-eldoc.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider-eldoc.el --- eldoc support for Clojure -*- 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
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

cider-eval.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider-eval.el --- Interactive evaluation (compilation) functionality -*- 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
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

cider-find.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-find.el --- Functionality for finding things -*- 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-format.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-format.el --- Code and EDN formatting functionality -*- 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-grimoire.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-grimoire.el --- Grimoire integration -*- lexical-binding: t -*-
22

3-
;; Copyright © 2014-2018 Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2014-2019 Bozhidar Batsov and CIDER contributors
44
;;
55
;; Author: Bozhidar Batsov <[email protected]>
66

cider-inspector.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider-inspector.el --- Object inspector -*- lexical-binding: t -*-
22

3-
;; Copyright © 2013-2018 Vital Reactor, LLC
4-
;; Copyright © 2014-2018 Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2013-2019 Vital Reactor, LLC
4+
;; Copyright © 2014-2019 Bozhidar Batsov and CIDER contributors
55

66
;; Author: Ian Eslick <[email protected]>
77
;; Bozhidar Batsov <[email protected]>

cider-macroexpansion.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider-macroexpansion.el --- Macro expansion support -*- 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
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

cider-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider-mode.el --- Minor mode for REPL interactions -*- 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
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

cider-ns.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-ns.el --- Namespace manipulation functionality -*- 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-overlays.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-overlays.el --- Managing CIDER overlays -*- lexical-binding: t; -*-
22

3-
;; Copyright © 2015-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
3+
;; Copyright © 2015-2019 Bozhidar Batsov, Artur Malabarba and CIDER contributors
44

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

cider-popup.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-popup.el --- Creating and quitting popup buffers -*- lexical-binding: t; -*-
22

3-
;; Copyright © 2015-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
3+
;; Copyright © 2015-2019 Bozhidar Batsov, Artur Malabarba and CIDER contributors
44

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

cider-profile.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-profile.el --- CIDER support for profiling -*- lexical-binding: t; -*-
22

3-
;; Copyright © 2014-2018 Edwin Watkeys and CIDER contributors
3+
;; Copyright © 2014-2019 Edwin Watkeys and CIDER contributors
44

55
;; Author: Edwin Watkeys <[email protected]>
66
;; Juan E. Maya <[email protected]>

cider-repl.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider-repl.el --- CIDER REPL mode interactions -*- 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
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

cider-resolve.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-resolve.el --- Resolve clojure symbols according to current nREPL connection
22

3-
;; Copyright © 2015-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors
3+
;; Copyright © 2015-2019 Bozhidar Batsov, Artur Malabarba and CIDER contributors
44

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

cider-scratch.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-scratch.el --- *scratch* buffer for Clojure -*- lexical-binding: t -*-
22

3-
;; Copyright © 2014-2018 Bozhidar Batsov and CIDER contributors
3+
;; Copyright © 2014-2019 Bozhidar Batsov and CIDER contributors
44
;;
55
;; Author: Tim King <[email protected]>
66
;; Phil Hagelberg <[email protected]>

cider-selector.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider-selector.el --- Buffer selection command inspired by SLIME's selector -*- 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
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

cider-stacktrace.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-stacktrace.el --- Stacktrace navigator -*- 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-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-test.el --- Test result viewer -*- 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-tracing.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-tracing.el --- Executing tracing functionality -*- 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-util.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;; cider-util.el --- Common utility functions that don't belong anywhere else -*- 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
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

cider.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; cider.el --- Clojure Interactive Development Environment that Rocks -*- 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
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site_name: "CIDER: The Clojure Interactive Development Environment that Rocks"
22
repo_url: https://github.com/clojure-emacs/cider
33
edit_uri: edit/master/doc/
44
site_favicon: favicon.ico
5-
copyright: "Copyright &copy; 2016-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors"
5+
copyright: "Copyright &copy; 2016-2019 Bozhidar Batsov, Artur Malabarba and CIDER contributors"
66
docs_dir: doc
77
pages:
88
- Home: index.md

nrepl-client.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; nrepl-client.el --- Client for Clojure nREPL -*- 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
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

nrepl-dict.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; nrepl-dict.el --- Dictionary functions for Clojure nREPL -*- 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
;; Author: Tim King <[email protected]>
77
;; Phil Hagelberg <[email protected]>

test/cider-apropos-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-apropos-tests.el
22

3-
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov
3+
;; Copyright © 2012-2019 Tim King, Bozhidar Batsov
44

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

test/cider-browse-ns-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-browse-ns-tests.el
22

3-
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov
3+
;; Copyright © 2012-2019 Tim King, Bozhidar Batsov
44

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

test/cider-classpath-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-classpath-tests.el
22

3-
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov
3+
;; Copyright © 2012-2019 Tim King, Bozhidar Batsov
44

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

test/cider-client-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-client-tests.el
22

3-
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov
3+
;; Copyright © 2012-2019 Tim King, Bozhidar Batsov
44

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

test/cider-common-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-common-tests.el
22

3-
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov
3+
;; Copyright © 2012-2019 Tim King, Bozhidar Batsov
44

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

test/cider-connection-tests.el

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-connection-tests.el
22

3-
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov, Vitalie Spinu
3+
;; Copyright © 2012-2019 Tim King, Bozhidar Batsov, Vitalie Spinu
44

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>
@@ -361,5 +361,3 @@
361361
(cider-jack-in-clj&cljs '(:project-dir "some/other/project")))
362362
(it "detects existing project"
363363
(expect 'y-or-n-p :to-have-been-called-times 3)))
364-
365-

test/cider-debug-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-debug-tests.el
22

3-
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov
3+
;; Copyright © 2012-2019 Tim King, Bozhidar Batsov
44

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

test/cider-eldoc-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-eldoc-tests.el
22

3-
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov
3+
;; Copyright © 2012-2019 Tim King, Bozhidar Batsov
44

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

test/cider-error-parsing-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-error-parsing-tests.el
22

3-
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov
3+
;; Copyright © 2012-2019 Tim King, Bozhidar Batsov
44

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

test/cider-find-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-find-tests.el
22

3-
;; Copyright © 2012-2018 Bozhidar Batsov
3+
;; Copyright © 2012-2019 Bozhidar Batsov
44

55
;; Author: Bozhidar Batsov <[email protected]>
66

test/cider-grimoire-tests.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; cider-grimoire-tests.el
22

3-
;; Copyright © 2012-2018 Tim King, Bozhidar Batsov
3+
;; Copyright © 2012-2019 Tim King, Bozhidar Batsov
44

55
;; Author: Tim King <[email protected]>
66
;; Bozhidar Batsov <[email protected]>

0 commit comments

Comments
 (0)