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

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

[nongnu] elpa/swift-mode 4777c40 2/2: Fix package header from Authors: t


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 4777c40 2/2: Fix package header from Authors: to Author:
Date: Sun, 31 Oct 2021 01:58:02 -0400 (EDT)

branch: elpa/swift-mode
commit 4777c409ba0cd0d02b9a8397ba810e449b5ac213
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>

    Fix package header from Authors: to Author:
---
 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-standard-types.el               | 2 +-
 swift-mode.el                              | 2 +-
 test/swift-mode-test-beginning-of-defun.el | 2 +-
 test/swift-mode-test-font-lock.el          | 2 +-
 test/swift-mode-test-imenu.el              | 2 +-
 test/swift-mode-test-indent.el             | 2 +-
 test/swift-mode-test.el                    | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/swift-mode-beginning-of-defun.el b/swift-mode-beginning-of-defun.el
index c3a31ed..92a6c22 100644
--- a/swift-mode-beginning-of-defun.el
+++ b/swift-mode-beginning-of-defun.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2014-2021 taku0
 
-;; Authors: taku0 (http://github.com/taku0)
+;; Author: taku0 (http://github.com/taku0)
 
 ;; This file is not part of GNU Emacs.
 
diff --git a/swift-mode-font-lock.el b/swift-mode-font-lock.el
index 878d77a..c0e1dd7 100644
--- a/swift-mode-font-lock.el
+++ b/swift-mode-font-lock.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov,
 ;;                         Arthur Evstifeev, Michael Sanders
 
-;; Authors: taku0 (http://github.com/taku0)
+;; Author: taku0 (http://github.com/taku0)
 ;;       Chris Barrett <chris.d.barrett@me.com>
 ;;       Bozhidar Batsov <bozhidar@batsov.com>
 ;;       Arthur Evstifeev <lod@pisem.net>
diff --git a/swift-mode-imenu.el b/swift-mode-imenu.el
index 0e171fe..b5fa19f 100644
--- a/swift-mode-imenu.el
+++ b/swift-mode-imenu.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2019-2021 taku0
 
-;; Authors: taku0 (http://github.com/taku0)
+;; Author: taku0 (http://github.com/taku0)
 
 ;; This file is not part of GNU Emacs.
 
diff --git a/swift-mode-indent.el b/swift-mode-indent.el
index e804c31..1b8550c 100644
--- a/swift-mode-indent.el
+++ b/swift-mode-indent.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov,
 ;;                         Arthur Evstifeev
 
-;; Authors: taku0 (http://github.com/taku0)
+;; Author: taku0 (http://github.com/taku0)
 ;;       Chris Barrett <chris.d.barrett@me.com>
 ;;       Bozhidar Batsov <bozhidar@batsov.com>
 ;;       Arthur Evstifeev <lod@pisem.net>
diff --git a/swift-mode-lexer.el b/swift-mode-lexer.el
index f73444b..407bf64 100644
--- a/swift-mode-lexer.el
+++ b/swift-mode-lexer.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov,
 ;;                         Arthur Evstifeev
 
-;; Authors: taku0 (http://github.com/taku0)
+;; Author: taku0 (http://github.com/taku0)
 ;;       Chris Barrett <chris.d.barrett@me.com>
 ;;       Bozhidar Batsov <bozhidar@batsov.com>
 ;;       Arthur Evstifeev <lod@pisem.net>
diff --git a/swift-mode-repl.el b/swift-mode-repl.el
index bc1adcc..3751f18 100644
--- a/swift-mode-repl.el
+++ b/swift-mode-repl.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov,
 ;;                         Arthur Evstifeev, Michael Sanders
 
-;; Authors: taku0 (http://github.com/taku0)
+;; Author: taku0 (http://github.com/taku0)
 ;;       Chris Barrett <chris.d.barrett@me.com>
 ;;       Bozhidar Batsov <bozhidar@batsov.com>
 ;;       Arthur Evstifeev <lod@pisem.net>
diff --git a/swift-mode-standard-types.el b/swift-mode-standard-types.el
index 222a51b..be2debc 100644
--- a/swift-mode-standard-types.el
+++ b/swift-mode-standard-types.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2018-2020 taku0
 
-;; Authors: taku0 (http://github.com/taku0)
+;; Author: taku0 (http://github.com/taku0)
 
 ;; This file is not part of GNU Emacs.
 
diff --git a/swift-mode.el b/swift-mode.el
index 57bbaa7..cd8e10e 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2014-2021 taku0, Chris Barrett, Bozhidar Batsov,
 ;;                         Arthur Evstifeev
 
-;; Authors: taku0 (http://github.com/taku0)
+;; Author: taku0 (http://github.com/taku0)
 ;;       Chris Barrett <chris.d.barrett@me.com>
 ;;       Bozhidar Batsov <bozhidar@batsov.com>
 ;;       Arthur Evstifeev <lod@pisem.net>
diff --git a/test/swift-mode-test-beginning-of-defun.el 
b/test/swift-mode-test-beginning-of-defun.el
index 6c0807a..4eccf1d 100644
--- a/test/swift-mode-test-beginning-of-defun.el
+++ b/test/swift-mode-test-beginning-of-defun.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2017-2019 taku0
 
-;; Authors: taku0 (http://github.com/taku0)
+;; Author: taku0 (http://github.com/taku0)
 
 ;; This file is not part of GNU Emacs.
 
diff --git a/test/swift-mode-test-font-lock.el 
b/test/swift-mode-test-font-lock.el
index 8780907..a777ada 100644
--- a/test/swift-mode-test-font-lock.el
+++ b/test/swift-mode-test-font-lock.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2020 Daniel Martín
 
-;; Authors: Daniel Martín (http://github.com/taku0)
+;; Author: Daniel Martín (http://github.com/taku0)
 
 ;; This file is not part of GNU Emacs.
 
diff --git a/test/swift-mode-test-imenu.el b/test/swift-mode-test-imenu.el
index 1db6ca0..753b664 100644
--- a/test/swift-mode-test-imenu.el
+++ b/test/swift-mode-test-imenu.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2019 taku0
 
-;; Authors: taku0 (http://github.com/taku0)
+;; Author: taku0 (http://github.com/taku0)
 
 ;; This file is not part of GNU Emacs.
 
diff --git a/test/swift-mode-test-indent.el b/test/swift-mode-test-indent.el
index c0f936a..950382a 100644
--- a/test/swift-mode-test-indent.el
+++ b/test/swift-mode-test-indent.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2016-2018 taku0
 
-;; Authors: taku0 (http://github.com/taku0)
+;; Author: taku0 (http://github.com/taku0)
 
 ;; This file is not part of GNU Emacs.
 
diff --git a/test/swift-mode-test.el b/test/swift-mode-test.el
index 3f56d94..be38595 100644
--- a/test/swift-mode-test.el
+++ b/test/swift-mode-test.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2016-2019 taku0
 
-;; Authors: taku0 (http://github.com/taku0)
+;; Author: taku0 (http://github.com/taku0)
 
 ;; This file is not part of GNU Emacs.
 



reply via email to

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