Skip to content

Commit b968933

Browse files
author
Sethen Maleno
committed
Added ISC license to documentation
1 parent a26a561 commit b968933

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* [How To Make Plugins](#how-to-make-plugins)
2828
* [Tutorial](#tutorial)
2929
* [How It Works](#how-it-works)
30+
* [License](#license)
3031

3132

3233
# markdown-include
@@ -636,4 +637,13 @@ As you can see, you only need to reference one file which would be `_README.md`.
636637
#include "docs/third-file.md"
637638
```
638639

639-
This is because markdown-include doesn't make any assumptions about where your files are. Use the correct paths or you could run into errors!
640+
This is because markdown-include doesn't make any assumptions about where your files are. Use the correct paths or you could run into errors!
641+
# License
642+
643+
ISC License
644+
645+
Copyright (c) 2015-2016, Sethen Maleno
646+
647+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
648+
649+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

docs/_README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
#include "docs/how_to_use_module.md"
66
#include "docs/api/_README.md"
77
#include "docs/how_to_make_plugins.md"
8-
#include "docs/how_it_works.md"
8+
#include "docs/how_it_works.md"
9+
#include "docs/license.md"

docs/license.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# License !heading
2+
3+
ISC License
4+
5+
Copyright (c) 2015-2016, Sethen Maleno
6+
7+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

0 commit comments

Comments
 (0)