Skip to content

Commit c76435b

Browse files
committed
Update the copyright years
1 parent 7e23196 commit c76435b

10 files changed

+10
-10
lines changed

clojure-mode-convert-collection-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-convert-collection-test.el --- Clojure Mode: convert collection type -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2016 Benedek Fazekas <[email protected]>
3+
;; Copyright (C) 2016-2017 Benedek Fazekas <[email protected]>
44

55
;; This file is not part of GNU Emacs.
66

clojure-mode-cycling-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-cycling-test.el --- Clojure Mode: cycling things tests -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2016 Benedek Fazekas <[email protected]>
3+
;; Copyright (C) 2016-2017 Benedek Fazekas <[email protected]>
44

55
;; This file is not part of GNU Emacs.
66

clojure-mode-font-lock-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-font-lock-test.el --- Clojure Mode: Font lock test suite -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2014-2016 Bozhidar Batsov <[email protected]>
3+
;; Copyright (C) 2014-2017 Bozhidar Batsov <[email protected]>
44

55
;; This file is not part of GNU Emacs.
66

clojure-mode-indentation-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-indentation-test.el --- Clojure Mode: indentation tests -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2015-2016 Bozhidar Batsov <[email protected]>
3+
;; Copyright (C) 2015-2017 Bozhidar Batsov <[email protected]>
44

55
;; This file is not part of GNU Emacs.
66

clojure-mode-refactor-let-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-refactor-let-test.el --- Clojure Mode: refactor let -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2016 Benedek Fazekas <[email protected]>
3+
;; Copyright (C) 2016-2017 Benedek Fazekas <[email protected]>
44

55
;; This file is not part of GNU Emacs.
66

clojure-mode-refactor-threading-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-refactor-threading-test.el --- Clojure Mode: refactor threading tests -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2016 Benedek Fazekas <[email protected]>
3+
;; Copyright (C) 2016-2017 Benedek Fazekas <[email protected]>
44

55
;; This file is not part of GNU Emacs.
66

clojure-mode-sexp-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-sexp-test.el --- Clojure Mode: sexp tests -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2015-2016 Artur Malabarba <[email protected]>
3+
;; Copyright (C) 2015-2017 Artur Malabarba <[email protected]>
44

55
;; This file is not part of GNU Emacs.
66

clojure-mode-syntax-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-syntax-test.el --- Clojure Mode: syntax related tests -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2015-2016 Bozhidar Batsov <[email protected]>
3+
;; Copyright (C) 2015-2017 Bozhidar Batsov <[email protected]>
44

55
;; This file is not part of GNU Emacs.
66

clojure-mode-util-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; clojure-mode-util-test.el --- Clojure Mode: util test suite -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2014-2016 Bozhidar Batsov <[email protected]>
3+
;; Copyright (C) 2014-2017 Bozhidar Batsov <[email protected]>
44

55
;; This file is not part of GNU Emacs.
66

test-helper.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; test-helper.el --- Clojure Mode: Non-interactive unit-test setup -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2014-2016 Bozhidar Batsov <[email protected]>
3+
;; Copyright (C) 2014-2017 Bozhidar Batsov <[email protected]>
44

55
;; This file is not part of GNU Emacs.
66

0 commit comments

Comments
 (0)