summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos <info@protesilaos.com>2026-04-24 13:27:38 +0300
committerProtesilaos <info@protesilaos.com>2026-04-24 13:27:38 +0300
commit07ede11c8e65a34d798d927a8bae0e2e06b3e9f8 (patch)
treeaa0f3e0834097d14f5f68c00618e7310836d5351
parenta9cddfb2e2d212d7723104fb049e34f30240f063 (diff)
Use "Protesilaos" instead of "Protesilaos Stavrou"externals/spacious-padding
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--spacious-padding.el4
4 files changed, 9 insertions, 9 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 544b1b9..ce93d0a 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -1,5 +1,5 @@
#+title: Change log of Spacious-Padding
-#+author: Protesilaos Stavrou
+#+author: Protesilaos
#+email: info@protesilaos.com
#+language: en
#+options: ':t toc:nil author:t email:t num:t
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 cc877d2..deee955 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,5 @@
#+title: Spacious Padding: Increase the padding/spacing of frames and windows
-#+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: Spacious Padding: (spacious-padding)
#+texinfo_dir_desc: Increase the padding/spacing of frames and windows
#+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 ~spacious-padding~
(or =spacious-padding.el=), and provides every other piece of
information pertinent to it.
@@ -300,7 +300,7 @@ Emacs give us control of this attribute at the level of the individual face.
~spacious-padding~ 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 :: Lucas Gruss, Martin Marshall,
Neo Dim, Ruby Iris Juric, Steven Allen, kaibagley.
diff --git a/spacious-padding.el b/spacious-padding.el
index 70a1056..a29c415 100644
--- a/spacious-padding.el
+++ b/spacious-padding.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/spacious-padding
;; Version: 0.8.0
;; Package-Requires: ((emacs "28.1"))