diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2022-04-22 18:28:39 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2022-04-22 18:28:39 +0200 |
| commit | 1d3f4fec941f9aa1c485cd87d6579d256b6a68c5 (patch) | |
| tree | 1993aaf147d99ae1e5fc8456c750387d4af84338 | |
| parent | cb47cdb6ff4f29cfcc2c2215a4472c315f3124a5 (diff) | |
Refresh library header
| -rw-r--r-- | lisp/with-editor.el | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/lisp/with-editor.el b/lisp/with-editor.el index b7ed9c4..716c474 100644 --- a/lisp/with-editor.el +++ b/lisp/with-editor.el @@ -1,24 +1,20 @@ -;;; with-editor.el --- Use the Emacsclient as $EDITOR -*- lexical-binding: t -*- +;;; with-editor.el --- Use the Emacsclient as $EDITOR -*- lexical-binding:t -*- -;; Copyright (C) 2014-2022 The Magit Project Contributors -;; -;; You should have received a copy of the AUTHORS.md file. If not, -;; see https://github.com/magit/with-editor/blob/master/AUTHORS.md. +;; Copyright (C) 2014-2022 The Magit Project Contributors ;; Author: Jonas Bernoulli <jonas@bernoul.li> -;; Maintainer: Jonas Bernoulli <jonas@bernoul.li> -;; Keywords: tools ;; Homepage: https://github.com/magit/with-editor +;; Keywords: processes terminals -;; Package-Requires: ((emacs "25.1") (compat "28.1.1.0")) ;; Package-Version: 3.2.0-git +;; Package-Requires: ((emacs "25.1") (compat "28.1.1.0")) ;; SPDX-License-Identifier: GPL-3.0-or-later -;; This file is free software; you can redistribute it and/or modify -;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 3, or (at your option) -;; any later version. +;; This file is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published +;; by the Free Software Foundation, either version 3 of the License, +;; or (at your option) any later version. ;; ;; This file is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -26,9 +22,7 @@ ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with Magit. If not, see http://www.gnu.org/licenses. - -;; This file is not part of GNU Emacs. +;; along with this file. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: |
