diff options
| author | Protesilaos <info@protesilaos.com> | 2026-04-24 13:27:14 +0300 |
|---|---|---|
| committer | Protesilaos <info@protesilaos.com> | 2026-04-24 13:27:14 +0300 |
| commit | dc6f238d9c9da807a187842259fc7e810cad5ab6 (patch) | |
| tree | dac7ddb7aea88d6a22f74097d2cf1e4120e088ab | |
| parent | 0f6680e48a819057ad43bd0964901c3746dd9f47 (diff) | |
Use "Protesilaos" instead of "Protesilaos Stavrou"externals/logos
As I announced here: <https://protesilaos.com/news/2026-04-21-omitting-the-surname/>.
| -rw-r--r-- | CHANGELOG.org | 2 | ||||
| -rw-r--r-- | COPYING | 4 | ||||
| -rw-r--r-- | README.org | 8 | ||||
| -rw-r--r-- | logos.el | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index e8f2bf2..bc951f1 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,5 +1,5 @@ #+TITLE: Change log of logos -#+AUTHOR: Protesilaos Stavrou +#+AUTHOR: Protesilaos #+EMAIL: info@protesilaos.com #+OPTIONS: ':nil toc:nil num:nil author:nil email:nil #+STARTUP: content @@ -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. @@ -1,5 +1,5 @@ #+title: logos.el: simple focus mode for Emacs with page breaks or outlines -#+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: Logos: (logos) #+texinfo_dir_desc: Simple focus mode with page breaks or outlines #+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 =logos= (or =logos.el=), and provides every other piece of information pertinent to it. @@ -616,7 +616,7 @@ Then use it like this: Logos 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 :: Daniel Mendler, Edgar Vincent, Lucy McPhail, Omar AntolĂn Camarena, Philip Kaludercic, @@ -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/logos ;; Version: 1.2.0 ;; Package-Requires: ((emacs "27.1")) |
