97 lines
3.6 KiB
Markdown
97 lines
3.6 KiB
Markdown
|
# License
|
||
|
|
||
|
## PyMdown Extensions
|
||
|
|
||
|
The MIT License (MIT)
|
||
|
|
||
|
Copyright (c) 2014 - 2024 Isaac Muse
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be included in all
|
||
|
copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
|
||
|
## SuperFences
|
||
|
|
||
|
`superfences.py` is derived from Python Markdown's fenced_code extension.
|
||
|
|
||
|
```
|
||
|
Fenced Code Extension for Python Markdown
|
||
|
=========================================
|
||
|
This extension adds Fenced Code Blocks to Python-Markdown.
|
||
|
See <https://python-markdown.github.io/extensions/fenced_code_blocks/>
|
||
|
for documentation.
|
||
|
Original code Copyright 2007-2008 [Waylan Limberg](http://achinghead.com/).
|
||
|
All changes Copyright 2008-2014 The Python Markdown Project
|
||
|
License: [BSD](http://www.opensource.org/licenses/bsd-license.php)
|
||
|
```
|
||
|
|
||
|
## Highlight
|
||
|
|
||
|
`highlight.py` is derived from Python Markdown's CodeHilite extension.
|
||
|
|
||
|
```
|
||
|
CodeHilite Extension for Python-Markdown
|
||
|
========================================
|
||
|
Adds code/syntax highlighting to standard Python-Markdown code blocks.
|
||
|
See <https://python-markdown.github.io/extensions/code_hilite/>
|
||
|
for documentation.
|
||
|
Original code Copyright 2006-2008 [Waylan Limberg](http://achinghead.com/).
|
||
|
All changes Copyright 2008-2014 The Python Markdown Project
|
||
|
License: [BSD](http://www.opensource.org/licenses/bsd-license.php)
|
||
|
```
|
||
|
|
||
|
## Gemoji Index
|
||
|
|
||
|
`gemoji_db.py` is generated from Gemoji's source code: @github/gemoji.
|
||
|
|
||
|
```
|
||
|
Copyright (c) 2013 GitHub, Inc.
|
||
|
|
||
|
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:
|
||
|
|
||
|
The above copyright notice and this permission notice shall be
|
||
|
included in all copies or substantial portions of the Software.
|
||
|
|
||
|
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.
|
||
|
```
|
||
|
|
||
|
## EmojiOne Index
|
||
|
|
||
|
`emoji1_db.py` is generated from EmojiOne's source code: @Ranks/emojione
|
||
|
|
||
|
```
|
||
|
EmojiOne Non-Artwork
|
||
|
|
||
|
Applies to the JavaScript, JSON, PHP, CSS, HTML files, and everything else not covered under the artwork license above.
|
||
|
License: MIT
|
||
|
Complete Legal Terms: http://opensource.org/licenses/MIT
|
||
|
```
|