aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_other.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_other.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_other.go')
-rw-r--r--sqlite3_other.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/sqlite3_other.go b/sqlite3_other.go
index e8673ac..c87c01f 100644
--- a/sqlite3_other.go
+++ b/sqlite3_other.go
@@ -1,3 +1,7 @@
+// 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.
// +build !windows
package sqlite3