emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swift-mode cfbec0a 406/496: Update copyrights


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode cfbec0a 406/496: Update copyrights
Date: Sun, 29 Aug 2021 11:34:16 -0400 (EDT)

branch: elpa/swift-mode
commit cfbec0a22b99eacec6c7522eedb87ab8715a3f98
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@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.barrett@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.barrett@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.barrett@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)
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]