aboutsummaryrefslogtreecommitdiff
path: root/sqlite3.go
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2014-08-18 18:24:12 +0900
committermattn <mattn.jp@gmail.com>2014-08-18 18:24:12 +0900
commitb718c29aea8dcb97e5338a220d9eec80af770626 (patch)
tree72f1b8e45e5b154668aea1c97af22a5e7477063f /sqlite3.go
parentCheck parameter count (diff)
parentAdd note about license of amalgamation code (diff)
downloadgolite-b718c29aea8dcb97e5338a220d9eec80af770626.tar.gz
golite-b718c29aea8dcb97e5338a220d9eec80af770626.tar.xz
Merge branch 'master' of github.com:mattn/go-sqlite3
Diffstat (limited to 'sqlite3.go')
-rw-r--r--sqlite3.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/sqlite3.go b/sqlite3.go
index baa7fa3..e2ad600 100644
--- a/sqlite3.go
+++ b/sqlite3.go
@@ -1,3 +1,8 @@
+// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
+//
+// Use of this source code is governed by an MIT-style
+// license that can be found in the LICENSE file.
+
package sqlite3
/*