Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck

Files: CODE_OF_CONDUCT.md
 CONTRIBUTING.md
 INSTALL
 MANIFEST
 META.json
 META.yml
 Makefile.PL
 azure-pipelines.yml
 bench/capture-vs-text-markdown-vs-parse
 cpanfile
 debian/control
 debian/gbp.conf
 debian/libmarkdent-perl.install
 debian/markdent.install
 debian/rules
 debian/source/format
 debian/upstream/metadata
 debian/watch
 dev-bin/install-xt-tools.sh
 dist.ini
 git/hooks/pre-commit.sh
 git/setup.pl
 lib/Markdent/CLI.pm
 lib/Markdent/Manual.pod
 lib/Markdent/Regexes.pm
 lib/Markdent/Types.pm
 lib/Markdent/Types/Internal.pm
 perlcriticrc
 perltidyrc
 precious.toml
 t/00-report-prereqs.dd
 t/00-report-prereqs.t
 t/CapturedEvents.t
 t/Handler/CaptureEvents.t
 t/Handler/HTMLFilter.t
 t/Handler/HTMLStream/Document.t
 t/Handler/HTMLStream/Fragment.t
 t/Handler/HTMLStream/SortedAttributes.t
 t/Handler/HTMLStream/bad-filehandle.t
 t/Handler/HTMLStream/unicode.t
 t/Handler/Multiplexer.t
 t/Parser.t
 t/Simple/Document.t
 t/Simple/Fragment.t
 t/lib/Example/Dialect/BlockParser.pm
 t/lib/Example/Dialect/SpanParser.pm
 t/lib/Example/Dialect2/SpanParser.pm
 t/lib/Test/Markdent.pm
 t/markup/github/bare-auto-link.t
 t/markup/github/em-in-words.t
 t/markup/github/fenced-block.t
 t/markup/github/strikethrough.t
 t/markup/multi-dialect/github-theory.t
 t/markup/standard/backslash-escape.t
 t/markup/standard/blockquote.t
 t/markup/standard/bugs.t
 t/markup/standard/headers.t
 t/markup/standard/hr.t
 t/markup/standard/image.t
 t/markup/standard/line-break.t
 t/markup/standard/link.t
 t/markup/standard/list.t
 t/markup/standard/nested-markup.t
 t/markup/standard/preformatted.t
 t/markup/standard/raw-html.t
 t/markup/standard/strong-em-code.t
 t/markup/standard/unbalanced.t
 t/markup/standard/unicode.t
 t/markup/theory/big-table.t
 t/markup/theory/table.t
 t/mdtest-data/Amps and angle encoding.text
 t/mdtest-data/Amps and angle encoding.xhtml
 t/mdtest-data/Auto links.text
 t/mdtest-data/Auto links.xhtml
 t/mdtest-data/Backslash escapes.text
 t/mdtest-data/Backslash escapes.xhtml
 t/mdtest-data/Blockquotes with code blocks.text
 t/mdtest-data/Blockquotes with code blocks.xhtml
 t/mdtest-data/Code Blocks.text
 t/mdtest-data/Code Blocks.xhtml
 t/mdtest-data/Code Spans.text
 t/mdtest-data/Code Spans.xhtml
 t/mdtest-data/Hard-wrapped paragraphs with list-like lines.text
 t/mdtest-data/Hard-wrapped paragraphs with list-like lines.xhtml
 t/mdtest-data/Horizontal rules.text
 t/mdtest-data/Horizontal rules.xhtml
 t/mdtest-data/Images.text
 t/mdtest-data/Images.xhtml
 t/mdtest-data/Inline HTML (Advanced).text
 t/mdtest-data/Inline HTML (Advanced).xhtml
 t/mdtest-data/Inline HTML (Simple).html
 t/mdtest-data/Inline HTML (Simple).text
 t/mdtest-data/Inline HTML comments.html
 t/mdtest-data/Inline HTML comments.text
 t/mdtest-data/Links, inline style.text
 t/mdtest-data/Links, inline style.xhtml
 t/mdtest-data/Links, reference style.text
 t/mdtest-data/Links, reference style.xhtml
 t/mdtest-data/Links, shortcut references.text
 t/mdtest-data/Links, shortcut references.xhtml
 t/mdtest-data/Literal quotes in titles.text
 t/mdtest-data/Literal quotes in titles.xhtml
 t/mdtest-data/Markdown Documentation - Basics.text
 t/mdtest-data/Markdown Documentation - Basics.xhtml
 t/mdtest-data/Markdown Documentation - Syntax.xhtml
 t/mdtest-data/Nested blockquotes.text
 t/mdtest-data/Nested blockquotes.xhtml
 t/mdtest-data/Ordered and unordered lists.text
 t/mdtest-data/Ordered and unordered lists.xhtml
 t/mdtest-data/Strong and em together.text
 t/mdtest-data/Strong and em together.xhtml
 t/mdtest-data/Tabs.text
 t/mdtest-data/Tabs.xhtml
 t/mdtest-data/Tidyness.text
 t/mdtest-data/Tidyness.xhtml
 t/mdtest.t
 t/parse-twice.t
 xt/author/00-compile.t
 xt/author/clean-namespaces.t
 xt/author/mojibake.t
 xt/author/pod-spell.t
 xt/author/pod-syntax.t
 xt/author/precious.t
 xt/author/test-version.t
 xt/extra/pod-coverage.t
 xt/release/cpan-changes.t
 xt/release/meta-json.t
Copyright: NONE
License: UNKNOWN
 FIXME

