From a5221d1791538ff5432d8717877f68c5a9c07b39 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:55:34 -0800 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers (#3499) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> --- control-plane/tenancy/namespace/namespace.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/control-plane/tenancy/namespace/namespace.go b/control-plane/tenancy/namespace/namespace.go index 84604e37b2..55950bba1d 100644 --- a/control-plane/tenancy/namespace/namespace.go +++ b/control-plane/tenancy/namespace/namespace.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package namespace import (