Skip to content

Commit

Permalink
Relicense (wsdjeg#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdjeg authored Feb 15, 2018
1 parent 1fe370d commit a2400b7
Show file tree
Hide file tree
Showing 46 changed files with 735 additions and 71 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ Code contributions are welcome. Please read the following sections carefully. In

#### License

The license is MIT for all the parts of SpaceVim. this includes:
The license is GPLv3 for all the parts of SpaceVim. this includes:

- The initialization and core files.
- All the layer files.
- The documentation

For files not belonging to SpaceVim, such as local packages and libraries, refer to the header file. Those files should not have an empty header. We may not accept code without a proper header file.

Expand Down
695 changes: 674 additions & 21 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim)
![Version](https://img.shields.io/badge/version-0.6.0--dev-FF00CC.svg)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
[![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg?style=flat-square)](https://github.com/SpaceVim/SpaceVim/blob/master/doc/SpaceVim.txt)
[![QQ](https://img.shields.io/badge/QQ群-121056965-blue.svg)](https://jq.qq.com/?_wv=1027&k=43DB6SG)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/master?svg=true)](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
[![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master/graph/badge.svg)](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
![Version](https://img.shields.io/badge/version-0.7.0--dev-FF00CC.svg)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](LICENSE)
[![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg)](doc/SpaceVim.txt)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/SpaceVim/SpaceVim.svg)](http://isitmaintained.com/project/SpaceVim/SpaceVim "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/SpaceVim/SpaceVim.svg)](http://isitmaintained.com/project/SpaceVim/SpaceVim "Percentage of issues still open")
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

""
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/api.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Description: SpaceVim api core file
" Author: Shidong Wang <[email protected]>
" Website: https://spacevim.org
" License: MIT
" License: GPLv3
" ============================================================================

""
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/api/vim/message.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Description: vim#message api of SpaceVim
" Author: L-stt
" Website: https://spacevim.org
" License: MIT
" License: GPLv3
" ============================================================================

""
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/api/vim/sid.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Description: vim#sid api of SpaceVim
" Author: L-stt
" Website: https://spacevim.org
" License: MIT
" License: GPLv3
" ============================================================================

""
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/autocmds.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

"autocmds
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/layers/core/statusline.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Description: SpaceVim core#statusline layer
" Author: Shidong Wang <[email protected]>
" Website: https://spacevim.org
" License: MIT
" License: GPLv3
" ============================================================================

" statusline
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/layers/core/tabline.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2012-2016 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

""
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/layers/format.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2012-2016 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

""
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/layers/github.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2018 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

""
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/layers/lang/json.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

function! SpaceVim#layers#lang#json#plugins() abort
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/layers/lang/julia.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2012-2016 Shidong Wang & Contributors
" Author: Jinxuan Zhu <[email protected]>
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================
""
" @section lang#julia, layer-lang-julia
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/layers/lang/markdown.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

let s:md_listItemIndent = 1
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/layers/lang/php.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================


Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/layers/lang/pony.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2012-2016 kShidong Wang & Contributors
" Author: Bambang Purnomsoidi D. P, < bambangpdp at gmail.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

""
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/layers/lang/ruby.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

function! SpaceVim#layers#lang#ruby#plugins() abort
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/layers/lang/typescript.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================


Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/layers/tools/dash.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2018 Shidong Wang & Contributors
" Author: Seong Yong-ju < sei40kr at gmail.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

""
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/lsp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Seong Yong-ju < @sei40kr >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================
scriptencoding utf-8

Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/mapping/guide.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

let s:save_cpo = &cpo
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/mapping/leader.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

let s:file = expand('<sfile>:~')
Expand Down
8 changes: 8 additions & 0 deletions autoload/SpaceVim/plugins/flygrep.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"=============================================================================
" flygrep.vim --- Grep on the fly in SpaceVim
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================

" Loadding SpaceVim api {{{
scriptencoding utf-8
let s:MPT = SpaceVim#api#import('prompt')
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/plugins/highlight.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

" TODO: {{{
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/plugins/iedit.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

let s:stack = []
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/plugins/manager.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

" Load SpaceVim api
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/plugins/pmd.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

" init plugin values
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/plugins/projectmanager.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

" project item:
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/plugins/repl.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

let s:JOB = SpaceVim#api#import('job')
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/plugins/runner.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

let s:JOB = SpaceVim#api#import('job')
Expand Down
2 changes: 1 addition & 1 deletion autoload/SpaceVim/server.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

" @vimlint(EVL103, 1, a:buffers)
Expand Down
2 changes: 1 addition & 1 deletion autoload/leaderf/colorscheme/spacevim.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Description: colorscheme for leaderf
" Author: Shidong Wang <[email protected]>
" Website: https://github.com/wsdjeg
" License: MIT
" License: GPLv3
" ============================================================================

let s:palette = {
Expand Down
2 changes: 1 addition & 1 deletion bin/nsvc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright (c) 2016-2017 Shidong Wang & Contributors
# Author: Shidong Wang < wsdjeg at 163.com >
# URL: https://spacevim.org
# License: MIT license
# License: GPLv3
#=============================================================================

nvr --servername /tmp/spacevim_nvim_server --remote $@
2 changes: 1 addition & 1 deletion bin/svc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright (c) 2016-2017 Shidong Wang & Contributors
# Author: Shidong Wang < wsdjeg at 163.com >
# URL: https://spacevim.org
# License: MIT license
# License: GPLv3
#=============================================================================

/usr/bin/vim --servername /tmp/spacevim_vim_server --remote-silent $@
2 changes: 1 addition & 1 deletion config/main.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" Copyright (c) 2016-2017 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================

let g:Config_Main_Home = fnamemodify(expand('<sfile>'),
Expand Down
8 changes: 4 additions & 4 deletions docs/cn/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ lang: cn
- [贡献代码](#贡献代码)
- [证书](#证书)
- [公约](#公约)
- [Pull Request](#pull-request)
- [拉取请求](#拉取请求)
- [在上游的主分支顶部压缩你的PR分支](#在上游的主分支顶部压缩你的pr分支)
- [抽象化的简单 PRs(绝大多数PRs都是这样的):](#抽象化的简单-prs绝大多数prs都是这样的)
- [复杂的PRs (大的重构, 等):](#复杂的prs-大的重构-等)
- [Contributing a layer 贡献层](#contributing-a-layer-贡献层)
- [贡献一个模块](#贡献一个模块)
- [文件头](#文件头)
- [新layer的作者](#新layer的作者)
- [对现有的layer进行贡献](#对现有的layer进行贡献)
Expand Down Expand Up @@ -171,7 +171,7 @@ vim 脚本的文件头,应该按照下面的格式:
" Copyright (c) 2012-2016 Shidong Wang & Contributors
" Author: YOUR NAME <YOUR EMAIL>
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================
```

Expand All @@ -193,7 +193,7 @@ You should replace FILENAME by the name of the file (e.g. foo.vim) and NAME by t
" Copyright (c) 2012-2016 Shidong Wang & Contributors
" Author: Shidong Wang < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: MIT license
" License: GPLv3
"=============================================================================
""
Expand Down
2 changes: 1 addition & 1 deletion docs/cn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lang: cn
[![Build status](https://ci.appveyor.com/api/projects/status/eh3t5oph70abp665/branch/dev?svg=true)](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/dev)
[![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/dev/graph/badge.svg)](https://codecov.io/gh/SpaceVim/SpaceVim/branch/dev)
[![Version](https://img.shields.io/badge/version-0.7.0--dev-FF00CC.svg)](https://github.com/SpaceVim/SpaceVim/releases)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/dev/LICENSE)
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/dev/LICENSE)
[![QQ](https://img.shields.io/badge/QQ群-121056965-blue.svg)](https://jq.qq.com/?_wv=1027&k=43DB6SG)
[![Weibo](https://img.shields.io/badge/Weibo-%40SpaceVim-orange.svg)](https://weibo.com/SpaceVim)
[![GitHub stars](https://img.shields.io/github/stars/SpaceVim/SpaceVim.svg?style=social&label=Star)](https://github.com/SpaceVim/SpaceVim)
Expand Down
2 changes: 1 addition & 1 deletion docs/cn/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright (c) 2016-2017 Shidong Wang & Contributors
# Author: Shidong Wang < wsdjeg at 163.com >
# URL: https://spacevim.org
# License: MIT license
# License: GPLv3
#=============================================================================

# Init option {{{
Expand Down
Loading

0 comments on commit a2400b7

Please sign in to comment.