diff options
author | mattn <mattn.jp@gmail.com> | 2014-08-18 18:24:12 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2014-08-18 18:24:12 +0900 |
commit | b718c29aea8dcb97e5338a220d9eec80af770626 (patch) | |
tree | 72f1b8e45e5b154668aea1c97af22a5e7477063f /sqlite3_other.go | |
parent | Check parameter count (diff) | |
parent | Add note about license of amalgamation code (diff) | |
download | golite-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.go | 4 |
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 |