diff options
| author | Protesilaos <info@protesilaos.com> | 2026-04-24 13:26:37 +0300 |
|---|---|---|
| committer | Protesilaos <info@protesilaos.com> | 2026-04-24 13:26:37 +0300 |
| commit | 2133ed6c427a780b8348740268c180c9bdd391c6 (patch) | |
| tree | 520628e05f2dd7edcb3a5512c4df4ae9ffa9fff5 | |
| parent | 19e40a9d199131d822ccc5c566e92e3c8b895e08 (diff) | |
Use "Protesilaos" instead of "Protesilaos Stavrou"externals/denote-org
As I announced here: <https://protesilaos.com/news/2026-04-21-omitting-the-surname/>.
| -rw-r--r-- | COPYING | 4 | ||||
| -rw-r--r-- | README.org | 8 | ||||
| -rw-r--r-- | denote-org.el | 4 |
3 files changed, 8 insertions, 8 deletions
@@ -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) 2025 Protesilaos Stavrou + Copyright (C) 2025 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) 2025 Protesilaos Stavrou + <program> Copyright (C) 2025 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: denote-org: Extensions to better integrate Org with Denote -#+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: Denote Org: (denote-org) #+texinfo_dir_desc: Extensions to better integrate Org with Denote #+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 the Emacs package called ~denote~ (or =denote.el=), and provides every other piece of information pertinent to it. @@ -703,7 +703,7 @@ Everything is in place to set up the package. Denote Org 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 :: Peter Prevos, Vedang Manerikar. + Ideas and user feedback :: GCamp6, Jung Han, Matt Nolan, Tonus. diff --git a/denote-org.el b/denote-org.el index 675279e..9967ca4 100644 --- a/denote-org.el +++ b/denote-org.el @@ -2,8 +2,8 @@ ;; Copyright (C) 2024-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/denote-org ;; Version: 0.2.1 ;; Package-Requires: ((emacs "28.1") (denote "4.0.0")) |
