Skip to content

Commit

Permalink
Merge pull request #415 from dalugm/patch-1
Browse files Browse the repository at this point in the history
Update header snippet in emacs-lisp-mode
  • Loading branch information
AndreaCrotti committed Apr 8, 2021
2 parents be6af8d + d10c5fa commit be823d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions snippets/emacs-lisp-mode/header
Expand Up @@ -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 <http://www.gnu.org/licenses/>.
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
}

;;; Commentary:
Expand Down

0 comments on commit be823d7

Please sign in to comment.