diff options
author | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-29 13:43:22 +0200 |
---|---|---|
committer | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-29 13:43:22 +0200 |
commit | 619236f55ecc3829901a8f8c7d16d5a1a105e3ec (patch) | |
tree | 7eba9afa262125f06ebf220316f79d93825bd4fa /sqlite3_opt_introspect.go | |
parent | Add: PRAGMA secure_delete (diff) | |
download | golite-619236f55ecc3829901a8f8c7d16d5a1a105e3ec.tar.gz golite-619236f55ecc3829901a8f8c7d16d5a1a105e3ec.tar.xz |
Add: Copyright for additional Features
Diffstat (limited to 'sqlite3_opt_introspect.go')
-rw-r--r-- | sqlite3_opt_introspect.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sqlite3_opt_introspect.go b/sqlite3_opt_introspect.go index 7819898..10d4433 100644 --- a/sqlite3_opt_introspect.go +++ b/sqlite3_opt_introspect.go @@ -1,5 +1,6 @@ // Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>. -// +// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>. + // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. |