diff --git a/driver/extensions.go b/driver/extensions.go index a61581f..823a807 100644 --- a/driver/extensions.go +++ b/driver/extensions.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Yasuhiro Matsumoto . +// Copyright (C) 2018 The Go-SQLite3 Authors. // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. diff --git a/driver/extensions_disabled.go b/driver/extensions_disabled.go index 4c34359..f5be5cb 100644 --- a/driver/extensions_disabled.go +++ b/driver/extensions_disabled.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Yasuhiro Matsumoto . +// Copyright (C) 2018 The Go-SQLite3 Authors. // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file.