diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e99ed28..a73a335 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 version: 2 diff --git a/.github/scripts/migrate.sh b/.github/scripts/migrate.sh index 7cc2511..8b41673 100755 --- a/.github/scripts/migrate.sh +++ b/.github/scripts/migrate.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 # shellcheck disable=SC2016 diff --git a/.github/sync.yml b/.github/sync.yml index 7233d6e..e0a6624 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 # https://github.com/marketplace/actions/repo-file-sync-action#%EF%B8%8F-sync-configuration diff --git a/.github/workflows/comment-created.yml b/.github/workflows/comment-created.yml index 2d2b2e1..d90141a 100644 --- a/.github/workflows/comment-created.yml +++ b/.github/workflows/comment-created.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] Comments based card movements' diff --git a/.github/workflows/item-closed.yml b/.github/workflows/item-closed.yml index be36372..8e3049b 100644 --- a/.github/workflows/item-closed.yml +++ b/.github/workflows/item-closed.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] Move closed issues' diff --git a/.github/workflows/item-labeled.yml b/.github/workflows/item-labeled.yml index ad12ea3..33ad35a 100644 --- a/.github/workflows/item-labeled.yml +++ b/.github/workflows/item-labeled.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 # This workflow is built to manage the triage support by using GH issues. diff --git a/.github/workflows/item-opened.yml b/.github/workflows/item-opened.yml index 69c6b49..54edb16 100644 --- a/.github/workflows/item-opened.yml +++ b/.github/workflows/item-opened.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 # This workflow is built to manage the triage support by using GH issues. diff --git a/.github/workflows/migrate-reusable.yml b/.github/workflows/migrate-reusable.yml index 1c22c87..d3f6fbf 100644 --- a/.github/workflows/migrate-reusable.yml +++ b/.github/workflows/migrate-reusable.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 # # Based on: https://github.com/pl-strflt/projects-migration/tree/main diff --git a/.github/workflows/pr-review-comment.yml b/.github/workflows/pr-review-comment.yml index 74cbb55..0735900 100644 --- a/.github/workflows/pr-review-comment.yml +++ b/.github/workflows/pr-review-comment.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] PR review comment card movement' diff --git a/.github/workflows/pr-review-requested-sync.yml b/.github/workflows/pr-review-requested-sync.yml index f031151..c88f3a1 100644 --- a/.github/workflows/pr-review-requested-sync.yml +++ b/.github/workflows/pr-review-requested-sync.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] Review based card movements' diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 2e03120..82c16d2 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] PR review card movement' diff --git a/.github/workflows/sync-support-workflows.yml b/.github/workflows/sync-support-workflows.yml index 2f21891..351b164 100644 --- a/.github/workflows/sync-support-workflows.yml +++ b/.github/workflows/sync-support-workflows.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: Sync Workflow Files diff --git a/.github/workflows/sync-teams.yml b/.github/workflows/sync-teams.yml index 32c062e..154e74b 100644 --- a/.github/workflows/sync-teams.yml +++ b/.github/workflows/sync-teams.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: 'Synchronize team members in the .env file' diff --git a/README.md b/README.md index 93d3139..c19fe2b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ These workflows are located in `/workflows` and they are synced with the reposit This workflow copies existing cards from a repository Project (Classic) board into the new organization Project (ProjectV2) board, in our case, we will use the [Bitnami Support board](https://github.com/orgs/bitnami/projects/4/views/1). To use it we only need to create a workflow like this one in our repository: ```yaml -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] Cards migration' diff --git a/workflows/comments.yml b/workflows/comments.yml index 017f883..7eb3986 100644 --- a/workflows/comments.yml +++ b/workflows/comments.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] Comments based card movements' diff --git a/workflows/move-closed-issues.yml b/workflows/move-closed-issues.yml index 7abde6b..a00cca3 100644 --- a/workflows/move-closed-issues.yml +++ b/workflows/move-closed-issues.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] Move closed issues' diff --git a/workflows/pr-review-hack.yml b/workflows/pr-review-hack.yml index 00c8e1d..e12f086 100644 --- a/workflows/pr-review-hack.yml +++ b/workflows/pr-review-hack.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 # This is a hack to run reusable workflows in the main repo context and not from the forked repository. diff --git a/workflows/pr-reviews-requested.yml b/workflows/pr-reviews-requested.yml index 2f3725f..e8c9338 100644 --- a/workflows/pr-reviews-requested.yml +++ b/workflows/pr-reviews-requested.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] Review based card movements' diff --git a/workflows/pr-reviews.yml b/workflows/pr-reviews.yml index 736f471..7e6e666 100644 --- a/workflows/pr-reviews.yml +++ b/workflows/pr-reviews.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] PR review comment card movements' diff --git a/workflows/reasign.yml b/workflows/reasign.yml index ce670f7..b33bb15 100644 --- a/workflows/reasign.yml +++ b/workflows/reasign.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] Review based card movements' diff --git a/workflows/triage.yml b/workflows/triage.yml index 8800317..4dcaeeb 100644 --- a/workflows/triage.yml +++ b/workflows/triage.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 # This workflow is built to manage the triage support by using GH issues.