aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2016-03-11 16:04:15 +0100
committerAlessandro Portale <alessandro.portale@theqtcompany.com>2016-03-11 23:27:19 +0000
commitf5b988d507f4c597678ec31e4709dcc5a74827f7 (patch)
tree5480223f4dd00cc15615eee854256e8e68beac51 /README.md
parent4e2348a4eab6aa4af9bbb20a61ca45b757028def (diff)
README: Add comment on use of SQLite
Change-Id: I763389974fdb153ee3120a6e11653dee2d4ff34d Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a1a6e3a137..1eda6a3c46 100644
--- a/README.md
+++ b/README.md
@@ -265,6 +265,9 @@ we thank the authors who made this possible:
The source code of Botan C++ crypto library can be found in
QtCreator/src/libs/3rdparty
+### SQLite, in-process library that implements a SQL database engine
+
+SQLite (https://www.sqlite.org) is in the Public Domain.
### ClassView and ImageViewer plugins
@@ -304,6 +307,3 @@ we thank the authors who made this possible:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-
-
-