1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 07:10:06 +08:00

docs(license): add :h spacevim-dev-license

This commit is contained in:
Eric Wong 2024-02-28 11:11:56 +08:00
parent 9947755e66
commit e629491197
2 changed files with 26 additions and 2 deletions

View File

@ -2007,6 +2007,17 @@ endfunction
" We encourage you to participate in SpaceVim's development.
" 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

View File

@ -283,8 +283,9 @@ CONTENTS *SpaceVim-contents*
20. vim#message...............................|SpaceVim-api-vim-message|
21. vim#window.................................|SpaceVim-api-vim-window|
10. Development...............................................|SpaceVim-dev|
1. commit-style-guide..................|SpaceVim-dev-commit-style-guide|
2. merge requese............................|SpaceVim-dev-merge-request|
1. License........................................|SpaceVim-dev-license|
2. commit-style-guide..................|SpaceVim-dev-commit-style-guide|
3. merge requese............................|SpaceVim-dev-merge-request|
11. FAQ.......................................................|SpaceVim-faq|
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
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*