===
SQLite (sqlite) version 3.7.7.1
===

SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. -- quoted from www.sqlite.org.
According to the comments in the source files, the code is in the public domain. See the SQLite Copyright page on the SQLite web site for further information.

The author disclaims copyright to this source code.  In place of
a legal notice, here is a blessing:

   May you do good and not evil.
   May you find forgiveness for yourself and forgive others.
   May you share freely, never taking more than you give.
