summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos <info@protesilaos.com>2026-04-24 13:27:28 +0300
committerProtesilaos <info@protesilaos.com>2026-04-24 13:27:28 +0300
commitcb6d2abc005d0e8d9272090ef05e870041fbe13e (patch)
tree7f3a9ef6a7aaf455d2db2bd1ce5b5558cfc0955b
parent9ff2df13d52a173de3bbd17215c91985a7bda62d (diff)
Use "Protesilaos" instead of "Protesilaos Stavrou"externals/notmuch-indicator
As I announced here: <https://protesilaos.com/news/2026-04-21-omitting-the-surname/>.
-rw-r--r--CHANGELOG.org2
-rw-r--r--COPYING4
-rw-r--r--README.org8
-rw-r--r--notmuch-indicator.el4
4 files changed, 9 insertions, 9 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index bc228bc..ad1a3d3 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -1,5 +1,5 @@
#+title: Change log of notmuch-indicator
-#+author: Protesilaos Stavrou
+#+author: Protesilaos
#+email: info@protesilaos.com
#+options: ':nil toc:nil num:nil author:nil email:nil
diff --git a/COPYING b/COPYING
index 14704c2..c43cc10 100644
--- a/COPYING
+++ b/COPYING
@@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
- Copyright (C) 2022-2023 Protesilaos Stavrou
+ Copyright (C) 2022-2023 Protesilaos
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
- <program> Copyright (C) 2022-2023 Protesilaos Stavrou
+ <program> Copyright (C) 2022-2023 Protesilaos
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
diff --git a/README.org b/README.org
index e50129c..438d361 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,5 @@
#+title: notmuch-indicator: Display mode line indicator with notmuch-count output
-#+author: Protesilaos Stavrou
+#+author: Protesilaos
#+email: info@protesilaos.com
#+language: en
#+options: ':t toc:nil author:t email:t num:t
@@ -13,13 +13,13 @@
#+texinfo_dir_title: notmuch-indicator: (notmuch-indicator)
#+texinfo_dir_desc: Display mode line indicator with notmuch-count output
#+texinfo_header: @set MAINTAINERSITE @uref{https://protesilaos.com,maintainer webpage}
-#+texinfo_header: @set MAINTAINER Protesilaos Stavrou
+#+texinfo_header: @set MAINTAINER Protesilaos
#+texinfo_header: @set MAINTAINEREMAIL @email{info@protesilaos.com}
#+texinfo_header: @set MAINTAINERCONTACT @uref{mailto:info@protesilaos.com,contact the maintainer}
#+texinfo: @insertcopying
-This manual, written by Protesilaos Stavrou, describes the
+This manual, written by Protesilaos, describes the
customization options for =notmuch-indicator= (or =notmuch-indicator.el=),
and provides every other piece of information pertinent to it.
@@ -314,7 +314,7 @@ clickable. This is not something we control.
The ~notmuch-indicator~ is meant to be a collective effort. Every bit
of help matters.
-+ Author/maintainer :: Protesilaos Stavrou.
++ Author/maintainer :: Protesilaos.
+ Contributions to code or user feedback :: Henrik Kjerringvåg, MikeS,
Mohamed Suliman, Sébastien Delafond, Stefan Monnier, Yejun Su, Yusef
diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index 08b28a4..dcae736 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -2,8 +2,8 @@
;; Copyright (C) 2022-2026 Free Software Foundation, Inc.
-;; Author: Protesilaos Stavrou <info@protesilaos.com>
-;; Maintainer: Protesilaos Stavrou <info@protesilaos.com>
+;; Author: Protesilaos <info@protesilaos.com>
+;; Maintainer: Protesilaos <info@protesilaos.com>
;; URL: https://github.com/protesilaos/notmuch-indicator
;; Version: 1.3.0
;; Package-Requires: ((emacs "27.1"))