From eaee0dc818944ae1f688cc96947f5e68102bc081 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 11:42:46 -0800 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers (#3654) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> --- control-plane/controllers/resources/gateway_controller_crud.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/control-plane/controllers/resources/gateway_controller_crud.go b/control-plane/controllers/resources/gateway_controller_crud.go index fe2fb55b5e..e1ab407dd0 100644 --- a/control-plane/controllers/resources/gateway_controller_crud.go +++ b/control-plane/controllers/resources/gateway_controller_crud.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package resources import (