Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: markdown-it-py
Source: <url://example.com>
#
# Please double check copyright with the licensecheck(1) command.

Files:     .github/workflows/benchmark.yml
           .github/workflows/tests.yml
           .gitignore
           .pre-commit-config.yaml
           .readthedocs.yml
           CHANGELOG.md
           README.md
           benchmarking/bench_core.py
           benchmarking/bench_packages.py
           benchmarking/conftest.py
           benchmarking/samples/block-bq-flat.md
           benchmarking/samples/block-bq-nested.md
           benchmarking/samples/block-code.md
           benchmarking/samples/block-fences.md
           benchmarking/samples/block-heading.md
           benchmarking/samples/block-hr.md
           benchmarking/samples/block-lheading.md
           benchmarking/samples/block-list-flat.md
           benchmarking/samples/block-list-nested.md
           benchmarking/samples/block-ref-flat.md
           benchmarking/samples/block-ref-list.md
           benchmarking/samples/block-ref-nested.md
           benchmarking/samples/block-tables.md
           benchmarking/samples/inline-autolink.md
           benchmarking/samples/inline-backticks.md
           benchmarking/samples/inline-em-flat.md
           benchmarking/samples/inline-em-nested.md
           benchmarking/samples/inline-em-worst.md
           benchmarking/samples/inline-entity.md
           benchmarking/samples/inline-escape.md
           benchmarking/samples/inline-html.md
           benchmarking/samples/inline-links-flat.md
           benchmarking/samples/inline-links-nested.md
           benchmarking/samples/inline-newlines.md
           benchmarking/samples/lorem1.txt
           benchmarking/samples/rawtabs.md
           codecov.yml
           docs/.gitignore
           docs/Makefile
           docs/_static/custom.css
           docs/architecture.md
           docs/contributing.md
           docs/index.md
           docs/other.md
           docs/plugins.md
           docs/using.md
           markdown_it/__init__.py
           markdown_it/_compat.py
           markdown_it/cli/__init__.py
           markdown_it/cli/parse.py
           markdown_it/common/__init__.py
           markdown_it/common/entities.py
           markdown_it/common/html_blocks.py
           markdown_it/common/html_re.py
           markdown_it/common/normalize_url.py
           markdown_it/common/utils.py
           markdown_it/helpers/__init__.py
           markdown_it/helpers/parse_link_destination.py
           markdown_it/helpers/parse_link_label.py
           markdown_it/helpers/parse_link_title.py
           markdown_it/main.py
           markdown_it/parser_block.py
           markdown_it/parser_core.py
           markdown_it/parser_inline.py
           markdown_it/port.yaml
           markdown_it/presets/__init__.py
           markdown_it/presets/commonmark.py
           markdown_it/presets/default.py
           markdown_it/presets/zero.py
           markdown_it/py.typed
           markdown_it/renderer.py
           markdown_it/ruler.py
           markdown_it/rules_block/__init__.py
           markdown_it/rules_block/blockquote.py
           markdown_it/rules_block/code.py
           markdown_it/rules_block/fence.py
           markdown_it/rules_block/heading.py
           markdown_it/rules_block/hr.py
           markdown_it/rules_block/html_block.py
           markdown_it/rules_block/lheading.py
           markdown_it/rules_block/list.py
           markdown_it/rules_block/paragraph.py
           markdown_it/rules_block/reference.py
           markdown_it/rules_block/state_block.py
           markdown_it/rules_block/table.py
           markdown_it/rules_core/__init__.py
           markdown_it/rules_core/block.py
           markdown_it/rules_core/inline.py
           markdown_it/rules_core/linkify.py
           markdown_it/rules_core/normalize.py
           markdown_it/rules_core/replacements.py
           markdown_it/rules_core/smartquotes.py
           markdown_it/rules_core/state_core.py
           markdown_it/rules_inline/__init__.py
           markdown_it/rules_inline/autolink.py
           markdown_it/rules_inline/backticks.py
           markdown_it/rules_inline/balance_pairs.py
           markdown_it/rules_inline/emphasis.py
           markdown_it/rules_inline/entity.py
           markdown_it/rules_inline/escape.py
           markdown_it/rules_inline/html_inline.py
           markdown_it/rules_inline/image.py
           markdown_it/rules_inline/link.py
           markdown_it/rules_inline/newline.py
           markdown_it/rules_inline/state_inline.py
           markdown_it/rules_inline/strikethrough.py
           markdown_it/rules_inline/text.py
           markdown_it/rules_inline/text_collapse.py
           markdown_it/token.py
           markdown_it/tree.py
           markdown_it/utils.py
           profiler.py
           pyproject.toml
           tests/__init__.py
           tests/test_api/test_main.py
           tests/test_api/test_main/test_table_tokens.yml
           tests/test_api/test_plugin_creation.py
           tests/test_api/test_token.py
           tests/test_cli.py
           tests/test_cmark_spec/commonmark.json
           tests/test_cmark_spec/spec.sh
           tests/test_cmark_spec/test_spec.py
           tests/test_linkify.py
           tests/test_port/fixtures/commonmark_extras.md
           tests/test_port/fixtures/commonmark_spec.md
           tests/test_port/fixtures/fatal.md
           tests/test_port/fixtures/issue-fixes.md
           tests/test_port/fixtures/linkify.md
           tests/test_port/fixtures/normalize.md
           tests/test_port/fixtures/proto.md
           tests/test_port/fixtures/punycode.md
           tests/test_port/fixtures/smartquotes.md
           tests/test_port/fixtures/strikethrough.md
           tests/test_port/fixtures/tables.md
           tests/test_port/fixtures/xss.md
           tests/test_port/test_fixtures.py
           tests/test_port/test_misc.py
           tests/test_port/test_no_end_newline.py
           tests/test_port/test_references.py
           tests/test_port/test_references/test_inline_definitions.yml
           tests/test_port/test_references/test_store_labels.yml
           tests/test_port/test_references/test_use_existing_env.yml
           tests/test_tree.py
           tox.ini
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     LICENSE.markdown-it
           markdown_it/_punycode.py
