diff options
| author | Protesilaos <info@protesilaos.com> | 2026-04-24 13:26:48 +0300 |
|---|---|---|
| committer | Protesilaos <info@protesilaos.com> | 2026-04-24 13:26:48 +0300 |
| commit | 753d88fa52d4ac593a0951929a3b178883a4fcc6 (patch) | |
| tree | a3a55551fa4683a0156d14a8eb2cc3cf02f55929 | |
| parent | 8e7651a61303b7704f7d8934db980d088a01db80 (diff) | |
Use "Protesilaos" instead of "Protesilaos Stavrou"externals/dired-preview
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-- | dired-preview.el | 4 | ||||
| -rw-r--r-- | tests/dired-preview-test.el | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 8b80e6e..0bf2082 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,5 +1,5 @@ #+title: Change log of dired-preview.el -#+author: Protesilaos Stavrou +#+author: Protesilaos #+email: info@protesilaos.com #+options: ':t toc:nil author:t email:t num:t #+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) 2023 Protesilaos Stavrou + Copyright (C) 2023 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) 2023 Protesilaos Stavrou + <program> Copyright (C) 2023 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: dired-preview.el: automatically preview files in Dired -#+author: Protesilaos Stavrou +#+author: Protesilaos #+email: info@protesilaos.com #+language: en #+options: ':t toc:nil author:t email:t num:t @@ -16,13 +16,13 @@ #+texinfo_dir_title: Dired-Preview: (dired-preview) #+texinfo_dir_desc: Automatically preview files in Dired #+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 +This manual, written by Protesilaos, describes the functionality and customization options of ~dired-preview~ (or ~dired-preview.el~) package, and provides every other piece of information pertinent to it. @@ -368,7 +368,7 @@ Same idea, but open the file externally no matter what: This project 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 :: Álvaro Ramírez (xenodium), Bruno Boal, Christian Tietze, Juergen Hoetzel, Karthik Chikmagalur, diff --git a/dired-preview.el b/dired-preview.el index 9550b28..32d8c6b 100644 --- a/dired-preview.el +++ b/dired-preview.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/dired-preview ;; Version: 0.6.0 ;; Package-Requires: ((emacs "28.1")) diff --git a/tests/dired-preview-test.el b/tests/dired-preview-test.el index c747170..d09260f 100644 --- a/tests/dired-preview-test.el +++ b/tests/dired-preview-test.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 ;; This file is NOT part of GNU Emacs. |
