From 68b6472fb1752f20cf543411848c260889952bfe Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:25:38 -0700 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers (#2184) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> --- src/components/chatbox/Markdown.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/chatbox/Markdown.tsx b/src/components/chatbox/Markdown.tsx index ed6faed647..7de2e16dc3 100644 --- a/src/components/chatbox/Markdown.tsx +++ b/src/components/chatbox/Markdown.tsx @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + import ReactMarkdown from 'react-markdown' import remarkGfm from 'remark-gfm' import rehypePrism from '@mapbox/rehype-prism'