From 1c23f39d7c390a18ef8c9d29189bb29b43a47fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Fri, 19 Feb 2016 17:33:00 +0100 Subject: [PATCH] Note on redistribution of SQLite source files As stated by the MIT License, you are whelcome to reuse, modify, and redistribute the SQLiteCpp source code the way you whant it to, be it a git submodule, a subdirectory, or a selection of some source files. I whould love a mention in your README, a web link to the SQLite repository, and a mention of the author, but none of those are mandatory. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2a7c2cb..492ca12 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ Copyright (c) 2012-2016 Sébastien Rombauts (sebastien.rombauts@gmail.com) Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt or copy at http://opensource.org/licenses/MIT) +#### Note on redistribution of SQLite source files + +As stated by the MIT License, you are welcome to reuse, modify, and redistribute the SQLiteCpp source code +the way you want it to, be it a git submodule, a subdirectory, or a selection of some source files. + +I would love a mention in your README, a web link to the SQLite repository, and a mention of the author, +but none of those are mandatory. + ### About SQLite underlying library: SQLite is a library that implements a serverless transactional SQL database engine.