1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277
|
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/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: 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: UNKNOWN
FIXME
Files: LICENSE
Copyright: 1989, Free Software Foundation, Inc.
19xx name of author
19yy <name of author>
2021, 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+ and/or Artistic-1.0 and/or GPL-1
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/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: Changes
Copyright: Walker. GH #25.
License: UNKNOWN
FIXME
Files: t/mdtest-data/Markdown Documentation - Syntax.xhtml
Copyright: symbol in your article, you can write:</p>
License: UNKNOWN
FIXME
|