Copyright: 2014 Mathias nens <https://mathiasnens.be/>
           2014 Vitaly Puzrin, Alex Kocharin.
           2021 Taneli Hukkinen
License:   Expat
 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.

Files:     benchmarking/samples/spec.md
           tests/test_cmark_spec/spec.md
Copyright: __NO_COPYRIGHT__ in: benchmarking/samples/spec.md
           __NO_COPYRIGHT__ in: tests/test_cmark_spec/spec.md
License:   __UNKNOWN__
 # Introduction

Files:     docs/conf.py
Copyright: __NO_COPYRIGHT__ in: docs/conf.py
License:   __UNKNOWN__
 # -- General configuration ---------------------------------------------------
 .
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.

Files:     tests/test_port/fixtures/typographer.md
Copyright: __NO_COPYRIGHT__ in: tests/test_port/fixtures/typographer.md
License:   __UNKNOWN__
 (c)
 .
 <p>©</p>
 .
 (C)
 .
 <p>©</p>
 .
 copyright
 .
 <p>© ©</p>
 .
 reserved
 .
 (r) (R)
 .
 <p>® ®</p>
 .
 trademark
 .
 (tm) (TM)
 .
 <p>™ ™</p>
 .
 paragraph
 .
 (p) (P)
 .
 <p>§ §</p>
 .
 plus-minus
 .
 -5
 .
 <p>±5</p>
 .
 ellipsis

#----------------------------------------------------------------------------
# xml and html files (skipped):
#         tests/test_cmark_spec/test_spec/test_file.html
#         tests/test_tree/test_pretty.xml
#         benchmarking/samples/block-html.md

#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.

#----------------------------------------------------------------------------
# License file: LICENSE
 MIT License
 .
 Copyright (c) 2020 ExecutableBookProject
 .
 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.

#----------------------------------------------------------------------------
# License file: LICENSE.markdown-it
 Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin.
 .
 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.
