From c7ffdfc15eff2ac69a3bdb7ebeb661b8f013a948 Mon Sep 17 00:00:00 2001 From: illia Date: Tue, 17 Jan 2023 17:09:55 +0200 Subject: [PATCH] copyright --- binding/query.go | 2 +- binding/query_test.go | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 (