diff options
| author | Protesilaos <info@protesilaos.com> | 2026-04-24 13:26:16 +0300 |
|---|---|---|
| committer | Protesilaos <info@protesilaos.com> | 2026-04-24 13:26:16 +0300 |
| commit | 76aba51f2195ac6f3497f185c12cb76e38c9db76 (patch) | |
| tree | 74ec3a5d2dc2e62c7165c362fd323c9ca8555e45 | |
| parent | d4cc501e3a2fce5a093d111285fff09deb0ebd21 (diff) | |
Use "Protesilaos" instead of "Protesilaos Stavrou"externals/denote-journal
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-journal-test.el | 4 | ||||
| -rw-r--r-- | denote-journal.el | 4 |
4 files changed, 10 insertions, 10 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-journal: Convenience functions for daily journaling 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 Journal: (denote-journal) #+texinfo_dir_desc: Convenience functions for daily journaling 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. @@ -454,7 +454,7 @@ Sources for ~tmr~: Denote Journal 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 :: Abdelhak Bougouffa, Alan Schmitt, Ettore Berardi, Honza Pokorny, Josh Kingsley, Stefan diff --git a/denote-journal-test.el b/denote-journal-test.el index 5bb57ca7..815d75b 100644 --- a/denote-journal-test.el +++ b/denote-journal-test.el @@ -2,8 +2,8 @@ ;; Copyright (C) 2025-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 ;; This file is NOT part of GNU Emacs. diff --git a/denote-journal.el b/denote-journal.el index f8e558f..5105341 100644 --- a/denote-journal.el +++ b/denote-journal.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/denote-journal ;; Version: 0.2.2 ;; Package-Requires: ((emacs "28.1") (denote "4.0.0")) |
