Skip to content

Commit c9bbc78

Browse files
[COMPLIANCE] Add Copyright and License Headers (#2674)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
1 parent cc9717e commit c9bbc78

File tree

1 file changed

+5
-0
lines changed
  • packages/components/src/modifiers/hds-code-editor/languages

1 file changed

+5
-0
lines changed

packages/components/src/modifiers/hds-code-editor/languages/sentinel.ts

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright (c) HashiCorp, Inc.
3+
* SPDX-License-Identifier: MPL-2.0
4+
*/
5+
16
import type { StringStream } from '@codemirror/language';
27

38
type Quote = '"' | "'";

0 commit comments

Comments
 (0)