From 31215afcb01df1baffd0f25bcba29aa2875b63b0 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 18:55:11 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- lineal-viz/src/utils/css-four-prop-parse.ts | 5 +++++ test-app/.stylelintrc.js | 5 +++++ test-app/tests/helpers/index.js | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/lineal-viz/src/utils/css-four-prop-parse.ts b/lineal-viz/src/utils/css-four-prop-parse.ts index ebd6bfd..c9aedd7 100644 --- a/lineal-viz/src/utils/css-four-prop-parse.ts +++ b/lineal-viz/src/utils/css-four-prop-parse.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + export type FourProp = { top: number; right: number; diff --git a/test-app/.stylelintrc.js b/test-app/.stylelintrc.js index 1a36f35..396608e 100644 --- a/test-app/.stylelintrc.js +++ b/test-app/.stylelintrc.js @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + 'use strict'; module.exports = { diff --git a/test-app/tests/helpers/index.js b/test-app/tests/helpers/index.js index 7f70de8..a223051 100644 --- a/test-app/tests/helpers/index.js +++ b/test-app/tests/helpers/index.js @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + import { setupApplicationTest as upstreamSetupApplicationTest, setupRenderingTest as upstreamSetupRenderingTest,