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

Files: CODE_OF_CONDUCT.md
 CONTRIBUTING.md
 Changes
 INSTALL
 MANIFEST
 META.json
 META.yml
 Makefile.PL
 appveyor.yml
 bench/capture-vs-text-markdown-vs-parse
 cpanfile
 debian/compat
 debian/control
 debian/gbp.conf
 debian/libmarkdent-perl.install
 debian/markdent.install
 debian/rules
 debian/source/format
 debian/watch
 dist.ini
 lib/Markdent/CLI.pm
 lib/Markdent/Manual.pod
 lib/Markdent/Regexes.pm
 lib/Markdent/Types.pm
 lib/Markdent/Types/Internal.pm
 perlcriticrc
 perltidyrc
 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/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/multi-dialect/github-theory.t
 t/markup/standard/backslash-escape.t
 t/markup/standard/blockquote.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/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
 tidyall.ini
 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/test-version.t
 xt/author/tidyall.t
 xt/release/cpan-changes.t
 xt/release/meta-json.t
 xt/release/pod-coverage.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/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/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: 2019, Dave Rolsky.
License: Artistic or GPL-1+
 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: Artistic or GPL-1+
 FIXME

Files: LICENSE
Copyright: 1989, Free Software Foundation, Inc.
  19xx name of author
  19yy <name of author>
  2019, Dave Rolsky.
  disclaimer" for the program, if
  ed by the Free
  interest in the
  of this Package, but belong to whomever generated them, and may be sold
  the software, and
License: Artistic or GPL-1+
 FIXME

Files: debian/copyright-check
Copyright: 2016-2019, Jonas Smedegaard <dr@jones.dk>
License: GPL-3+
 FIXME

Files: t/mdtest-data/Markdown Documentation - Syntax.text
Copyright: 2004, Foo Corporation /
  and Markdown will leave it alone. But if you write:
  symbol in your article, you can write:
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.xhtml
Copyright: symbol in your article, you can write:</p>
License: UNKNOWN
 FIXME

