summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/md4c/qt_attribution.json
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-12-18 07:54:00 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2019-04-17 15:26:28 +0000
commitdea94de304e92f162ed0f1d4a30f03717a19b198 (patch)
tree1f3d7e7f0e7b2341c1dc566c7e623632512b893e /src/3rdparty/md4c/qt_attribution.json
parent2e1763d83a1dacfc5b747934fb77fa7cec7bfe47 (diff)
Import MD4C Markdown parser into 3rdparty
It has an MIT license and will be used to add Markdown (CommonMark) support to QTextDocument. Currently this is version 0.3.0 RC plus a few more patches. [ChangeLog][Third-Party Code] Qt Gui: Added md4c markdown parser to src/3rdparty/md4c (MIT licensed). Change-Id: Ie74373c89f2a30ba76ee728aee5e1ca166829f44 Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
Diffstat (limited to 'src/3rdparty/md4c/qt_attribution.json')
-rw-r--r--src/3rdparty/md4c/qt_attribution.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/3rdparty/md4c/qt_attribution.json b/src/3rdparty/md4c/qt_attribution.json
new file mode 100644
index 0000000000..9180ed69b5
--- /dev/null
+++ b/src/3rdparty/md4c/qt_attribution.json
@@ -0,0 +1,15 @@
+{
+ "Id": "md4c",
+ "Name": "MD4C",
+ "QDocModule": "qtgui",
+ "QtUsage": "Optionally used in QTextDocument if configured with textmarkdownreader.",
+
+ "Description": "A CommonMark-compliant Markdown parser.",
+ "Homepage": "https://github.com/mity/md4c",
+ "License": "MIT License",
+ "LicenseId": "MIT",
+ "LicenseFile": "LICENSE.md",
+ "Version": "0.3.0",
+ "DownloadLocation": "https://github.com/mity/md4c/releases/tag/release-0.3.0-rc",
+ "Copyright": "Copyright © 2016-2019 Martin Mitáš"
+}