diff options
author | Teddy Wing | 2018-12-13 13:44:37 +0100 |
---|---|---|
committer | Teddy Wing | 2018-12-13 13:44:37 +0100 |
commit | 93d02d58c8a814122489f80020fb6d8330aced14 (patch) | |
tree | e3fec76e844ac8ab8cfa826f04008c6e55a079f1 /doc | |
parent | 07702328d14181a6d6e8137bfae14f2a8bc3f1f5 (diff) | |
download | vim-grappele-93d02d58c8a814122489f80020fb6d8330aced14.tar.bz2 |
Relicense under the GNU GPLv3+
Diffstat (limited to 'doc')
-rw-r--r-- | doc/grappele.txt | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/grappele.txt b/doc/grappele.txt index da34072..bb95df2 100644 --- a/doc/grappele.txt +++ b/doc/grappele.txt @@ -1,7 +1,7 @@ *grappele.txt* Recall the last G movement Author: Teddy Wing <http://teddywing.com> -License: MIT +License: GPLv3+ Version: 0.0.5 ============================================================================== @@ -26,6 +26,19 @@ gG Go to the line specified by the most recent use of |G| ============================================================================== LICENSE *grappele-license* -Grappele is released under the MIT license. +Copyright (c) 2015–2018 Teddy Wing + +Grappele 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. + +Grappele 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 Grappele. If not, see <https://www.gnu.org/licenses/>. vim:tw=78:ts=8:ft=help:norl: |