From db8166a23f907ee459a5bb9bebb41317dad29b0c Mon Sep 17 00:00:00 2001 From: Andy Arthur Date: Thu, 13 Apr 2023 10:00:01 -0700 Subject: [PATCH] go/doltcore/sqle/index: fix copyright header for key_builder_test.go --- .../doltcore/sqle/index/key_builder_test.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/go/libraries/doltcore/sqle/index/key_builder_test.go b/go/libraries/doltcore/sqle/index/key_builder_test.go index ae4e7df501..eeb8d7532d 100644 --- a/go/libraries/doltcore/sqle/index/key_builder_test.go +++ b/go/libraries/doltcore/sqle/index/key_builder_test.go @@ -1,3 +1,17 @@ +// Copyright 2023 Dolthub, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package index import (