branch: elpa/swift-mode commit 2aeef850246446fd5c66c7ff618898740a1148a7 Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@tatapa.org>
Update copyright notice --- swift-mode-repl.el | 2 +- swift-mode.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/swift-mode-repl.el b/swift-mode-repl.el index 6b700f7..acd3edc 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-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.el b/swift-mode.el index ce1bef1..0ad68d0 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-2018 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev +;; Copyright (C) 2014-2019 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev ;; Authors: taku0 (http://github.com/taku0) ;; Chris Barrett <chris.d.barr...@me.com>