diff options
| author | Stefan Kangas <stefan@marxist.se> | 2022-01-06 08:14:38 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefan@marxist.se> | 2022-01-06 08:15:34 +0100 |
| commit | 07915c08d87f85cb98736b7bea792edfbc3e787f (patch) | |
| tree | 33f09664495ac6dbb9fd920c02553d14c6d339e5 /evil-surround.el | |
| parent | 282a975bda83310d20a2c536ac3cf95d2bf188a5 (diff) | |
Fix license statement
Diffstat (limited to 'evil-surround.el')
| -rw-r--r-- | evil-surround.el | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/evil-surround.el b/evil-surround.el index 26cf211..1835035 100644 --- a/evil-surround.el +++ b/evil-surround.el @@ -3,9 +3,6 @@ ;; Copyright (C) 2010 - 2017 Tim Harper ;; Copyright (C) 2018 - 2020 The evil-surround.el Contributors -;; Licensed under the same terms as Emacs (GPLv3) - -;; ;; Author: Tim Harper <timcharper at gmail dot com> ;; Vegard Øye <vegard_oye at hotmail dot com> ;; Current Maintainer: ninrod (github.com/ninrod) @@ -17,8 +14,21 @@ ;; Newsgroup: nntp://news.gmane.org/gmane.emacs.vim-emulation ;; Archives: http://dir.gmane.org/gmane.emacs.vim-emulation ;; Keywords: emulation, vi, evil -;; + ;; This file is not part of GNU Emacs. +;; +;; 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 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. +;; +;; 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: |
