From e63bc6bbd518e73f500fbc854a950a9037b2d1ba Mon Sep 17 00:00:00 2001 From: Matheus Moraes Date: Mon, 18 Mar 2024 17:06:14 -0300 Subject: [PATCH] add license header in compiler_test.go --- pkg/validator/compiler_test.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pkg/validator/compiler_test.go b/pkg/validator/compiler_test.go index 5fa3434..d607642 100644 --- a/pkg/validator/compiler_test.go +++ b/pkg/validator/compiler_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Undistro 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 validator import (