branch: elpa/swift-mode commit 323bb9716d18b6d468ec939b6a95d4af8ac9a10d Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@tatapa.org>
Update copyright notices --- swift-mode-beginning-of-defun.el | 2 +- swift-mode-font-lock.el | 2 +- swift-mode-indent.el | 2 +- swift-mode-lexer.el | 2 +- test/swift-mode-test-beginning-of-defun.el | 2 +- test/swift-mode-test.el | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/swift-mode-beginning-of-defun.el b/swift-mode-beginning-of-defun.el index 003f41c..7bb938f 100644 --- a/swift-mode-beginning-of-defun.el +++ b/swift-mode-beginning-of-defun.el @@ -1,6 +1,6 @@ ;;; swift-mode-beginning-of-defun.el --- Major-mode for Apple's Swift programming language, beginning/end-of-defun. -*- lexical-binding: t -*- -;; Copyright (C) 2014-2018 taku0 +;; Copyright (C) 2014-2019 taku0 ;; Authors: taku0 (http://github.com/taku0) ;; diff --git a/swift-mode-font-lock.el b/swift-mode-font-lock.el index eb9ade2..41eb725 100644 --- a/swift-mode-font-lock.el +++ b/swift-mode-font-lock.el @@ -1,6 +1,6 @@ ;;; swift-mode-font-lock.el --- Major-mode for Apple's Swift programming language, Font Locks. -*- lexical-binding: t -*- -;; Copyright (C) 2014-2018 taku0, Chris Barrett, Bozhidar Batsov, +;; Copyright (C) 2014-2019 taku0, Chris Barrett, Bozhidar Batsov, ;; Arthur Evstifeev, Michael Sanders ;; Authors: taku0 (http://github.com/taku0) diff --git a/swift-mode-indent.el b/swift-mode-indent.el index f9b719a..5ec525e 100644 --- a/swift-mode-indent.el +++ b/swift-mode-indent.el @@ -1,6 +1,6 @@ ;;; swift-mode-indent.el --- Major-mode for Apple's Swift programming language, indentation. -*- lexical-binding: t -*- -;; Copyright (C) 2014-2018 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev +;; Copyright (C) 2014-2020 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev ;; Authors: taku0 (http://github.com/taku0) ;; Chris Barrett <chris.d.barr...@me.com> diff --git a/swift-mode-lexer.el b/swift-mode-lexer.el index 11a19b4..271680e 100644 --- a/swift-mode-lexer.el +++ b/swift-mode-lexer.el @@ -1,6 +1,6 @@ ;;; swift-mode-lexer.el --- Major-mode for Apple's Swift programming language, lexer. -*- lexical-binding: t -*- -;; Copyright (C) 2014-2018 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev +;; Copyright (C) 2014-2020 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev ;; Authors: taku0 (http://github.com/taku0) ;; Chris Barrett <chris.d.barr...@me.com> diff --git a/test/swift-mode-test-beginning-of-defun.el b/test/swift-mode-test-beginning-of-defun.el index 231e6ff..deb9aba 100644 --- a/test/swift-mode-test-beginning-of-defun.el +++ b/test/swift-mode-test-beginning-of-defun.el @@ -1,6 +1,6 @@ ;;; swift-mode-test-beginning-of-defun.el --- Test for swift-mode: beginning-of-defun -*- lexical-binding: t -*- -;; Copyright (C) 2017-2018 taku0 +;; Copyright (C) 2017-2019 taku0 ;; Authors: taku0 (http://github.com/taku0) ;; diff --git a/test/swift-mode-test.el b/test/swift-mode-test.el index 2bb2cf4..52fbb8f 100644 --- a/test/swift-mode-test.el +++ b/test/swift-mode-test.el @@ -1,6 +1,6 @@ ;;; swift-mode-test.el --- Test for swift-mode -*- lexical-binding: t -*- -;; Copyright (C) 2016-2018 taku0 +;; Copyright (C) 2016-2019 taku0 ;; Authors: taku0 (http://github.com/taku0) ;;