Skip to content

Commit 619236f

Browse files
committed
Add: Copyright for additional Features
1 parent 6a80b70 commit 619236f

7 files changed

+9
-2
lines changed

sqlite3_opt_allow_uri_authority.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
2+
// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>.
23
//
34
// Use of this source code is governed by an MIT-style
45
// license that can be found in the LICENSE file.

sqlite3_opt_app_armor.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
2-
//
2+
// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>.
3+
34
// Use of this source code is governed by an MIT-style
45
// license that can be found in the LICENSE file.
56

sqlite3_opt_foreign_keys.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
2+
// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>.
23
//
34
// Use of this source code is governed by an MIT-style
45
// license that can be found in the LICENSE file.

sqlite3_opt_introspect.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
2-
//
2+
// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>.
3+
34
// Use of this source code is governed by an MIT-style
45
// license that can be found in the LICENSE file.
56

sqlite3_opt_stat4.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
2+
// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>.
23
//
34
// Use of this source code is governed by an MIT-style
45
// license that can be found in the LICENSE file.

sqlite3_opt_vacuum_full.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
2+
// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>.
23
//
34
// Use of this source code is governed by an MIT-style
45
// license that can be found in the LICENSE file.

sqlite3_opt_vacuum_incr.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
2+
// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>.
23
//
34
// Use of this source code is governed by an MIT-style
45
// license that can be found in the LICENSE file.

0 commit comments

Comments
 (0)