summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorninrod <filipe.silva@gmail.com>2017-01-23 12:25:30 -0200
committerninrod <filipe.silva@gmail.com>2017-01-24 17:10:44 -0200
commit7a0358ce3eb9ed01744170fa8a1e12d98f8b8839 (patch)
treee64a6f54152b870e001c6d1ef040ce7e72c35836
parentfe6351b8fe8553db59b52f48f9bb6e72bf0aa701 (diff)
update readmev1.0.0
-rw-r--r--evil-surround.el8
-rw-r--r--readme.md (renamed from README.md)5
2 files changed, 9 insertions, 4 deletions
diff --git a/evil-surround.el b/evil-surround.el
index bc07d5b..7bdb986 100644
--- a/evil-surround.el
+++ b/evil-surround.el
@@ -1,13 +1,13 @@
;;; evil-surround.el --- emulate surround.vim from Vim
-;; Copyright (C) 2010, 2011 Tim Harper
+;; Copyright (C) 2010 - 2017 Tim Harper
-;; Licensed under the same terms as Emacs.
+;; Licensed under the same terms as Emacs (GPLv3)
;;
;; Author: Tim Harper <timcharper at gmail dot com>
;; Vegard Øye <vegard_oye at hotmail dot com>
-;; Maintainer: Please send bug reports to the mailing list (below).
+;; Current Maintainer: ninrod (github.com/ninrod)
;; Created: July 23 2011
;; Version: 0.1
;; Package-Requires: ((evil "1.2.12"))
@@ -33,7 +33,7 @@
;;
;; This package uses Evil as its vi layer. It is available from:
;;
-;; https://bitbucket.org/lyro/evil/
+;; https://github.com/emacs-evil/evil
;;; Code:
diff --git a/README.md b/readme.md
index 04e5fb0..bd33cde 100644
--- a/README.md
+++ b/readme.md
@@ -146,3 +146,8 @@ and pressing return you would get
## Why does `vs` no longer surround?
This is due to an upstream change in `vim-surround`. It happened in this commit: https://github.com/tpope/vim-surround/commit/6f0984a. See the discussion in this pull request for more details: https://github.com/timcharper/evil-surround/pull/48.
+
+LICENSE
+---------
+
+[GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html)