Skip to content

Commit 2dbc7c4

Browse files
authored
Merge pull request #2141 from hashicorp/compliance/add-headers
[COMPLIANCE] Add Copyright and License Headers
2 parents f593c5b + 7fa2213 commit 2dbc7c4

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

packages/components/src/components.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
// This file is use to expose public components
27
import HdsAccordion from './components/hds/accordion/index.ts';
38
import HdsAlert from './components/hds/alert/index.ts';

packages/components/src/helpers.ts

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
/**
2+
* Copyright (c) HashiCorp, Inc.
3+
* SPDX-License-Identifier: MPL-2.0
4+
*/
5+
16
// This file is use to expose public helpers

packages/components/src/modifiers.ts

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
/**
2+
* Copyright (c) HashiCorp, Inc.
3+
* SPDX-License-Identifier: MPL-2.0
4+
*/
5+
16
// This file is use to expose public modifiers

0 commit comments

Comments
 (0)