Skip to content

Commit be823d7

Browse files
authored
Merge pull request #415 from dalugm/patch-1
Update header snippet in emacs-lisp-mode
2 parents be6af8d + d10c5fa commit be823d7

File tree

1 file changed

+5
-5
lines changed
  • snippets/emacs-lisp-mode

1 file changed

+5
-5
lines changed

snippets/emacs-lisp-mode/header

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
${9:
1616
;; This file is not part of GNU Emacs
1717
18-
;; This file is free software; you can redistribute it and/or modify
18+
;; This program is free software: you can redistribute it and/or modify
1919
;; it under the terms of the GNU General Public License as published by
20-
;; the Free Software Foundation; either version 3, or (at your option)
21-
;; any later version.
20+
;; the Free Software Foundation, either version 3 of the License, or
21+
;; (at your option) any later version.
2222
2323
;; This program is distributed in the hope that it will be useful,
2424
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
2525
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2626
;; GNU General Public License for more details.
2727
28-
;; For a full copy of the GNU General Public License
29-
;; see <http://www.gnu.org/licenses/>.
28+
;; You should have received a copy of the GNU General Public License
29+
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
3030
}
3131

3232
;;; Commentary:

0 commit comments

Comments
 (0)