Skip to content

Commit 678e0e9

Browse files
[COMPLIANCE] Add Copyright and License Headers
1 parent f148e05 commit 678e0e9

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-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,

src/views/certifications/views/signin/signin.module.css

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
.root {
27
display: flex;
38
flex-direction: column;

src/views/certifications/views/signin/types.ts

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 type { RawSignInPageContent } from "views/certifications/content/schemas/signin-page"
27
import type { FaqItem } from "views/certifications/types"
38

0 commit comments

Comments
 (0)