Files: README.md
 bin/markdent-html
 lib/Markdent.pm
 lib/Markdent/CapturedEvents.pm
 lib/Markdent/CheckedOutput.pm
 lib/Markdent/Dialect/GitHub/BlockParser.pm
 lib/Markdent/Dialect/GitHub/SpanParser.pm
 lib/Markdent/Dialect/Theory/BlockParser.pm
 lib/Markdent/Dialect/Theory/SpanParser.pm
 lib/Markdent/Event/AutoLink.pm
 lib/Markdent/Event/CodeBlock.pm
 lib/Markdent/Event/EndBlockquote.pm
 lib/Markdent/Event/EndCode.pm
 lib/Markdent/Event/EndDocument.pm
 lib/Markdent/Event/EndEmphasis.pm
 lib/Markdent/Event/EndHTMLTag.pm
 lib/Markdent/Event/EndHeader.pm
 lib/Markdent/Event/EndLink.pm
 lib/Markdent/Event/EndListItem.pm
 lib/Markdent/Event/EndOrderedList.pm
 lib/Markdent/Event/EndParagraph.pm
 lib/Markdent/Event/EndStrikethrough.pm
 lib/Markdent/Event/EndStrong.pm
 lib/Markdent/Event/EndTable.pm
 lib/Markdent/Event/EndTableBody.pm
 lib/Markdent/Event/EndTableCell.pm
 lib/Markdent/Event/EndTableHeader.pm
 lib/Markdent/Event/EndTableRow.pm
 lib/Markdent/Event/EndUnorderedList.pm
 lib/Markdent/Event/HTMLBlock.pm
 lib/Markdent/Event/HTMLComment.pm
 lib/Markdent/Event/HTMLCommentBlock.pm
 lib/Markdent/Event/HTMLEntity.pm
 lib/Markdent/Event/HTMLTag.pm
 lib/Markdent/Event/HorizontalRule.pm
 lib/Markdent/Event/Image.pm
 lib/Markdent/Event/LineBreak.pm
 lib/Markdent/Event/Preformatted.pm
 lib/Markdent/Event/StartBlockquote.pm
 lib/Markdent/Event/StartCode.pm
 lib/Markdent/Event/StartDocument.pm
 lib/Markdent/Event/StartEmphasis.pm
 lib/Markdent/Event/StartHTMLTag.pm
 lib/Markdent/Event/StartHeader.pm
 lib/Markdent/Event/StartLink.pm
 lib/Markdent/Event/StartListItem.pm
 lib/Markdent/Event/StartOrderedList.pm
 lib/Markdent/Event/StartParagraph.pm
 lib/Markdent/Event/StartStrikethrough.pm
 lib/Markdent/Event/StartStrong.pm
 lib/Markdent/Event/StartTable.pm
 lib/Markdent/Event/StartTableBody.pm
 lib/Markdent/Event/StartTableCell.pm
 lib/Markdent/Event/StartTableHeader.pm
 lib/Markdent/Event/StartTableRow.pm
 lib/Markdent/Event/StartUnorderedList.pm
 lib/Markdent/Event/Text.pm
 lib/Markdent/Handler/CaptureEvents.pm
 lib/Markdent/Handler/HTMLFilter.pm
 lib/Markdent/Handler/HTMLStream/Document.pm
 lib/Markdent/Handler/HTMLStream/Fragment.pm
 lib/Markdent/Handler/MinimalTree.pm
 lib/Markdent/Handler/Multiplexer.pm
 lib/Markdent/Handler/Null.pm
 lib/Markdent/Parser.pm
 lib/Markdent/Parser/BlockParser.pm
 lib/Markdent/Parser/SpanParser.pm
 lib/Markdent/Role/AnyParser.pm
 lib/Markdent/Role/BalancedEvent.pm
 lib/Markdent/Role/BlockParser.pm
 lib/Markdent/Role/DebugPrinter.pm
 lib/Markdent/Role/Dialect/BlockParser.pm
 lib/Markdent/Role/Dialect/SpanParser.pm
 lib/Markdent/Role/Event.pm
 lib/Markdent/Role/EventAsText.pm
 lib/Markdent/Role/EventsAsMethods.pm
 lib/Markdent/Role/FilterHandler.pm
 lib/Markdent/Role/HTMLStream.pm
 lib/Markdent/Role/Handler.pm
 lib/Markdent/Role/Simple.pm
 lib/Markdent/Role/SpanParser.pm
 lib/Markdent/Simple/Document.pm
 lib/Markdent/Simple/Fragment.pm
Copyright: 2021, Dave Rolsky.
License: Perl
 FIXME

Files: lib/Markdent/Dialect/GitHub.pod
 lib/Markdent/Dialect/Standard.pod
 lib/Markdent/Dialect/Theory.pod
Copyright: 2009-2012, Dave Rolsky
  2012, Dave Rolsky
License: UNKNOWN
 FIXME

Files: LICENSE
Copyright: 1989, Free Software Foundation, Inc.
  19xx name of author
  2021, Dave Rolsky.
  of this Package, but belong to whomever generated them, and may be sold
License: Artistic-1.0 and/or GPL-1 and/or Perl
 FIXME

Files: debian/copyright-check
Copyright: --deb-machine --ignore '^(debian/(changelog|copyright(_hints)?))$' --lines 0 -- * > debian/copyright_hints
License: UNKNOWN
 FIXME

Files: debian/source/lintian-overrides
Copyright: Artistic
  GPL-1+
  GPL-3+
  artistic
  gpl-1+
  gpl-3+
License: UNKNOWN
 FIXME

Files: t/mdtest-data/Markdown Documentation - Syntax.text
Copyright: 2004, Foo Corporation
License: UNKNOWN
 FIXME

Files: Changes
Copyright: Walker. GH #25.
License: UNKNOWN
 FIXME

