diff options
author | Marco Bubke <marco.bubke@theqtcompany.com> | 2015-06-09 15:54:57 +0200 |
---|---|---|
committer | Marco Bubke <marco.bubke@theqtcompany.com> | 2015-06-10 10:29:19 +0000 |
commit | c916d250b3c1ff28a4ad0c93ccbd6005c9ff9f42 (patch) | |
tree | 6257071700202889d6f3d8e437bc87cd46cd93ec | |
parent | 23b8a3b2e83e46e9ca8b1e7e314fad7030b23ff4 (diff) | |
download | qt-creator-c916d250b3c1ff28a4ad0c93ccbd6005c9ff9f42.tar.gz |
Acknowledge SQlite
Change-Id: I85ae3a273160dad6ead9e722fcf4fb6d1835eb0c
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r-- | doc/src/overview/creator-acknowledgements.qdoc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/src/overview/creator-acknowledgements.qdoc b/doc/src/overview/creator-acknowledgements.qdoc index f000b6473b..1cd5a03830 100644 --- a/doc/src/overview/creator-acknowledgements.qdoc +++ b/doc/src/overview/creator-acknowledgements.qdoc @@ -131,5 +131,20 @@ The source code of ANGLE is part of the Qt libraries. \br\br + \li \b{SQLite, an embedded database. Version 3.8.10.2}\br\br + + The author or authors of this code dedicate any and all copyright + interest in this code to the public domain. We make this dedication + for the benefit of the public at large and to the detriment of our + heirs and successors. We intend this dedication to be an overt act + of relinquishment in perpetuity of all present and future rights to + this code under copyright law.\br\br + + The source code of SQLite library can be found here: + \list + \li QtCreator/src/libs/3rdparty/sqlite + \li \l{https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/libs/3rdparty/sqlite} + \endlist + \endlist */ |