Skip to content

Commit a6ff14a

Browse files
committed
add LICENSE
1 parent 8f66da5 commit a6ff14a

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

LICENSE

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright 2018 [email protected]
2+
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the "Software"),
5+
to deal in the Software without restriction, including without limitation
6+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
7+
and/or sell copies of the Software, and to permit persons to whom the
8+
Software is furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included
11+
in all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
14+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
15+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
17+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
18+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
19+
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Easygit
22

3+
[![](http://img.shields.io/github/issues/neoclide/vim-easygit.svg)](https://github.com/neoclide/vim-easygit/issues)
4+
[![](http://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
5+
[![](https://img.shields.io/badge/doc-%3Ah%20easygit.txt-red.svg)](doc/easygit.txt)
6+
37
A git wrapper plugin made to replace [fugitive](https://github.com/tpope/vim-fugitive),
48
it can be used together with fugitive as commands are disabled by default.
59

@@ -55,7 +59,3 @@ when arguments empty.
5559

5660
Those commands have reasonable complete setting, use `<tab>` to complete
5761
commands.
58-
59-
## Full documentation
60-
61-
See [doc/easygit.txt](https://github.com/chemzqm/vim-easygit/blob/master/doc/easygit.txt)

0 commit comments

Comments
 (0)