Skip to content

Commit

Permalink
[COMPLIANCE] Add Copyright and License Headers (#2657)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex <[email protected]>
  • Loading branch information
hashicorp-copywrite[bot] and alex-ju authored Jan 20, 2025
1 parent 2787f32 commit 84e3e24
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
}}

<Hds::Text::Body class="hds-code-editor__description" @tag="p" @size="100" ...attributes>
{{yield}}
</Hds::Text::Body>
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
}}

<Hds::Button
class={{this.className}}
aria-pressed={{@isFullScreen}}
Expand Down
5 changes: 5 additions & 0 deletions packages/components/src/components/hds/code-editor/title.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
}}

<Hds::Text::Body
id={{this._id}}
class="hds-code-editor__title"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

import { tags } from '@lezer/highlight';
import { HighlightStyle } from '@codemirror/language';
import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

export const HDS_CODE_BLOCK_WHITE = '#efeff1';
export const HDS_CODE_BLOCK_BLUE = '#2d8eff';
export const HDS_CODE_BLOCK_GREEN = '#86ff13';
Expand Down
5 changes: 5 additions & 0 deletions showcase/tests/integration/modifiers/hds-code-editor-test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

import { module, test } from 'qunit';
import { setupRenderingTest } from 'ember-qunit';
import {
Expand Down

0 comments on commit 84e3e24

Please sign in to comment.