branch: elpa/swift-mode commit 370caa7c4f878210119c87b9b429d277ec06b40f Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@tatapa.org>
Update copyright notices --- README.md | 2 +- swift-mode-beginning-of-defun.el | 2 +- swift-mode-font-lock.el | 2 +- swift-mode-imenu.el | 2 +- swift-mode-indent.el | 2 +- swift-mode-lexer.el | 2 +- swift-mode-repl.el | 2 +- swift-mode.el | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7570f87..bf3f48c 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ Thanks to [@purcell](https://github.com/purcell) (Steve Purcell) for advices on ## License -GPLv3. See [COPYING][] for details. Copyright (C) 2014-2016 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev. +GPLv3. See [COPYING][] for details. Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev. [badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg [badge-run-test]: https://github.com/swift-emacs/swift-mode/workflows/Run%20Tests/badge.svg diff --git a/swift-mode-beginning-of-defun.el b/swift-mode-beginning-of-defun.el index f8acaa8..c3a31ed 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-2019 taku0 +;; Copyright (C) 2014-2021 taku0 ;; Authors: taku0 (http://github.com/taku0) diff --git a/swift-mode-font-lock.el b/swift-mode-font-lock.el index a844999..8d25e53 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-2020 taku0, Chris Barrett, Bozhidar Batsov, +;; Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov, ;; Arthur Evstifeev, Michael Sanders ;; Authors: taku0 (http://github.com/taku0) diff --git a/swift-mode-imenu.el b/swift-mode-imenu.el index e220235..effdc68 100644 --- a/swift-mode-imenu.el +++ b/swift-mode-imenu.el @@ -1,6 +1,6 @@ ;;; swift-mode-imenu.el --- Major-mode for Apple's Swift programming language, , Imenu -*- lexical-binding: t -*- -;; Copyright (C) 2019 taku0 +;; Copyright (C) 2019-2021 taku0 ;; Authors: taku0 (http://github.com/taku0) diff --git a/swift-mode-indent.el b/swift-mode-indent.el index 5c002f4..e804c31 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-2020 taku0, Chris Barrett, Bozhidar Batsov, +;; Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov, ;; Arthur Evstifeev ;; Authors: taku0 (http://github.com/taku0) diff --git a/swift-mode-lexer.el b/swift-mode-lexer.el index 1f00212..14165f2 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-2020 taku0, Chris Barrett, Bozhidar Batsov, +;; Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov, ;; Arthur Evstifeev ;; Authors: taku0 (http://github.com/taku0) diff --git a/swift-mode-repl.el b/swift-mode-repl.el index 20e0421..92124db 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-2020 taku0, Chris Barrett, Bozhidar Batsov, +;; Copyright (C) 2014-2021 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 d6c0d82..2613e17 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-2020 taku0, Chris Barrett, Bozhidar Batsov, +;; Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov, ;; Arthur Evstifeev ;; Authors: taku0 (http://github.com/taku0)