aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2014-08-18 17:05:50 +0900
committermattn <mattn.jp@gmail.com>2014-08-18 17:05:50 +0900
commit060db06a281a4f182a11585951c19be70a185a97 (patch)
tree186053820b9b10c3a3e34f88e3bf91a86d9b5ed8 /README.md
parentAdd one blank line for godoc (diff)
downloadgolite-060db06a281a4f182a11585951c19be70a185a97.tar.gz
golite-060db06a281a4f182a11585951c19be70a185a97.tar.xz
Add note about license of amalgamation code
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 096d52f..3aa5b1e 100644
--- a/README.md
+++ b/README.md
@@ -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)