diff options
| author | Tom Dalziel <33435574+tomdl89@users.noreply.github.com> | 2022-12-29 16:50:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-29 16:50:35 +0000 |
| commit | f273821f575ace519066fb106ee45a5b8577475f (patch) | |
| tree | 7951d110efdf026c18c438e4d01e1c239389ab33 | |
| parent | 78b2958546e7d09e09762fce7e78112a13599128 (diff) | |
| parent | a14856cd811d2ad2cab343d1a2591e68c1e7ba6d (diff) | |
Merge pull request #188 from skangas/nongnu-elpa-fixes
NonGNU ELPA fixes: license statement + bump version
| -rw-r--r-- | evil-surround.el | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/evil-surround.el b/evil-surround.el index c5323c1..0fd2cad 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> ;; @@ -13,15 +10,28 @@ ;; Maintainer: Tom Dalziel <tom.dalziel@gmail.com> ;; ;; Created: July 23 2011 -;; Version: 1.0.3 +;; Version: 1.0.4 ;; Package-Requires: ((evil "1.2.12")) ;; Mailing list: <implementations-list at lists.ourproject.org> ;; Subscribe: http://tinyurl.com/implementations-list ;; 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: |
