mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
docs(license): add :h spacevim-dev-license
This commit is contained in:
parent
9947755e66
commit
e629491197
@ -2007,6 +2007,17 @@ endfunction
|
|||||||
" We encourage you to participate in SpaceVim's development.
|
" We encourage you to participate in SpaceVim's development.
|
||||||
" We have some guidelines that we need all contributors to follow.
|
" We have some guidelines that we need all contributors to follow.
|
||||||
|
|
||||||
|
""
|
||||||
|
" @section License, dev-license
|
||||||
|
" @parentsection dev
|
||||||
|
" The license is GPLv3 for all the parts of SpaceVim. This includes:
|
||||||
|
" 1. The initialization and core files.
|
||||||
|
" 2. All the layer files.
|
||||||
|
" 3. The documentation
|
||||||
|
"
|
||||||
|
" For files not belonging to SpaceVim like bundle packages,
|
||||||
|
" refer to the header file. Those files should not have an empty header,
|
||||||
|
" we may not accept code without a proper header file.
|
||||||
|
|
||||||
""
|
""
|
||||||
" @section commit-style-guide, dev-commit-style-guide
|
" @section commit-style-guide, dev-commit-style-guide
|
||||||
|
@ -283,8 +283,9 @@ CONTENTS *SpaceVim-contents*
|
|||||||
20. vim#message...............................|SpaceVim-api-vim-message|
|
20. vim#message...............................|SpaceVim-api-vim-message|
|
||||||
21. vim#window.................................|SpaceVim-api-vim-window|
|
21. vim#window.................................|SpaceVim-api-vim-window|
|
||||||
10. Development...............................................|SpaceVim-dev|
|
10. Development...............................................|SpaceVim-dev|
|
||||||
1. commit-style-guide..................|SpaceVim-dev-commit-style-guide|
|
1. License........................................|SpaceVim-dev-license|
|
||||||
2. merge requese............................|SpaceVim-dev-merge-request|
|
2. commit-style-guide..................|SpaceVim-dev-commit-style-guide|
|
||||||
|
3. merge requese............................|SpaceVim-dev-merge-request|
|
||||||
11. FAQ.......................................................|SpaceVim-faq|
|
11. FAQ.......................................................|SpaceVim-faq|
|
||||||
12. Changelog...........................................|SpaceVim-changelog|
|
12. Changelog...........................................|SpaceVim-changelog|
|
||||||
|
|
||||||
@ -6934,6 +6935,18 @@ SpaceVim is a joint effort of all contributors. We encourage you to
|
|||||||
participate in SpaceVim's development. We have some guidelines that we need
|
participate in SpaceVim's development. We have some guidelines that we need
|
||||||
all contributors to follow.
|
all contributors to follow.
|
||||||
|
|
||||||
|
==============================================================================
|
||||||
|
LICENSE *SpaceVim-dev-license*
|
||||||
|
|
||||||
|
The license is GPLv3 for all the parts of SpaceVim. This includes:
|
||||||
|
1. The initialization and core files.
|
||||||
|
2. All the layer files.
|
||||||
|
3. The documentation
|
||||||
|
|
||||||
|
For files not belonging to SpaceVim like bundle packages, refer to the header
|
||||||
|
file. Those files should not have an empty header, we may not accept code
|
||||||
|
without a proper header file.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
COMMIT-STYLE-GUIDE *SpaceVim-dev-commit-style-guide*
|
COMMIT-STYLE-GUIDE *SpaceVim-dev-commit-style-guide*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user