summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.org2
-rw-r--r--COPYING2
-rw-r--r--README.org8
-rw-r--r--altcaps.el4
4 files changed, 8 insertions, 8 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 5ab9d69..91fc6c8 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -1,5 +1,5 @@
#+title: Change log of aLtCaPs
-#+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 96a5ae7..1758bc8 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
diff --git a/README.org b/README.org
index 68d4b59..3789ae5 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,5 @@
#+title: aLtCaPs: Apply alternating letter casing to convey sarcasm or mockery
-#+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: aLtCaPs: (altcaps)
#+texinfo_dir_desc: Apply alternating letter casing to convey sarcasm or mockery
#+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 customization
+This manual, written by Protesilaos, describes the customization
options for =altcaps= (or =altcaps.el=), and provides every other piece of
information pertinent to it.
@@ -233,7 +233,7 @@ symbol =downcase= or =upcase=. Any other value is the same as
aLtCaPs is meant to be a collective effort. Every bit of help
matters.
-+ Author/maintainer :: Protesilaos Stavrou.
++ Author/maintainer :: Protesilaos.
+ Ideas and/or user feedback :: Cédric Barreteau.
diff --git a/altcaps.el b/altcaps.el
index f127e0e..550f9e4 100644
--- a/altcaps.el
+++ b/altcaps.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/altcaps
;; Version: 1.3.0
;; Package-Requires: ((emacs "27.1"))