summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos <info@protesilaos.com>2026-04-24 13:27:43 +0300
committerProtesilaos <info@protesilaos.com>2026-04-24 13:27:43 +0300
commitea4715e1b8783c01dacd37b140eb3b3242a9ad84 (patch)
tree96452d935becabc992ce0f5d16abcba620c1c9ae
parent7f8615fe60cd092a757206b0eca96baad4345586 (diff)
Use "Protesilaos" instead of "Protesilaos Stavrou"externals/substitute
As I announced here: <https://protesilaos.com/news/2026-04-21-omitting-the-surname/>.
-rw-r--r--COPYING2
-rw-r--r--README.org8
-rw-r--r--substitute.el4
3 files changed, 7 insertions, 7 deletions
diff --git a/COPYING b/COPYING
index 2e63a33..b18b1ae 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) 2023 Protesilaos Stavrou
+ Copyright (C) 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
diff --git a/README.org b/README.org
index afbe1e4..f1cc8db 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,5 @@
#+title: substitute: Efficiently replace targets in the buffer or context
-#+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: Substitute: (substitute)
#+texinfo_dir_desc: Efficiently replace targets in the buffer or context
#+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 the Emacs package called ~substitute~ (or
~substitute.el~), and provides every other piece of information
pertinent to it.
@@ -276,7 +276,7 @@ bindings. To change those, use something like this:
~substitute~ is meant to be a collective effort. Every bit of help
matters.
-+ Author/maintainer :: Protesilaos Stavrou.
++ Author/maintainer :: Protesilaos.
+ Contributions to code or the manual :: Ed Tavinor, Kostas Andreadis,
Morgan Willcock, Wang Chunye.
diff --git a/substitute.el b/substitute.el
index c50a607..e6ae26c 100644
--- a/substitute.el
+++ b/substitute.el
@@ -2,8 +2,8 @@
;; Copyright (C) 2023-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/substitute
;; Version: 0.5.0
;; Package-Requires: ((emacs "27.1"))