From a8726171bf1c7a25e9d951288c88e989a8d8373e Mon Sep 17 00:00:00 2001 From: Patrice Peterson Date: Fri, 1 Mar 2013 21:11:50 +0100 Subject: [PATCH] Add license section --- doc/jedi-vim.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/jedi-vim.txt b/doc/jedi-vim.txt index 4a8fc0b..e6ad2fd 100644 --- a/doc/jedi-vim.txt +++ b/doc/jedi-vim.txt @@ -37,6 +37,7 @@ Contents *jedi-vim-contents* 6.7. use_tabs_not_buffers |g:jedi#use_tabs_not_buffers| 6.8. squelch_py_warning |g:jedi#squelch_py_warning| 7. Contributing |jedi-vim-contributing| +8. License |jedi-vim-license| ============================================================================== @@ -371,4 +372,9 @@ Default: 0 (Warning is shown) If you have any comments or feature requests, please tell me! I really want to know, what you think about Jedi and jedi-vim. +============================================================================== +8. License *jedi-vim-license* + +Jedi-Vim is licensed under the GNU LGPL v3 license or later. + vim: textwidth=78 tabstop=8 filetype=help:norightleft: