diff options
author | mattn <mattn.jp@gmail.com> | 2014-08-18 17:05:50 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2014-08-18 17:05:50 +0900 |
commit | 060db06a281a4f182a11585951c19be70a185a97 (patch) | |
tree | 186053820b9b10c3a3e34f88e3bf91a86d9b5ed8 | |
parent | Add one blank line for godoc (diff) | |
download | golite-060db06a281a4f182a11585951c19be70a185a97.tar.gz golite-060db06a281a4f182a11585951c19be70a185a97.tar.xz |
Add note about license of amalgamation code
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -40,3 +40,12 @@ License ------- MIT: http://mattn.mit-license.org/2012 + +sqlite.c, sqlite3.h, sqlite3ext.h + +In this repository, those files are amalgamation code that copied from SQLite3. The license of those codes are depend on the license of SQLite3. + +Author +------ + +Yasuhiro Matsumoto (a.k.a mattn) |