diff options
author | David Boddie <david.boddie@nokia.com> | 2010-09-06 16:52:30 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-09-06 16:52:30 (GMT) |
commit | d52f0887a740d147a74c3e38ae587f688fbf896a (patch) | |
tree | 70f0978cd36d3072ff895b6943c228204b83a947 /tools/qdoc3/test/qt-html-templates.qdocconf | |
parent | e7935dc46fcc062b28cc3aa385f389fa3842b190 (diff) | |
download | Qt-d52f0887a740d147a74c3e38ae587f688fbf896a.zip Qt-d52f0887a740d147a74c3e38ae587f688fbf896a.tar.gz Qt-d52f0887a740d147a74c3e38ae587f688fbf896a.tar.bz2 |
Doc: Added dual documentation license information to the HTML templates.
This completes the work to explicitly license the documentation under
the GNU Free Documentation License and the Qt Commercial License.
Reviewed-by: Trust Me
Diffstat (limited to 'tools/qdoc3/test/qt-html-templates.qdocconf')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index 8d4d27f..5043fea 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -160,6 +160,15 @@ HTML.footer = " <!-- /div -->\n" \ " <p>\n" \ " All other trademarks are property of their respective owners. <a title=\"Privacy Policy\"\n" \ " href=\"http://qt.nokia.com/about/privacy-policy\">Privacy Policy</a></p>\n" \ + " <br />\n" \ + " <p>\n" \ + " Licensees holding valid Qt Commercial licenses may use this document in accordance with the" \ + " Qt Commercial License Agreement provided with the Software or, alternatively, in accordance" \ + " with the terms contained in a written agreement between you and Nokia.</p>\n" \ + " <p>\n" \ + " Alternatively, this document may be used under the terms of the <a href=\"http://www.gnu.org/licenses/fdl.html\">GNU\n" \ + " Free Documentation License version 1.3</a>\n" \ + " as published by the Free Software Foundation.</p>\n" \ " </div>\n" \ " <div id=\"feedbackBox\">\n" \ " <div id=\"feedcloseX\" class=\"feedclose t_button\">X</div>\n" \ |