branch: elpa/with-editor
commit 1d3f4fec941f9aa1c485cd87d6579d256b6a68c5
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Refresh library header
---
lisp/with-editor.el | 24 +++++++++---------------
1 file changed, 9 insertions(+), 15 deletions(-)
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index b7ed9c4f29..716c47475d 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 <[email protected]>
-;; Maintainer: Jonas Bernoulli <[email protected]>
-;; 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: