Skip to content

Commit e3ddcaf

Browse files
committed
chore(license): update liscense to MIT
1 parent 9828a82 commit e3ddcaf

File tree

5 files changed

+15
-60
lines changed

5 files changed

+15
-60
lines changed

CREDITS.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Credits
22
=======
3+
- Showdown v2
4+
* [Estevão Santos](https://github.com/tivie)
5+
* [SyntaxRules](https://github.com/SyntaxRules)
36
- Showdown v1
47
* [Estevão Santos](https://github.com/tivie)
58
* [Pascal Deschênes](https://github.com/pdeschen)
6-
79
- Showdown v0
810
* [Corey Innis](https://github.com/coreyti):<br/>
911
Original GitHub project maintainer

LICENSE

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

license.txt

-34
This file was deleted.

package-lock.json

+2-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"url": "https://github.com/showdownjs/showdown.git",
3131
"web": "https://github.com/showdownjs/showdown"
3232
},
33-
"license": "BSD-3-Clause",
33+
"license": "MIT",
3434
"main": "./dist/showdown.js",
3535
"scripts": {
3636
"test": "grunt test"

0 commit comments

Comments
 (0)