From: Stefan Kangas Date: Sun, 9 Jan 2022 16:41:40 +0000 (+0100) Subject: ; fix license statement X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~102 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae7315b5f11dc22ef0ebaa1f9ce1546d2ba34ab8;p=emacs.git ; fix license statement Packages in GNU ELPA are considered part of GNU Emacs. --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 8163b7f9184..2a8000cce3f 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -9,23 +9,25 @@ ;; Keywords: convenience, languages ;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.14") (flymake "1.0.9") (project "0.3.0") (xref "1.0.1") (eldoc "1.11.0")) -;; This program is free software; you can redistribute it and/or modify +;; This file is part of GNU Emacs. + +;; GNU Emacs 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 program is distributed in the hope that it will be useful, +;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see . +;; along with GNU Emacs. If not, see . ;;; Commentary: ;; Simply M-x eglot should be enough to get you started, but here's a - ;; little info (see the accompanying README.md or the URL for more). +;; little info (see the accompanying README.md or the URL for more). ;; ;; M-x eglot starts a server via a shell-command guessed from ;; `eglot-server-programs', using the current major-mode (for whatever