Skip to content

Commit 370caa7

Browse files
committed
Update copyright notices
1 parent f614620 commit 370caa7

8 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Thanks to [@purcell](https://github.com/purcell) (Steve Purcell) for advices on
219219

220220
## License
221221

222-
GPLv3. See [COPYING][] for details. Copyright (C) 2014-2016 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev.
222+
GPLv3. See [COPYING][] for details. Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev.
223223

224224
[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
225225
[badge-run-test]: https://github.com/swift-emacs/swift-mode/workflows/Run%20Tests/badge.svg

swift-mode-beginning-of-defun.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; swift-mode-beginning-of-defun.el --- Major-mode for Apple's Swift programming language, beginning/end-of-defun. -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2014-2019 taku0
3+
;; Copyright (C) 2014-2021 taku0
44

55
;; Authors: taku0 (http://github.com/taku0)
66

swift-mode-font-lock.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; swift-mode-font-lock.el --- Major-mode for Apple's Swift programming language, Font Locks. -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2014-2020 taku0, Chris Barrett, Bozhidar Batsov,
3+
;; Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov,
44
;; Arthur Evstifeev, Michael Sanders
55

66
;; Authors: taku0 (http://github.com/taku0)

swift-mode-imenu.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; swift-mode-imenu.el --- Major-mode for Apple's Swift programming language, , Imenu -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2019 taku0
3+
;; Copyright (C) 2019-2021 taku0
44

55
;; Authors: taku0 (http://github.com/taku0)
66

swift-mode-indent.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; swift-mode-indent.el --- Major-mode for Apple's Swift programming language, indentation. -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2014-2020 taku0, Chris Barrett, Bozhidar Batsov,
3+
;; Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov,
44
;; Arthur Evstifeev
55

66
;; Authors: taku0 (http://github.com/taku0)

swift-mode-lexer.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; swift-mode-lexer.el --- Major-mode for Apple's Swift programming language, lexer. -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2014-2020 taku0, Chris Barrett, Bozhidar Batsov,
3+
;; Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov,
44
;; Arthur Evstifeev
55

66
;; Authors: taku0 (http://github.com/taku0)

swift-mode-repl.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; swift-mode-repl.el --- Run Apple's Swift processes in Emacs buffers -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2014-2020 taku0, Chris Barrett, Bozhidar Batsov,
3+
;; Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov,
44
;; Arthur Evstifeev, Michael Sanders
55

66
;; Authors: taku0 (http://github.com/taku0)

swift-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; swift-mode.el --- Major-mode for Apple's Swift programming language -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2014-2020 taku0, Chris Barrett, Bozhidar Batsov,
3+
;; Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov,
44
;; Arthur Evstifeev
55

66
;; Authors: taku0 (http://github.com/taku0)

0 commit comments

Comments
 (0)