diff --git a/binding/query.go b/binding/query.go index baa4aead..f16bb5b1 100644 --- a/binding/query.go +++ b/binding/query.go @@ -1,4 +1,4 @@ -// Copyright 2017 Manu Martinez-Almeida. All rights reserved. +// Copyright 2023 Illia Dimura. All rights reserved. // Use of this source code is governed by a MIT style // license that can be found in the LICENSE file. diff --git a/binding/query_test.go b/binding/query_test.go index 72102040..e22977cb 100644 --- a/binding/query_test.go +++ b/binding/query_test.go @@ -1,3 +1,7 @@ +// Copyright 2023 Illia Dimura. All rights reserved. +// Use of this source code is governed by a MIT style +// license that can be found in the LICENSE file. + package binding import (