Doc: Add a default license footer.
authorCasper van Donderen <casper.vandonderen@nokia.com>
Fri, 11 May 2012 08:40:07 +0000 (10:40 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 11 May 2012 15:39:13 +0000 (17:39 +0200)
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>
12 files changed:
doc/global/qt-html-templates-offline.qdocconf [new file with mode: 0644]
src/concurrent/doc/qtconcurrent.qdocconf
src/corelib/doc/qtcore.qdocconf
src/dbus/doc/qtdbus.qdocconf
src/gui/doc/qtgui.qdocconf
src/network/doc/qtnetwork.qdocconf
src/opengl/doc/qtopengl.qdocconf
src/printsupport/doc/qtprintsupport.qdocconf
src/sql/doc/qtsql.qdocconf
src/testlib/doc/qttest.qdocconf
src/widgets/doc/qtwidgets.qdocconf
src/xml/doc/qtxml.qdocconf

diff --git a/doc/global/qt-html-templates-offline.qdocconf b/doc/global/qt-html-templates-offline.qdocconf
new file mode 100644 (file)
index 0000000..3943554
--- /dev/null
@@ -0,0 +1,22 @@
+HTML.footer = \
+    "<div class=\"footer\">\n" \
+    "    <p>\n" \
+    "      <acronym title=\"Copyright\">&copy;</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" \
+
index d8d66a9..94a891a 100644 (file)
@@ -1,3 +1,4 @@
+include(../../../doc/global/qt-html-templates-offline.qdocconf)
 include(../../../doc/global/qt-cpp-ignore.qdocconf)
 
 project                 = QtConcurrent
index f788b36..2151c35 100644 (file)
@@ -1,3 +1,4 @@
+include(../../../doc/global/qt-html-templates-offline.qdocconf)
 include(../../../doc/global/qt-cpp-ignore.qdocconf)
 
 project                 = QtCore
index d33c437..a1b3985 100644 (file)
@@ -1,3 +1,4 @@
+include(../../../doc/global/qt-html-templates-offline.qdocconf)
 include(../../../doc/global/qt-cpp-ignore.qdocconf)
 
 project                 = QtDBus
index 85772bb..f1eeaeb 100644 (file)
@@ -1,3 +1,4 @@
+include(../../../doc/global/qt-html-templates-offline.qdocconf)
 include(../../../doc/global/qt-cpp-ignore.qdocconf)
 
 project                 = QtGui
index e14fb32..718a71c 100644 (file)
@@ -1,3 +1,4 @@
+include(../../../doc/global/qt-html-templates-offline.qdocconf)
 include(../../../doc/global/qt-cpp-ignore.qdocconf)
 
 project                 = QtNetwork
index f631f03..192aeb7 100644 (file)
@@ -1,3 +1,4 @@
+include(../../../doc/global/qt-html-templates-offline.qdocconf)
 include(../../../doc/global/qt-cpp-ignore.qdocconf)
 
 project                 = QtOpenGL
index a21639b..a9ed070 100644 (file)
@@ -1,3 +1,4 @@
+include(../../../doc/global/qt-html-templates-offline.qdocconf)
 include(../../../doc/global/qt-cpp-ignore.qdocconf)
 
 project                 = QtPrintSupport
index ac0249a..0711951 100644 (file)
@@ -1,3 +1,4 @@
+include(../../../doc/global/qt-html-templates-offline.qdocconf)
 include(../../../doc/global/qt-cpp-ignore.qdocconf)
 
 project                 = QtSql
index 5f9ea96..1662c6d 100644 (file)
@@ -1,3 +1,4 @@
+include(../../../doc/global/qt-html-templates-offline.qdocconf)
 include(../../../doc/global/qt-cpp-ignore.qdocconf)
 
 project                 = QtTest
index c90f253..aaf0881 100644 (file)
@@ -1,3 +1,4 @@
+include(../../../doc/global/qt-html-templates-offline.qdocconf)
 include(../../../doc/global/qt-cpp-ignore.qdocconf)
 
 project                 = QtWidgets
index 86dd4f9..8f4c481 100644 (file)
@@ -1,3 +1,4 @@
+include(../../../doc/global/qt-html-templates-offline.qdocconf)
 include(../../../doc/global/qt-cpp-ignore.qdocconf)
 
 project                 = QtXml