summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos <info@protesilaos.com>2026-04-24 13:27:49 +0300
committerProtesilaos <info@protesilaos.com>2026-04-24 13:27:49 +0300
commitbc602739eb953e530e801f6496fd4ebba233fa0c (patch)
tree47ea2db3fd2a028638e57456743fa7852ec9e152
parent748e381266bde6122b37775cb0eef692b0992e12 (diff)
Use "Protesilaos" instead of "Protesilaos Stavrou"externals/tmr
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--tmr.el4
4 files changed, 9 insertions, 9 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index cbb2eec..7547799 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -1,5 +1,5 @@
#+title: Change log of TMR
-#+author: Protesilaos Stavrou
+#+author: Protesilaos
#+email: info@protesilaos.com
#+options: ':nil toc:nil num:nil author:nil email:nil
#+startup: content
diff --git a/COPYING b/COPYING
index 89d9142..92e39a9 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) 2021 Protesilaos Stavrou
+ Copyright (C) 2021 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) 2021 Protesilaos Stavrou
+ <program> Copyright (C) 2021 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 e1cfd95..6518aea 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,5 @@
#+title: TMR May Ring
-#+author: Protesilaos Stavrou
+#+author: Protesilaos
#+email: info@protesilaos.com
#+language: en
#+options: ':t toc:nil author:t email:t num:t
@@ -13,11 +13,11 @@
#+texinfo_dir_title: TMR May Ring: (tmr)
#+texinfo_dir_desc: Set timers using a convenient notation
#+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}
-This manual, written by Protesilaos Stavrou, describes the customization
+This manual, written by Protesilaos, describes the customization
options for ~tmr~ (or TMR, TMR May Ring, ...), and provides every other
piece of information pertinent to it. The name of the package is
pronounced as "timer" or "T-M-R".
@@ -479,7 +479,7 @@ recognisable by Embark and registers the ~tmr-action-map~ in Embark.
TMR is meant to be a collective effort. Every bit of help matters.
-+ Authors :: Protesilaos Stavrou (maintainer), Damien Cassou, Daniel
++ Authors :: Protesilaos (maintainer), Damien Cassou, Daniel
Mendler, Óscar Fuentes, Steven Allen.
+ Contributions to the code or manual :: Christian Tietze, Ed Tavinor,
diff --git a/tmr.el b/tmr.el
index 7237d89..8e381cc 100644
--- a/tmr.el
+++ b/tmr.el
@@ -2,11 +2,11 @@
;; Copyright (C) 2020-2026 Free Software Foundation, Inc.
-;; Author: Protesilaos Stavrou <info@protesilaos.com>,
+;; Author: Protesilaos <info@protesilaos.com>,
;; Damien Cassou <damien@cassou.me>,
;; Daniel Mendler <mail@daniel-mendler.de>
;; Steven Allen <steven@stebalien.com>
-;; Maintainer: Protesilaos Stavrou <info@protesilaos.com>
+;; Maintainer: Protesilaos <info@protesilaos.com>
;; URL: https://github.com/protesilaos/tmr
;; Version: 1.3.0
;; Package-Requires: ((emacs "29.1"))