diff options
| author | Protesilaos <info@protesilaos.com> | 2026-04-24 13:23:56 +0300 |
|---|---|---|
| committer | Protesilaos <info@protesilaos.com> | 2026-04-24 13:23:56 +0300 |
| commit | 773473f174850887b2c466e3614ec46a1136d978 (patch) | |
| tree | 60386f0ec76b8fec8e601ce325a16915775548bb | |
| parent | c333db0ec533ed4128848cc907b8c217bfe0d48e (diff) | |
Use "Protesilaos" instead of "Protesilaos Stavrou"externals/beframe
As I announced here: <https://protesilaos.com/news/2026-04-21-omitting-the-surname/>.
| -rw-r--r-- | CHANGELOG.org | 2 | ||||
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | README.org | 8 | ||||
| -rw-r--r-- | beframe-transient.el | 4 | ||||
| -rw-r--r-- | beframe.el | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 198d829..aa353ee 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,5 +1,5 @@ #+title: Change log of Beframe -#+author: Protesilaos Stavrou +#+author: Protesilaos #+email: info@protesilaos.com #+options: ':nil toc:nil num:nil author:nil email:nil @@ -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 @@ -1,5 +1,5 @@ #+title: beframe: isolate buffers per frame -#+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: Beframe: (beframe) #+texinfo_dir_desc: Isolate buffers per frame #+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 customization options for the Emacs package called ~beframe~ (or ~beframe.el~), and provides every other piece of information pertinent to it. @@ -473,7 +473,7 @@ works: Beframe 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 :: Bruno Boal, Daniel Mendler, Edgar Vincent, Fritz Grabo, Stefan Monnier, Tony Zorman, Vedang diff --git a/beframe-transient.el b/beframe-transient.el index 0788798..167d0d5 100644 --- a/beframe-transient.el +++ b/beframe-transient.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/beframe ;; This file is NOT part of GNU Emacs. @@ -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/beframe ;; Version: 1.5.0 ;; Package-Requires: ((emacs "28.1")) |
