Skip to content

Commit 323bb97

Browse files
committed
Update copyright notices
1 parent 29759f5 commit 323bb97

6 files changed

+6
-6
lines changed

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-2018 taku0
3+
;; Copyright (C) 2014-2019 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-2018 taku0, Chris Barrett, Bozhidar Batsov,
3+
;; Copyright (C) 2014-2019 taku0, Chris Barrett, Bozhidar Batsov,
44
;; Arthur Evstifeev, Michael Sanders
55

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

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-2018 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev
3+
;; Copyright (C) 2014-2020 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev
44

55
;; Authors: taku0 (http://github.com/taku0)
66
;; Chris Barrett <[email protected]>

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-2018 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev
3+
;; Copyright (C) 2014-2020 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev
44

55
;; Authors: taku0 (http://github.com/taku0)
66
;; Chris Barrett <[email protected]>

test/swift-mode-test-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-test-beginning-of-defun.el --- Test for swift-mode: beginning-of-defun -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2017-2018 taku0
3+
;; Copyright (C) 2017-2019 taku0
44

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

test/swift-mode-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; swift-mode-test.el --- Test for swift-mode -*- lexical-binding: t -*-
22

3-
;; Copyright (C) 2016-2018 taku0
3+
;; Copyright (C) 2016-2019 taku0
44

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

0 commit comments

Comments
 (0)