Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(license): update source code headers + copyright year #721

Merged
merged 2 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
4 changes: 1 addition & 3 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/a11y.lighttheme.spec.js
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/a11y.spec.js
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/add_repositories.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/auth.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/build.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/builds.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/contextual_help.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/crumbs.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/deployment.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/errors.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/favorites.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/hooks.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/logs.spec.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/org.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/overview.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/pipeline.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/repo.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/repo_settings.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/schedule.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/schedules.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/searching.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/secrets.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/settings.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions cypress/integration/steps.spec.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
3 changes: 1 addition & 2 deletions src/elm/Alerts.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Api.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Api/Endpoint.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Api/Header.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Api/Pagination.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Auth/Jwt.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Auth/Session.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Crumbs.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Errors.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Favorites.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Help/Commands.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Help/View.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Interop.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Main.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Nav.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Pager.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
3 changes: 1 addition & 2 deletions src/elm/Pages.elm
Original file line number Diff line number Diff line change
@@ -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
--}


Expand Down
Loading
Loading