Skip to content

Commit

Permalink
[COMPLIANCE] Add Copyright and License Headers (#2273)
Browse files Browse the repository at this point in the history
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
Co-authored-by: Ruben Nic <[email protected]>
  • Loading branch information
hashicorp-copywrite[bot] and RubenSandwich authored Feb 9, 2024
1 parent ae032ff commit 83a7f1b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/validated-designs/__tests__/server.ts
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 { getHvdCategoryGroupsPaths } from '../server'
import { HvdCategoryGroup } from '../types'

Expand Down
5 changes: 5 additions & 0 deletions src/views/validated-designs/types.ts
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 { ProductSlug } from 'types/products'

export interface HvdCategoryGroup {
Expand Down

0 comments on commit 83a7f1b

Please sign in to comment.