Skip to content

Commit 809cb34

Browse files
committed
Rebuild docs
1 parent 661acdd commit 809cb34

File tree

3 files changed

+23
-27
lines changed

3 files changed

+23
-27
lines changed

LICENSE

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
The KINDLY License
2-
Copyright (c) 2015 Ionică Bizău <[email protected]> (http://ionicabizau.net)
3-
4-
You have the permission to use this software, read its source code, modify and
5-
redistribute it under the following terms:
1+
The MIT License (MIT)
62

7-
- if you want to use this software or include parts of its code in a
8-
closed-source or commercial project you should kindly ask the
9-
author (via a private message or email) and get a positive answer
10-
- this license should be included in the modified versions of this software
11-
- in case of redistributing modified copies, you are encouraged to clearly
12-
indicate that the copies are based on this work
13-
- if you think that your redistributed copy is awesome, you are encouraged to
14-
show the author of this software what you did and how you helped the others
3+
Copyright (c) 2015 Ionică Bizău <[email protected]> (http://ionicabizau.net)
154

16-
You are free to install and use this software on as many machines as you want,
17-
free of charge, making sure you met the terms above.
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
1811

19-
You are encouraged to kindly support the software and its author by:
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
2014

21-
- sharing his/her work
22-
- reporting issues/bugs and asking for feature requests
23-
- donating money or any other things that can help the author
24-
- contribute on the software code by fixing bugs and adding features
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Cygwin Terminal is known to work, while Windows Command Prompt and Git Bash do n
172172
Here is an example how to use this package as library. To install it locally, as library, you can do that using `npm`:
173173

174174
```sh
175-
$ npm i git-stats
175+
$ npm i --save git-stats
176176
```
177177

178178
```js
@@ -208,13 +208,12 @@ If you are using this library in one of your projects, add it in this list. :spa
208208

209209
## License
210210

211-
[KINDLY][license] © [Ionică Bizău][website]
211+
[MIT][license] © [Ionică Bizău][website]
212212

213-
[license]: http://ionicabizau.github.io/kindly-license/?author=Ionic%C4%83%20Biz%C4%83u%20%[email protected]%3E&year=2015
214-
215-
[website]: http://ionicabizau.net
216213
[paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RVXDDLKKLQRJW
217214
[donate-now]: http://i.imgur.com/6cMbHOC.png
218215

216+
[license]: http://showalicense.com/?fullname=Ionic%C4%83%20Biz%C4%83u%20%3Cbizauionica%40gmail.com%3E%20(http%3A%2F%2Fionicabizau.net)&year=2015#license-mit
217+
[website]: http://ionicabizau.net
219218
[contributing]: /CONTRIBUTING.md
220219
[docs]: /DOCUMENTATION.md

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-stats",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"description": "Local git statistics including GitHub-like contributions calendars.",
55
"main": "lib/index.js",
66
"bin": {
@@ -16,7 +16,7 @@
1616
"William Boman <[email protected]>",
1717
"Fabian Furger <[email protected]>"
1818
],
19-
"license": "KINDLY",
19+
"license": "MIT",
2020
"devDependencies": {},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)