branch: elpa/swift-mode commit d68af3c8011e478a3c166ff61623502786a8bf7f Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@tatapa.org>
Update copyright --- swift-mode-font-lock.el | 2 +- swift-mode-indent.el | 2 +- swift-mode-lexer.el | 2 +- swift-mode.el | 2 +- test/swift-mode-test-indent.el | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/swift-mode-font-lock.el b/swift-mode-font-lock.el index db80ce7..5663905 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-2016 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev +;; Copyright (C) 2014-2017 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-indent.el b/swift-mode-indent.el index 07ce0eb..05d6849 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-2016 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev +;; Copyright (C) 2014-2017 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 38c3526..4e7dc7e 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-2016 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev +;; Copyright (C) 2014-2017 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.el b/swift-mode.el index bb46e9b..f9e9aba 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-2016 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev +;; Copyright (C) 2014-2017 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-indent.el b/test/swift-mode-test-indent.el index 195b8e1..6907206 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 taku0 +;; Copyright (C) 2016-2017 taku0 ;; Authors: taku0 (http://github.com/taku0) ;;