From eef3e33c21d28e4a2fb2e7cabf78dd5a658f2cae Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:17:24 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers (#2502) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Co-authored-by: Heat Hamilton <55773810+heatlikeheatwave@users.noreply.github.com> --- src/views/open-api-docs-preview-v2/constants.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/open-api-docs-preview-v2/constants.ts b/src/views/open-api-docs-preview-v2/constants.ts index ff66450924..f6e0077d8c 100644 --- a/src/views/open-api-docs-preview-v2/constants.ts +++ b/src/views/open-api-docs-preview-v2/constants.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + /** * Set up some constants */