Skip to content

Commit f042ea0

Browse files
[COMPLIANCE] Add Copyright and License Headers
1 parent 0407f1d commit f042ea0

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

eslint.config.js

Lines changed: 5 additions & 0 deletions
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
const { node, browser } = require('globals')
27
const pluginJs = require('@eslint/js')
38
const tseslint = require('typescript-eslint')

src/components/posthog/posthog-provider.tsx

Lines changed: 5 additions & 0 deletions
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 { useEffect } from 'react'
27
import posthog from 'posthog-js'
38
import { PostHogProvider } from 'posthog-js/react'

src/hooks/use-datagrail-performance-consent.tsx

Lines changed: 5 additions & 0 deletions
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 { useEffect, useState } from 'react'
27
import {
38
addDatagrailEventListener,

0 commit comments

Comments
 (0)