diff options
author | Jerome Pasion <jerome.pasion@digia.com> | 2013-01-22 13:18:54 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-01-22 14:26:42 (GMT) |
commit | 4e41d42c17e2aab6e6a8ebedc9595d9b0854c9e5 (patch) | |
tree | 732030ab917864165cdc7efe4c247107e167b16a /tools/qdoc3/doc | |
parent | 6873437085a8fe669b12f8f1f2cfee872839d4ec (diff) | |
download | Qt-4e41d42c17e2aab6e6a8ebedc9595d9b0854c9e5.zip Qt-4e41d42c17e2aab6e6a8ebedc9595d9b0854c9e5.tar.gz Qt-4e41d42c17e2aab6e6a8ebedc9595d9b0854c9e5.tar.bz2 |
Doc: Updated HTML copyright year to 2013.
Change-Id: I62fa2443cc7cfd187458eb99d370472d553600f8
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Johanna Äijälä <johanna.aijala@digia.com>
Diffstat (limited to 'tools/qdoc3/doc')
-rw-r--r-- | tools/qdoc3/doc/config/qt-html-templates-online.qdocconf | 2 | ||||
-rw-r--r-- | tools/qdoc3/doc/config/qt-html-templates.qdocconf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/qdoc3/doc/config/qt-html-templates-online.qdocconf b/tools/qdoc3/doc/config/qt-html-templates-online.qdocconf index 700362c..b840990 100644 --- a/tools/qdoc3/doc/config/qt-html-templates-online.qdocconf +++ b/tools/qdoc3/doc/config/qt-html-templates-online.qdocconf @@ -63,7 +63,7 @@ HTML.footer = \ " </div> \n" \ " <div class=\"footer\">\n" \ " <p>\n" \ - " <acronym title=\"Copyright\">©</acronym> 2012 Digia Plc and/or its\n" \ + " <acronym title=\"Copyright\">©</acronym> 2013 Digia Plc and/or its\n" \ " subsidiaries. Documentation contributions included herein are the copyrights of\n" \ " their respective owners.</p>\n" \ " <br />\n" \ diff --git a/tools/qdoc3/doc/config/qt-html-templates.qdocconf b/tools/qdoc3/doc/config/qt-html-templates.qdocconf index 375ae8f..32f282a 100644 --- a/tools/qdoc3/doc/config/qt-html-templates.qdocconf +++ b/tools/qdoc3/doc/config/qt-html-templates.qdocconf @@ -23,7 +23,7 @@ HTML.footer = \ "</div> \n" \ "<div class=\"footer\">\n" \ " <p>\n" \ - " <acronym title=\"Copyright\">©</acronym> 2012 Digia Plc and/or its\n" \ + " <acronym title=\"Copyright\">©</acronym> 2013 Digia Plc and/or its\n" \ " subsidiaries. Documentation contributions included herein are the copyrights of\n" \ " their respective owners.</p>\n" \ " <br />\n" \ |