From eef3213d197dbd4d306377e1dc0784165da8054d Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:13:03 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- control-plane/api-gateway/gatekeeper/deployment_test.go | 3 +++ control-plane/build-support/scripts/mod_tidy.sh | 3 +++ .../controllers/resources/api-gateway-controller_test.go | 3 +++ .../controllers/resources/gateway_controller_setup.go | 3 +++ 4 files changed, 12 insertions(+) diff --git a/control-plane/api-gateway/gatekeeper/deployment_test.go b/control-plane/api-gateway/gatekeeper/deployment_test.go index 0e4c2f53f0..56a0fc8327 100644 --- a/control-plane/api-gateway/gatekeeper/deployment_test.go +++ b/control-plane/api-gateway/gatekeeper/deployment_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package gatekeeper import ( diff --git a/control-plane/build-support/scripts/mod_tidy.sh b/control-plane/build-support/scripts/mod_tidy.sh index 467ed55aa6..4a13437b24 100755 --- a/control-plane/build-support/scripts/mod_tidy.sh +++ b/control-plane/build-support/scripts/mod_tidy.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + CHECK=false diff --git a/control-plane/controllers/resources/api-gateway-controller_test.go b/control-plane/controllers/resources/api-gateway-controller_test.go index ef531086dc..2bb4eee1c2 100644 --- a/control-plane/controllers/resources/api-gateway-controller_test.go +++ b/control-plane/controllers/resources/api-gateway-controller_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package resources import ( diff --git a/control-plane/controllers/resources/gateway_controller_setup.go b/control-plane/controllers/resources/gateway_controller_setup.go index 257b6733e4..f58ae1eb13 100644 --- a/control-plane/controllers/resources/gateway_controller_setup.go +++ b/control-plane/controllers/resources/gateway_controller_setup.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package resources import (