diff --git a/.editorconfig b/.editorconfig index 76dc5828d..8bc033c88 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,4 @@ -# Copyright (c) 2022 Target Brands, Inc. All rights reserved. -# -# Use of this source code is governed by the LICENSE file in this repository. +# SPDX-License-Identifier: Apache-2.0 # https://editorconfig.org diff --git a/.github/README.md b/.github/README.md index 8b1e72b3e..1144d4d1d 100644 --- a/.github/README.md +++ b/.github/README.md @@ -30,7 +30,7 @@ Please see our [support](SUPPORT.md) documentation for further instructions. ## Copyright and License ``` -Copyright (c) 2022 Target Brands, Inc. +Copyright 2019 Target Brands, Inc. ``` -[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) +[Apache License, Version 2.0](../LICENSE) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff3f40441..5095969ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,4 @@ -# Copyright (c) 2022 Target Brands, Inc. All rights reserved. -# -# Use of this source code is governed by the LICENSE file in this repository. +# SPDX-License-Identifier: Apache-2.0 # name of the action name: ci diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 54e9c0f72..62f5451ce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,6 +1,4 @@ -# Copyright (c) 2022 Target Brands, Inc. All rights reserved. -# -# Use of this source code is governed by the LICENSE file in this repository. +# SPDX-License-Identifier: Apache-2.0 # name of the action name: release diff --git a/.prettierrc.js b/.prettierrc.js index 9c25ebcc3..ab5231cc9 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 'use strict'; diff --git a/.stylelintrc.js b/.stylelintrc.js index 983825130..2243aef23 100644 --- a/.stylelintrc.js +++ b/.stylelintrc.js @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 'use strict'; diff --git a/LICENSE b/LICENSE index 3abdb0366..1decd39ed 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (c) 2022 Target Brands, Inc. + Copyright 2019 Target Brands, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Makefile b/Makefile index 9572ca78b..7dbc60025 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,4 @@ -# Copyright (c) 2022 Target Brands, Inc. All rights reserved. -# -# Use of this source code is governed by the LICENSE file in this repository. +# SPDX-License-Identifier: Apache-2.0 # Set the default goal (help) if no targets # were specified on the command line. diff --git a/cypress/integration/a11y.lighttheme.spec.js b/cypress/integration/a11y.lighttheme.spec.js index fc708397e..2da7cd1d5 100644 --- a/cypress/integration/a11y.lighttheme.spec.js +++ b/cypress/integration/a11y.lighttheme.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ const A11Y_OPTS = { diff --git a/cypress/integration/a11y.spec.js b/cypress/integration/a11y.spec.js index 83d1d5e65..35a381770 100644 --- a/cypress/integration/a11y.spec.js +++ b/cypress/integration/a11y.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ const A11Y_OPTS = { diff --git a/cypress/integration/add_repositories.spec.js b/cypress/integration/add_repositories.spec.js index 4d25208ce..aa835c362 100644 --- a/cypress/integration/add_repositories.spec.js +++ b/cypress/integration/add_repositories.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Source Repositories', () => { diff --git a/cypress/integration/auth.spec.js b/cypress/integration/auth.spec.js index da6010d5f..4996d17d9 100644 --- a/cypress/integration/auth.spec.js +++ b/cypress/integration/auth.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Authentication', () => { diff --git a/cypress/integration/build.spec.js b/cypress/integration/build.spec.js index 2f3c228f3..b32ec54ad 100644 --- a/cypress/integration/build.spec.js +++ b/cypress/integration/build.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Build', () => { diff --git a/cypress/integration/builds.spec.js b/cypress/integration/builds.spec.js index 262fb66b5..6adf7a341 100644 --- a/cypress/integration/builds.spec.js +++ b/cypress/integration/builds.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Builds', () => { diff --git a/cypress/integration/contextual_help.spec.js b/cypress/integration/contextual_help.spec.js index 0769d05f4..330e28c32 100644 --- a/cypress/integration/contextual_help.spec.js +++ b/cypress/integration/contextual_help.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Contextual Help', () => { diff --git a/cypress/integration/crumbs.spec.js b/cypress/integration/crumbs.spec.js index 9d12a2134..2c475a765 100644 --- a/cypress/integration/crumbs.spec.js +++ b/cypress/integration/crumbs.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Crumbs', () => { diff --git a/cypress/integration/deployment.spec.js b/cypress/integration/deployment.spec.js index 2f63dc5ca..98b8000a4 100644 --- a/cypress/integration/deployment.spec.js +++ b/cypress/integration/deployment.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Deployment', () => { diff --git a/cypress/integration/errors.spec.js b/cypress/integration/errors.spec.js index 5592f34eb..d7e272a9d 100644 --- a/cypress/integration/errors.spec.js +++ b/cypress/integration/errors.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Errors', () => { diff --git a/cypress/integration/favorites.spec.js b/cypress/integration/favorites.spec.js index 15c589b62..a0682ec35 100644 --- a/cypress/integration/favorites.spec.js +++ b/cypress/integration/favorites.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Favorites', () => { diff --git a/cypress/integration/hooks.spec.js b/cypress/integration/hooks.spec.js index 050cc8fed..920901530 100644 --- a/cypress/integration/hooks.spec.js +++ b/cypress/integration/hooks.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Hooks', () => { diff --git a/cypress/integration/logs.spec.js b/cypress/integration/logs.spec.js index 611d411de..e52282200 100644 --- a/cypress/integration/logs.spec.js +++ b/cypress/integration/logs.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context( 'visit Build with steps and ansi encoded logs using url line fragment', diff --git a/cypress/integration/org.spec.js b/cypress/integration/org.spec.js index 4b4b49b00..8533bbf42 100644 --- a/cypress/integration/org.spec.js +++ b/cypress/integration/org.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Org', () => { diff --git a/cypress/integration/overview.spec.js b/cypress/integration/overview.spec.js index 3cc8ed2db..175497b1c 100644 --- a/cypress/integration/overview.spec.js +++ b/cypress/integration/overview.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Overview/Repositories Page', () => { diff --git a/cypress/integration/pipeline.spec.js b/cypress/integration/pipeline.spec.js index 52bbf156e..454b17410 100644 --- a/cypress/integration/pipeline.spec.js +++ b/cypress/integration/pipeline.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Pipeline', () => { diff --git a/cypress/integration/repo.spec.js b/cypress/integration/repo.spec.js index 8f5a03416..96095f787 100644 --- a/cypress/integration/repo.spec.js +++ b/cypress/integration/repo.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Repo', () => { diff --git a/cypress/integration/repo_settings.spec.js b/cypress/integration/repo_settings.spec.js index ecb503a32..8755b6c28 100644 --- a/cypress/integration/repo_settings.spec.js +++ b/cypress/integration/repo_settings.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Repo Settings', () => { diff --git a/cypress/integration/schedule.spec.js b/cypress/integration/schedule.spec.js index c2dc6bf0c..e5d6d0abc 100644 --- a/cypress/integration/schedule.spec.js +++ b/cypress/integration/schedule.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Add Schedule', () => { diff --git a/cypress/integration/schedules.spec.js b/cypress/integration/schedules.spec.js index 9ea060158..138ed416b 100644 --- a/cypress/integration/schedules.spec.js +++ b/cypress/integration/schedules.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Schedules', () => { diff --git a/cypress/integration/searching.spec.js b/cypress/integration/searching.spec.js index 2dfa4e1ad..4da4ec842 100644 --- a/cypress/integration/searching.spec.js +++ b/cypress/integration/searching.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Searching', () => { diff --git a/cypress/integration/secrets.spec.js b/cypress/integration/secrets.spec.js index baffe856a..e51f649f5 100644 --- a/cypress/integration/secrets.spec.js +++ b/cypress/integration/secrets.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Secrets', () => { diff --git a/cypress/integration/settings.spec.js b/cypress/integration/settings.spec.js index b6d952fe6..2fc04b44f 100644 --- a/cypress/integration/settings.spec.js +++ b/cypress/integration/settings.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('My Settings', () => { diff --git a/cypress/integration/steps.spec.js b/cypress/integration/steps.spec.js index dc8b21bbe..dad3c535a 100644 --- a/cypress/integration/steps.spec.js +++ b/cypress/integration/steps.spec.js @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ context('Steps', () => { diff --git a/src/elm/Alerts.elm b/src/elm/Alerts.elm index 29cdc7679..e9d6df6ba 100644 --- a/src/elm/Alerts.elm +++ b/src/elm/Alerts.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Api.elm b/src/elm/Api.elm index c2c04f31c..1bfe7cd1e 100644 --- a/src/elm/Api.elm +++ b/src/elm/Api.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Api/Endpoint.elm b/src/elm/Api/Endpoint.elm index cbb05ecd9..e76b4926b 100644 --- a/src/elm/Api/Endpoint.elm +++ b/src/elm/Api/Endpoint.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Api/Header.elm b/src/elm/Api/Header.elm index 60463cf9a..27567a23e 100644 --- a/src/elm/Api/Header.elm +++ b/src/elm/Api/Header.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Api/Pagination.elm b/src/elm/Api/Pagination.elm index 15d7dabd6..2144a77bc 100644 --- a/src/elm/Api/Pagination.elm +++ b/src/elm/Api/Pagination.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Auth/Jwt.elm b/src/elm/Auth/Jwt.elm index 6bc424a73..f738c3cb4 100644 --- a/src/elm/Auth/Jwt.elm +++ b/src/elm/Auth/Jwt.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Auth/Session.elm b/src/elm/Auth/Session.elm index 33598cb01..28041464f 100644 --- a/src/elm/Auth/Session.elm +++ b/src/elm/Auth/Session.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Crumbs.elm b/src/elm/Crumbs.elm index 73b6af91b..86850e64e 100644 --- a/src/elm/Crumbs.elm +++ b/src/elm/Crumbs.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Errors.elm b/src/elm/Errors.elm index a45cdf1ec..bd2fabdcb 100644 --- a/src/elm/Errors.elm +++ b/src/elm/Errors.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Favorites.elm b/src/elm/Favorites.elm index f4684025f..21b1f05ca 100644 --- a/src/elm/Favorites.elm +++ b/src/elm/Favorites.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Help/Commands.elm b/src/elm/Help/Commands.elm index 2b60c3474..ef2ef5c25 100644 --- a/src/elm/Help/Commands.elm +++ b/src/elm/Help/Commands.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Help/View.elm b/src/elm/Help/View.elm index f7fe11def..db5e4ed27 100644 --- a/src/elm/Help/View.elm +++ b/src/elm/Help/View.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Interop.elm b/src/elm/Interop.elm index 1b8edcc93..b0f8ea21f 100644 --- a/src/elm/Interop.elm +++ b/src/elm/Interop.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Main.elm b/src/elm/Main.elm index 4410defd3..81471b3f8 100644 --- a/src/elm/Main.elm +++ b/src/elm/Main.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Nav.elm b/src/elm/Nav.elm index 6fb1c7a8b..40c2d80b9 100644 --- a/src/elm/Nav.elm +++ b/src/elm/Nav.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pager.elm b/src/elm/Pager.elm index d622e1cfc..1532295d4 100644 --- a/src/elm/Pager.elm +++ b/src/elm/Pager.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages.elm b/src/elm/Pages.elm index ccb26fce8..079cc4479 100644 --- a/src/elm/Pages.elm +++ b/src/elm/Pages.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Build/Logs.elm b/src/elm/Pages/Build/Logs.elm index 18dc6ef23..8bd185285 100644 --- a/src/elm/Pages/Build/Logs.elm +++ b/src/elm/Pages/Build/Logs.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Build/Model.elm b/src/elm/Pages/Build/Model.elm index 00bcef7c4..1644eadc5 100644 --- a/src/elm/Pages/Build/Model.elm +++ b/src/elm/Pages/Build/Model.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Build/View.elm b/src/elm/Pages/Build/View.elm index e995e3020..96917e292 100644 --- a/src/elm/Pages/Build/View.elm +++ b/src/elm/Pages/Build/View.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Builds.elm b/src/elm/Pages/Builds.elm index f242d9d62..2bff03f4d 100644 --- a/src/elm/Pages/Builds.elm +++ b/src/elm/Pages/Builds.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Deployments/Form.elm b/src/elm/Pages/Deployments/Form.elm index 3e2041eb2..ed629e6ed 100644 --- a/src/elm/Pages/Deployments/Form.elm +++ b/src/elm/Pages/Deployments/Form.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Deployments/Model.elm b/src/elm/Pages/Deployments/Model.elm index 0d5af013e..929f714fe 100644 --- a/src/elm/Pages/Deployments/Model.elm +++ b/src/elm/Pages/Deployments/Model.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Deployments/Update.elm b/src/elm/Pages/Deployments/Update.elm index 70917c484..fffed0e45 100644 --- a/src/elm/Pages/Deployments/Update.elm +++ b/src/elm/Pages/Deployments/Update.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Deployments/View.elm b/src/elm/Pages/Deployments/View.elm index 6af0491aa..321f13c68 100644 --- a/src/elm/Pages/Deployments/View.elm +++ b/src/elm/Pages/Deployments/View.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Home.elm b/src/elm/Pages/Home.elm index 7223933cb..a9088c439 100644 --- a/src/elm/Pages/Home.elm +++ b/src/elm/Pages/Home.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Hooks.elm b/src/elm/Pages/Hooks.elm index 32b3bc828..d75617f28 100644 --- a/src/elm/Pages/Hooks.elm +++ b/src/elm/Pages/Hooks.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Organization.elm b/src/elm/Pages/Organization.elm index dbfd05b76..84f439290 100644 --- a/src/elm/Pages/Organization.elm +++ b/src/elm/Pages/Organization.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Pipeline/Model.elm b/src/elm/Pages/Pipeline/Model.elm index bd68001fb..dc118e24e 100644 --- a/src/elm/Pages/Pipeline/Model.elm +++ b/src/elm/Pages/Pipeline/Model.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Pipeline/View.elm b/src/elm/Pages/Pipeline/View.elm index 72993b54f..60bc70045 100644 --- a/src/elm/Pages/Pipeline/View.elm +++ b/src/elm/Pages/Pipeline/View.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/RepoSettings.elm b/src/elm/Pages/RepoSettings.elm index 1d1ae09b7..b511f10c5 100644 --- a/src/elm/Pages/RepoSettings.elm +++ b/src/elm/Pages/RepoSettings.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Schedules/Form.elm b/src/elm/Pages/Schedules/Form.elm index 9f1025194..92c8435a0 100644 --- a/src/elm/Pages/Schedules/Form.elm +++ b/src/elm/Pages/Schedules/Form.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Schedules/Model.elm b/src/elm/Pages/Schedules/Model.elm index d5446918b..ecbcf4a85 100644 --- a/src/elm/Pages/Schedules/Model.elm +++ b/src/elm/Pages/Schedules/Model.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Schedules/Update.elm b/src/elm/Pages/Schedules/Update.elm index 0f33adbd3..1790ad5bf 100644 --- a/src/elm/Pages/Schedules/Update.elm +++ b/src/elm/Pages/Schedules/Update.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Schedules/View.elm b/src/elm/Pages/Schedules/View.elm index ffeefe638..fa118ed7b 100644 --- a/src/elm/Pages/Schedules/View.elm +++ b/src/elm/Pages/Schedules/View.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Secrets/Form.elm b/src/elm/Pages/Secrets/Form.elm index c61a9b2ea..3cea73219 100644 --- a/src/elm/Pages/Secrets/Form.elm +++ b/src/elm/Pages/Secrets/Form.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Secrets/Model.elm b/src/elm/Pages/Secrets/Model.elm index cd7aec763..e05715b98 100644 --- a/src/elm/Pages/Secrets/Model.elm +++ b/src/elm/Pages/Secrets/Model.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Secrets/Update.elm b/src/elm/Pages/Secrets/Update.elm index a7dae9081..eeaf65b8c 100644 --- a/src/elm/Pages/Secrets/Update.elm +++ b/src/elm/Pages/Secrets/Update.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Secrets/View.elm b/src/elm/Pages/Secrets/View.elm index ca6ed327b..2a6d4e6b6 100644 --- a/src/elm/Pages/Secrets/View.elm +++ b/src/elm/Pages/Secrets/View.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/Settings.elm b/src/elm/Pages/Settings.elm index fc4ce093d..16205121d 100644 --- a/src/elm/Pages/Settings.elm +++ b/src/elm/Pages/Settings.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Pages/SourceRepos.elm b/src/elm/Pages/SourceRepos.elm index 8124d31c3..4245b8fd3 100644 --- a/src/elm/Pages/SourceRepos.elm +++ b/src/elm/Pages/SourceRepos.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Routes.elm b/src/elm/Routes.elm index 7ea3fcd2e..718cabba1 100644 --- a/src/elm/Routes.elm +++ b/src/elm/Routes.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Search.elm b/src/elm/Search.elm index 740ea7152..40afd83d5 100644 --- a/src/elm/Search.elm +++ b/src/elm/Search.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/SvgBuilder.elm b/src/elm/SvgBuilder.elm index d4a3c19fe..f1f60ce88 100644 --- a/src/elm/SvgBuilder.elm +++ b/src/elm/SvgBuilder.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Table.elm b/src/elm/Table.elm index 0744fe06a..153d67a9d 100644 --- a/src/elm/Table.elm +++ b/src/elm/Table.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Util.elm b/src/elm/Util.elm index 18d46527f..262847bf5 100644 --- a/src/elm/Util.elm +++ b/src/elm/Util.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/elm/Vela.elm b/src/elm/Vela.elm index cbb8167af..416a386b8 100644 --- a/src/elm/Vela.elm +++ b/src/elm/Vela.elm @@ -1,6 +1,5 @@ {-- -Copyright (c) 2022 Target Brands, Inc. All rights reserved. -Use of this source code is governed by the LICENSE file in this repository. +SPDX-License-Identifier: Apache-2.0 --} diff --git a/src/scss/_animations.scss b/src/scss/_animations.scss index 8ef527c1f..5ea446a7d 100644 --- a/src/scss/_animations.scss +++ b/src/scss/_animations.scss @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 @keyframes ellipsis { to { diff --git a/src/scss/_ansi.scss b/src/scss/_ansi.scss index 3076bdb40..b909888d4 100644 --- a/src/scss/_ansi.scss +++ b/src/scss/_ansi.scss @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 /*! purgecss start ignore */ .ansi-bold { diff --git a/src/scss/_buttons.scss b/src/scss/_buttons.scss index d7fa878a1..f70ba3271 100644 --- a/src/scss/_buttons.scss +++ b/src/scss/_buttons.scss @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 // ┌┐ ┬ ┬┌┬┐┌┬┐┌─┐┌┐┌┌─┐ // ├┴┐│ │ │ │ │ ││││└─┐ diff --git a/src/scss/_details.scss b/src/scss/_details.scss index 446e4da75..6b1d2a928 100644 --- a/src/scss/_details.scss +++ b/src/scss/_details.scss @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 // ┌┬┐┌─┐┌┬┐┌─┐┬┬ ┌─┐ // ││├┤ │ ├─┤││ └─┐ diff --git a/src/scss/_forms.scss b/src/scss/_forms.scss index e827d317e..b42306367 100644 --- a/src/scss/_forms.scss +++ b/src/scss/_forms.scss @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 // ┌─┐┌─┐┬─┐┌┬┐┌─┐ // ├┤ │ │├┬┘│││└─┐ diff --git a/src/scss/_main.scss b/src/scss/_main.scss index 18252ef97..1585ee9e7 100644 --- a/src/scss/_main.scss +++ b/src/scss/_main.scss @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 html { font-family: var(--font-family); diff --git a/src/scss/_mixins.scss b/src/scss/_mixins.scss index be341caab..2f6e72c17 100644 --- a/src/scss/_mixins.scss +++ b/src/scss/_mixins.scss @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 // utility for adding pseudo content slashes as separators // used mostly for separating links and breadcrumbs diff --git a/src/scss/_nav.scss b/src/scss/_nav.scss index aec304668..c853926ae 100644 --- a/src/scss/_nav.scss +++ b/src/scss/_nav.scss @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 // ┌┐┌┌─┐┬ ┬ // │││├─┤└┐┌┘ diff --git a/src/scss/_pipelines.scss b/src/scss/_pipelines.scss index ee358e9be..8ad32698d 100644 --- a/src/scss/_pipelines.scss +++ b/src/scss/_pipelines.scss @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 // ┌─┐┬┌─┐┌─┐┬ ┬┌┐┌┌─┐┌─┐ // ├─┘│├─┘├┤ │ ││││├┤ └─┐ diff --git a/src/scss/_reset.scss b/src/scss/_reset.scss index 8196b3e9e..41cd605dd 100644 --- a/src/scss/_reset.scss +++ b/src/scss/_reset.scss @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 /* Sources: diff --git a/src/scss/_settings.scss b/src/scss/_settings.scss index 7cbfd41df..0640ae976 100644 --- a/src/scss/_settings.scss +++ b/src/scss/_settings.scss @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 // ┌─┐┌─┐┌┬┐┌┬┐┬┌┐┌┌─┐┌─┐ // └─┐├┤ │ │ │││││ ┬└─┐ diff --git a/src/scss/_table.scss b/src/scss/_table.scss index c3a660e74..c4c7d170f 100644 --- a/src/scss/_table.scss +++ b/src/scss/_table.scss @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 .table-base { width: 100%; diff --git a/src/scss/_themes.scss b/src/scss/_themes.scss index 20aa25fde..ac996ad59 100644 --- a/src/scss/_themes.scss +++ b/src/scss/_themes.scss @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 // Notes; // - don't use --color-secondary for text unless you confirmed contrast diff --git a/src/scss/_tooltips.scss b/src/scss/_tooltips.scss index a61f30a78..94aa2494b 100644 --- a/src/scss/_tooltips.scss +++ b/src/scss/_tooltips.scss @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 [data-tooltip] { position: relative; diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index 7d02e9708..79287a56e 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 :root { // primary colors diff --git a/src/scss/style.scss b/src/scss/style.scss index 45e9b14f5..00bf4c48c 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -1,8 +1,6 @@ @charset "utf-8"; -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 // base @import 'variables'; diff --git a/src/static/index.d.ts b/src/static/index.d.ts index 402a96e9e..5b1578f17 100644 --- a/src/static/index.d.ts +++ b/src/static/index.d.ts @@ -1,6 +1,5 @@ /* - * Copyright (c) 2022 Target Brands, Inc. All rights reserved. - * Use of this source code is governed by the LICENSE file in this repository. + * SPDX-License-Identifier: Apache-2.0 */ /* Vela Typescript type definitions to encourage end-to-end type safety diff --git a/src/static/index.ts b/src/static/index.ts index 368ac90f8..94aa82d2b 100644 --- a/src/static/index.ts +++ b/src/static/index.ts @@ -1,6 +1,4 @@ -// Copyright (c) 2022 Target Brands, Inc. All rights reserved. -// -// Use of this source code is governed by the LICENSE file in this repository. +// SPDX-License-Identifier: Apache-2.0 // import types import * as ClipboardJS from 'clipboard';