aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2018-05-30 00:11:22 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2018-05-30 00:11:22 +0900
commit52b8080d4d0eb6d16f3a5f9336c29192dac68185 (patch)
tree388d808cb389bfc92b8e15265e6e6d17deef4685 /README.md
parentMerge pull request #573 from GJRTimmer/fix/pragma (diff)
downloadgolite-52b8080d4d0eb6d16f3a5f9336c29192dac68185.tar.gz
golite-52b8080d4d0eb6d16f3a5f9336c29192dac68185.tar.xz
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index dc75958..4211f5b 100644
--- a/README.md
+++ b/README.md
@@ -347,7 +347,7 @@ For example the TDM-GCC Toolchain can be found [here](ttps://sourceforge.net/pro
# License
-MIT: http://mattn.mit-license.org/2012
+MIT: http://mattn.mit-license.org/2018
sqlite3-binding.c, sqlite3-binding.h, sqlite3ext.h
@@ -358,3 +358,5 @@ In this repository, those files are an amalgamation of code that was copied from
# Author
Yasuhiro Matsumoto (a.k.a mattn)
+
+G.J.R. Timmer