Skip to content

Commit 103dc25

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

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

__tests__/rsc.test.tsx

+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 { compileMDX } from '../rsc'
27

38
describe('compileMDX', () => {

global.d.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
declare module '@hashicorp/remark-plugins'

0 commit comments

Comments
 (0)