From 16a30f3f91127e530331f2a88fc4fb8c9e303ad0 Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Tue, 28 Jan 2025 07:24:41 -0600 Subject: [PATCH] Add missing headers Signed-off-by: Florent Poinsard --- go/vt/vtgate/engine/join_values.go | 2 +- go/vt/vtgate/engine/routing_parameter_test.go | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/go/vt/vtgate/engine/join_values.go b/go/vt/vtgate/engine/join_values.go index 0d341c362df..7b4fc19e908 100644 --- a/go/vt/vtgate/engine/join_values.go +++ b/go/vt/vtgate/engine/join_values.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Vitess Authors. +Copyright 2025 The Vitess Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/go/vt/vtgate/engine/routing_parameter_test.go b/go/vt/vtgate/engine/routing_parameter_test.go index 9c5ad167a70..b292f57e643 100644 --- a/go/vt/vtgate/engine/routing_parameter_test.go +++ b/go/vt/vtgate/engine/routing_parameter_test.go @@ -1,3 +1,19 @@ +/* +Copyright 2025 The Vitess Authors. + +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 engine import (