From d10c5fa8aa3405a0722aa371369e73371cfe1f50 Mon Sep 17 00:00:00 2001
From: dalu <25452934+dalugm@users.noreply.github.com>
Date: Mon, 8 Feb 2021 18:49:51 +0800
Subject: [PATCH] Update header
According to the license text on [gnu], I found this snippet had a wrong
punctuation (use `;` instead of `:`, maybe a typo?) and missed some words.
I think it's better to keep in line with the official website. At least, we
should use `https` instead of `http` for safety.
[gnu]: https://www.gnu.org/licenses/gpl-3.0.html
---
snippets/emacs-lisp-mode/header | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/snippets/emacs-lisp-mode/header b/snippets/emacs-lisp-mode/header
index b4b940fb3..1972862b8 100644
--- a/snippets/emacs-lisp-mode/header
+++ b/snippets/emacs-lisp-mode/header
@@ -15,18 +15,18 @@
${9:
;; This file is not part of GNU Emacs
-;; This file is free software; you can redistribute it and/or modify
+;; 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
-;; the Free Software Foundation; either version 3, or (at your option)
-;; any later version.
+;; 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,
;; 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.
-;; For a full copy of the GNU General Public License
-;; see .
+;; You should have received a copy of the GNU General Public License
+;; along with this program. If not, see .
}
;;; Commentary: