summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/markdowneditor/doc/src/markdowneditor.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginewidgets/markdowneditor/doc/src/markdowneditor.qdoc')
-rw-r--r--examples/webenginewidgets/markdowneditor/doc/src/markdowneditor.qdoc15
1 files changed, 14 insertions, 1 deletions
diff --git a/examples/webenginewidgets/markdowneditor/doc/src/markdowneditor.qdoc b/examples/webenginewidgets/markdowneditor/doc/src/markdowneditor.qdoc
index a20dc04c5..b06d4ee84 100644
--- a/examples/webenginewidgets/markdowneditor/doc/src/markdowneditor.qdoc
+++ b/examples/webenginewidgets/markdowneditor/doc/src/markdowneditor.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -166,5 +166,18 @@
Finally, we set up the web channel to access the \c content proxy object
and make sure that \c updateText() is called whenever \c content.text
changes.
+
+ \section1 Files and Attributions
+
+ The example bundles the following code with third-party licenses:
+
+ \table
+ \row
+ \li \l{markdowneditor-marked}{Marked}
+ \li MIT License
+ \row
+ \li \l{markdowneditor-markdowncss}{Markdown.css}
+ \li Apache License 2.0
+ \endtable
*/