summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.org2
-rw-r--r--COPYING4
-rw-r--r--README.org8
-rw-r--r--lin.el4
4 files changed, 9 insertions, 9 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index b30fc58..c71b0e5 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -1,5 +1,5 @@
#+TITLE: Change log of lin.el
-#+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 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 cc0234a..a24b6a6 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,5 @@
#+title: LIN Is Noticeable (lin.el)
-#+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: LIN Is Noticeable: (lin)
#+texinfo_dir_desc: Make 'hl-line-mode' more suitable for selection UIs
#+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 specifics of
+This manual, written by Protesilaos, describes the specifics of
=lin.el=.
The documentation furnished herein corresponds to stable version
@@ -238,7 +238,7 @@ so, for example, the ~lin-face~ will be set to ~lin-red-override-fg~.
Lin is meant to be a collective effort. Every bit of help matters.
-+ Author/maintainer :: Protesilaos Stavrou.
++ Author/maintainer :: Protesilaos.
+ Contributions to code or documentation :: Alan Schmitt, Christian
Tietze, Damien Cassou, Federico Stilman, Gautier Ponsinet, Kai von
diff --git a/lin.el b/lin.el
index 0cd4866..b0fa5ba 100644
--- a/lin.el
+++ b/lin.el
@@ -2,8 +2,8 @@
;; Copyright (C) 2021-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/lin
;; Version: 2.0.0
;; Package-Requires: ((emacs "27.1"))