branch: elpa/swift-mode commit cfbec0a22b99eacec6c7522eedb87ab8715a3f98 Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@tatapa.org>
Update copyrights --- swift-mode-beginning-of-defun.el | 2 +- swift-mode-font-lock.el | 2 +- swift-mode-indent.el | 2 +- swift-mode-lexer.el | 2 +- swift-mode-repl.el | 2 +- swift-mode.el | 2 +- test/swift-mode-test-beginning-of-defun.el | 2 +- test/swift-mode-test-indent.el | 2 +- test/swift-mode-test.el | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/swift-mode-beginning-of-defun.el b/swift-mode-beginning-of-defun.el index 8e0b398..eb121db 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-2017 taku0 +;; Copyright (C) 2014-2018 taku0 ;; Authors: taku0 (http://github.com/taku0) ;; diff --git a/swift-mode-font-lock.el b/swift-mode-font-lock.el index d1ce13c..b822795 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-2017 taku0, Chris Barrett, Bozhidar Batsov, +;; Copyright (C) 2014-2018 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 db66068..c5cb23f 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-2017 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev +;; Copyright (C) 2014-2018 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 b35a96a..7e95136 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-2017 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev +;; Copyright (C) 2014-2018 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-repl.el b/swift-mode-repl.el index 90dd144..9ee371f 100644 --- a/swift-mode-repl.el +++ b/swift-mode-repl.el @@ -1,6 +1,6 @@ ;;; swift-mode-repl.el --- Run Apple's Swift processes in Emacs buffers -*- lexical-binding: t -*- -;; Copyright (C) 2014-2017 taku0, Chris Barrett, Bozhidar Batsov, +;; Copyright (C) 2014-2018 taku0, Chris Barrett, Bozhidar Batsov, ;; Arthur Evstifeev, Michael Sanders ;; Authors: taku0 (http://github.com/taku0) diff --git a/swift-mode.el b/swift-mode.el index 869c4c2..d180b11 100644 --- a/swift-mode.el +++ b/swift-mode.el @@ -1,6 +1,6 @@ ;;; swift-mode.el --- Major-mode for Apple's Swift programming language. -*- lexical-binding: t -*- -;; Copyright (C) 2014-2017 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev +;; Copyright (C) 2014-2018 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 c076561..7336fe4 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 taku0 +;; Copyright (C) 2017-2018 taku0 ;; Authors: taku0 (http://github.com/taku0) ;; diff --git a/test/swift-mode-test-indent.el b/test/swift-mode-test-indent.el index 9163af2..b4b8b33 100644 --- a/test/swift-mode-test-indent.el +++ b/test/swift-mode-test-indent.el @@ -1,6 +1,6 @@ ;;; swift-mode-test-indent.el --- Test for swift-mode: indentation -*- lexical-binding: t -*- -;; Copyright (C) 2016-2017 taku0 +;; Copyright (C) 2016-2018 taku0 ;; Authors: taku0 (http://github.com/taku0) ;; diff --git a/test/swift-mode-test.el b/test/swift-mode-test.el index e39fae4..4358041 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-2017 taku0 +;; Copyright (C) 2016-2018 taku0 ;; Authors: taku0 (http://github.com/taku0) ;;