diff --git a/src/views/open-api-docs-view-v2/components/open-api-overview/style.module.css b/src/views/open-api-docs-view-v2/components/open-api-overview/style.module.css index a50e64c87e..6b15c6ebd6 100644 --- a/src/views/open-api-docs-view-v2/components/open-api-overview/style.module.css +++ b/src/views/open-api-docs-view-v2/components/open-api-overview/style.module.css @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + .overviewWrapper { display: flex; flex-direction: column; diff --git a/src/views/open-api-docs-view-v2/components/operation-content/style.module.css b/src/views/open-api-docs-view-v2/components/operation-content/style.module.css index 43b04f0c72..f683f79e81 100644 --- a/src/views/open-api-docs-view-v2/components/operation-content/style.module.css +++ b/src/views/open-api-docs-view-v2/components/operation-content/style.module.css @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + .heading { composes: hds-typography-display-600 from global; diff --git a/src/views/open-api-docs-view-v2/components/sidebar-link-external/style.module.css b/src/views/open-api-docs-view-v2/components/sidebar-link-external/style.module.css index b1fbbbbf3a..de3f738ebb 100644 --- a/src/views/open-api-docs-view-v2/components/sidebar-link-external/style.module.css +++ b/src/views/open-api-docs-view-v2/components/sidebar-link-external/style.module.css @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + .root { display: flex; gap: 8px; diff --git a/src/views/open-api-docs-view-v2/components/sidebar-link-with-product-icon/style.module.css b/src/views/open-api-docs-view-v2/components/sidebar-link-with-product-icon/style.module.css index 26cfd8916c..94aaae4651 100644 --- a/src/views/open-api-docs-view-v2/components/sidebar-link-with-product-icon/style.module.css +++ b/src/views/open-api-docs-view-v2/components/sidebar-link-with-product-icon/style.module.css @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + .root { /* Generic default theme, eg. for HCP and Sentinel */ --gradient-start: var(--token-color-palette-neutral-100); diff --git a/src/views/open-api-docs-view-v2/components/sidebar-link/style.module.css b/src/views/open-api-docs-view-v2/components/sidebar-link/style.module.css index 113bf0a7ee..069824efae 100644 --- a/src/views/open-api-docs-view-v2/components/sidebar-link/style.module.css +++ b/src/views/open-api-docs-view-v2/components/sidebar-link/style.module.css @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + .sidebarLink { composes: g-focus-ring-from-box-shadow from global; background-color: var(--token-color-surface-primary); diff --git a/src/views/open-api-docs-view-v2/components/sidebar-resource-links/style.module.css b/src/views/open-api-docs-view-v2/components/sidebar-resource-links/style.module.css index d68f247738..dc0553f137 100644 --- a/src/views/open-api-docs-view-v2/components/sidebar-resource-links/style.module.css +++ b/src/views/open-api-docs-view-v2/components/sidebar-resource-links/style.module.css @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + .sidebarLinkList { display: flex; flex-direction: column; diff --git a/src/views/open-api-docs-view-v2/components/sidebar/style.module.css b/src/views/open-api-docs-view-v2/components/sidebar/style.module.css index fa555129b7..d708c25355 100644 --- a/src/views/open-api-docs-view-v2/components/sidebar/style.module.css +++ b/src/views/open-api-docs-view-v2/components/sidebar/style.module.css @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + .listResetStyles { list-style: none; margin: 0; diff --git a/src/views/open-api-docs-view-v2/style.module.css b/src/views/open-api-docs-view-v2/style.module.css index 89ac6beb99..7e62b169ad 100644 --- a/src/views/open-api-docs-view-v2/style.module.css +++ b/src/views/open-api-docs-view-v2/style.module.css @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + .paddedContainer { display: flex; flex-direction: column;