From 12b1546c37433bcb11c62775deac9d17743f0639 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:12:49 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- 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 (