Doc: Add a default license footer.
The CSS for the footer is not completely correct, but at this time it is better to have something than nothing. Change-Id: I7371e1e458a2abafcdb0fca5564ad73e209d64c3 Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
This commit is contained in:
parent
01650d0dc7
commit
653bca19c7
22
doc/global/qt-html-templates-offline.qdocconf
Normal file
22
doc/global/qt-html-templates-offline.qdocconf
Normal file
@ -0,0 +1,22 @@
|
||||
HTML.footer = \
|
||||
"<div class=\"footer\">\n" \
|
||||
" <p>\n" \
|
||||
" <acronym title=\"Copyright\">©</acronym> 2012 Nokia Corporation and/or its\n" \
|
||||
" subsidiaries. Documentation contributions included herein are the copyrights of\n" \
|
||||
" their respective owners.</p>\n" \
|
||||
" <br />\n" \
|
||||
" <p>\n" \
|
||||
" The documentation provided herein is licensed under the terms of the\n" \
|
||||
" <a href=\"http://www.gnu.org/licenses/fdl.html\">GNU Free Documentation\n" \
|
||||
" License version 1.3</a> as published by the Free Software Foundation.</p>\n" \
|
||||
" <p>\n" \
|
||||
" Documentation sources may be obtained from <a href=\"http://www.qt-project.org\">\n" \
|
||||
" www.qt-project.org</a>.</p>\n" \
|
||||
" <br />\n" \
|
||||
" <p>\n" \
|
||||
" Nokia, Qt and their respective logos are trademarks of Nokia Corporation \n" \
|
||||
" in Finland and/or other countries worldwide. All other trademarks are property\n" \
|
||||
" of their respective owners. <a title=\"Privacy Policy\"\n" \
|
||||
" href=\"http://en.gitorious.org/privacy_policy/\">Privacy Policy</a></p>\n" \
|
||||
"</div>\n" \
|
||||
|
@ -1,3 +1,4 @@
|
||||
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||
|
||||
project = QtConcurrent
|
||||
|
@ -1,3 +1,4 @@
|
||||
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||
|
||||
project = QtCore
|
||||
|
@ -1,3 +1,4 @@
|
||||
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||
|
||||
project = QtDBus
|
||||
|
@ -1,3 +1,4 @@
|
||||
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||
|
||||
project = QtGui
|
||||
|
@ -1,3 +1,4 @@
|
||||
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||
|
||||
project = QtNetwork
|
||||
|
@ -1,3 +1,4 @@
|
||||
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||
|
||||
project = QtOpenGL
|
||||
|
@ -1,3 +1,4 @@
|
||||
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||
|
||||
project = QtPrintSupport
|
||||
|
@ -1,3 +1,4 @@
|
||||
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||
|
||||
project = QtSql
|
||||
|
@ -1,3 +1,4 @@
|
||||
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||
|
||||
project = QtTest
|
||||
|
@ -1,3 +1,4 @@
|
||||
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||
|
||||
project = QtWidgets
|
||||
|
@ -1,3 +1,4 @@
|
||||
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||
|
||||
project = QtXml
|
||||
|
Loading…
Reference in New Issue
Block a user