From e66d30a9b853eed35073c83989d734c7db8b196c Mon Sep 17 00:00:00 2001 From: Jimmi Dyson Date: Mon, 24 Apr 2023 15:37:12 +0100 Subject: [PATCH] build: Insert flexible year into license header (#391 * build: Insert flexible year into license header * build: Insert correct license headers --- .github/dependabot.yml | 2 +- .github/release.yaml | 2 +- .github/workflows/backport.yaml | 2 +- .github/workflows/checks-macos.yml | 2 +- .github/workflows/checks.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/conventional-label.yaml | 2 +- .github/workflows/conventional-pr-title.yaml | 2 +- .github/workflows/dependabot-automation.yaml | 2 +- .github/workflows/recover-secret.yaml | 2 +- .github/workflows/release-please-main.yaml | 2 +- .github/workflows/release-tag.yaml | 2 +- .github/workflows/stacked-prs.yml | 2 +- .golangci.yml | 2 +- .goreleaser.yml | 2 +- .pre-commit-config.yaml | 5 ++++- Makefile | 2 +- README.md | 2 +- archive/archive.go | 2 +- archive/archive_test.go | 2 +- archive/unarchive.go | 2 +- archive/unarchive_test.go | 2 +- cleanup/cleaner.go | 2 +- cmd/mindthegap/create/create.go | 2 +- cmd/mindthegap/create/helmbundle/helm_bundle.go | 2 +- cmd/mindthegap/create/imagebundle/image_bundle.go | 2 +- cmd/mindthegap/create/imagebundle/platforms_flag.go | 2 +- cmd/mindthegap/create/imagebundle/platforms_flag_test.go | 2 +- cmd/mindthegap/flags/custom_flags.go | 2 +- cmd/mindthegap/flags/custom_flags_test.go | 2 +- cmd/mindthegap/flags/utils.go | 2 +- cmd/mindthegap/importcmd/imagebundle/image_bundle.go | 2 +- cmd/mindthegap/importcmd/import.go | 2 +- cmd/mindthegap/main.go | 2 +- cmd/mindthegap/push/bundle/bundle.go | 2 +- cmd/mindthegap/push/push.go | 2 +- cmd/mindthegap/root/root.go | 2 +- cmd/mindthegap/serve/bundle/bundle.go | 2 +- cmd/mindthegap/serve/serve.go | 2 +- cmd/mindthegap/utils/cmd.go | 2 +- cmd/mindthegap/utils/copy_file.go | 2 +- cmd/mindthegap/utils/extract_bundles.go | 2 +- cmd/mindthegap/utils/glob.go | 2 +- cmd/mindthegap/utils/glob_test.go | 2 +- config/helm_charts_config.go | 2 +- config/helm_charts_config_test.go | 2 +- config/images_config.go | 2 +- config/images_config_test.go | 2 +- config/testdata/helmcharts/empty.yaml | 2 +- ...sitories_with_multiple_charts_with_multiple_versions.yaml | 2 +- .../helmcharts/multiple_repositories_with_tls_config.yaml | 2 +- .../single_repository_with_chart_with_multiple_versions.yaml | 2 +- ...gle_repository_with_chart_with_no_requested_versions.yaml | 2 +- .../single_repository_with_chart_with_single_version.yaml | 2 +- ...pository_with_multiple_charts_with_multiple_versions.yaml | 2 +- .../helmcharts/single_repository_with_no_charts.yaml | 2 +- .../helmcharts/single_repository_with_tls_config.yaml | 2 +- config/testdata/images/empty.yaml | 2 +- ...e_registries_with_multiple_images_with_multiple_tags.yaml | 2 +- .../testdata/images/multiple_registries_with_tls_config.yaml | 2 +- .../single_registry_with_image_with_multiple_tags.yaml | 2 +- .../images/single_registry_with_image_with_no_tags.yaml | 2 +- .../images/single_registry_with_image_with_single_tag.yaml | 2 +- ...gle_registry_with_multiple_images_with_multiple_tags.yaml | 2 +- config/testdata/images/single_registry_with_no_images.yaml | 2 +- config/testdata/images/single_registry_with_tls_config.yaml | 2 +- containerd/ctr.go | 2 +- docker/ecr/registry.go | 2 +- docker/ecr/registry_test.go | 2 +- docker/ecr/repository.go | 2 +- docker/registry/registry.go | 2 +- docker/registry/registry_test.go | 2 +- go.mod | 2 +- helm-example.yaml | 2 +- helm/client.go | 2 +- images-example.yaml | 2 +- images/authnhelpers/static_keychain.go | 2 +- images/httputils/configurable_tls_transport.go | 2 +- images/httputils/insecure_tls_transport.go | 2 +- images/manifest.go | 2 +- images/manifest_test.go | 2 +- make/all.mk | 2 +- make/ci.mk | 2 +- make/docker.mk | 2 +- make/go.mk | 2 +- make/goreleaser.mk | 2 +- make/help.mk | 2 +- make/make.mk | 2 +- make/platform.mk | 2 +- make/pre-commit.mk | 2 +- make/repo.mk | 2 +- make/shell.mk | 2 +- make/tag.mk | 2 +- make/tools.mk | 2 +- make/upx.mk | 2 +- test/e2e/helmbundle/create_bundle_test.go | 2 +- test/e2e/helmbundle/helm_bundle_suite_test.go | 2 +- test/e2e/helmbundle/helpers/helpers.go | 2 +- test/e2e/helmbundle/push_bundle_test.go | 2 +- test/e2e/helmbundle/serve_bundle_test.go | 2 +- .../testdata/create-failure-unknown-chart-version.yaml | 2 +- .../create-failure-unresolvable-repository-name.yaml | 2 +- test/e2e/helmbundle/testdata/create-success.yaml | 2 +- test/e2e/imagebundle/helpers/docker.go | 2 +- test/e2e/imagebundle/helpers/goreleaser.go | 2 +- test/e2e/imagebundle/helpers/helpers.go | 2 +- test/e2e/imagebundle/imagebundle_suite_test.go | 2 +- test/e2e/imagebundle/import_bundle_test.go | 2 +- test/e2e/imagebundle/push_image_bundle_test.go | 2 +- test/e2e/imagebundle/serve_image_bundle_test.go | 2 +- test/e2e/imagebundle/testdata/create-success.yaml | 2 +- 111 files changed, 114 insertions(+), 111 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5dcb6bef..128915ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # To get started with Dependabot version updates, you'll need to specify which diff --git a/.github/release.yaml b/.github/release.yaml index 97af9723..04ccb7c5 100644 --- a/.github/release.yaml +++ b/.github/release.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 changelog: diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index 426617be..c33c990b 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 on: diff --git a/.github/workflows/checks-macos.yml b/.github/workflows/checks-macos.yml index fe60c9c6..e35a1423 100644 --- a/.github/workflows/checks-macos.yml +++ b/.github/workflows/checks-macos.yml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 name: build-on-macos diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d9bd6c08..256cb927 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 name: checks diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b0ed062f..3f359f3e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 name: codeql diff --git a/.github/workflows/conventional-label.yaml b/.github/workflows/conventional-label.yaml index daab0db4..d4ec2ba4 100644 --- a/.github/workflows/conventional-label.yaml +++ b/.github/workflows/conventional-label.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 name: conventional-release-labels diff --git a/.github/workflows/conventional-pr-title.yaml b/.github/workflows/conventional-pr-title.yaml index df1a4e61..260890f6 100644 --- a/.github/workflows/conventional-pr-title.yaml +++ b/.github/workflows/conventional-pr-title.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 name: "conventional-pr-title" diff --git a/.github/workflows/dependabot-automation.yaml b/.github/workflows/dependabot-automation.yaml index e1a35388..9ceac55e 100644 --- a/.github/workflows/dependabot-automation.yaml +++ b/.github/workflows/dependabot-automation.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 name: dependabot diff --git a/.github/workflows/recover-secret.yaml b/.github/workflows/recover-secret.yaml index 765125a0..2acdc62a 100644 --- a/.github/workflows/recover-secret.yaml +++ b/.github/workflows/recover-secret.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 on: workflow_dispatch diff --git a/.github/workflows/release-please-main.yaml b/.github/workflows/release-please-main.yaml index c85d66cd..80748af1 100644 --- a/.github/workflows/release-please-main.yaml +++ b/.github/workflows/release-please-main.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 name: release-please-main diff --git a/.github/workflows/release-tag.yaml b/.github/workflows/release-tag.yaml index 2d1f5d13..3f81369d 100644 --- a/.github/workflows/release-tag.yaml +++ b/.github/workflows/release-tag.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 name: release diff --git a/.github/workflows/stacked-prs.yml b/.github/workflows/stacked-prs.yml index bf582d65..50305331 100644 --- a/.github/workflows/stacked-prs.yml +++ b/.github/workflows/stacked-prs.yml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 name: stacked-prs diff --git a/.golangci.yml b/.golangci.yml index 87b31cdd..9c702c06 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 run: diff --git a/.goreleaser.yml b/.goreleaser.yml index e0bacc56..99510dd4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 project_name: mindthegap diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a73557ca..9abbb3f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 repos: @@ -77,6 +77,7 @@ repos: - header.txt - --comment-style - // + - --use-current-year - id: insert-license name: License headers - YAML and Makefiles stages: [commit] @@ -84,6 +85,7 @@ repos: args: - --license-filepath - header.txt + - --use-current-year - id: insert-license name: License headers - Markdown stages: [commit] @@ -94,3 +96,4 @@ repos: - header.txt - --comment-style - + - --use-current-year diff --git a/Makefile b/Makefile index 8c2a8333..b761f3d7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 REPO_ROOT := $(CURDIR) diff --git a/README.md b/README.md index 29ccb56a..18178f17 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ diff --git a/archive/archive.go b/archive/archive.go index 971110c6..8559921a 100644 --- a/archive/archive.go +++ b/archive/archive.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package archive diff --git a/archive/archive_test.go b/archive/archive_test.go index c3a5d058..a2d49743 100644 --- a/archive/archive_test.go +++ b/archive/archive_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package archive_test diff --git a/archive/unarchive.go b/archive/unarchive.go index e29a585f..026cc72d 100644 --- a/archive/unarchive.go +++ b/archive/unarchive.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package archive diff --git a/archive/unarchive_test.go b/archive/unarchive_test.go index e38e0046..c5592450 100644 --- a/archive/unarchive_test.go +++ b/archive/unarchive_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package archive_test diff --git a/cleanup/cleaner.go b/cleanup/cleaner.go index 00b138df..c7907603 100644 --- a/cleanup/cleaner.go +++ b/cleanup/cleaner.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package cleanup diff --git a/cmd/mindthegap/create/create.go b/cmd/mindthegap/create/create.go index bd2e6594..de3aabe7 100644 --- a/cmd/mindthegap/create/create.go +++ b/cmd/mindthegap/create/create.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package create diff --git a/cmd/mindthegap/create/helmbundle/helm_bundle.go b/cmd/mindthegap/create/helmbundle/helm_bundle.go index 5d705431..96718329 100644 --- a/cmd/mindthegap/create/helmbundle/helm_bundle.go +++ b/cmd/mindthegap/create/helmbundle/helm_bundle.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package helmbundle diff --git a/cmd/mindthegap/create/imagebundle/image_bundle.go b/cmd/mindthegap/create/imagebundle/image_bundle.go index e1b22a1e..67fd0591 100644 --- a/cmd/mindthegap/create/imagebundle/image_bundle.go +++ b/cmd/mindthegap/create/imagebundle/image_bundle.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package imagebundle diff --git a/cmd/mindthegap/create/imagebundle/platforms_flag.go b/cmd/mindthegap/create/imagebundle/platforms_flag.go index 29aa1288..52ce0ff7 100644 --- a/cmd/mindthegap/create/imagebundle/platforms_flag.go +++ b/cmd/mindthegap/create/imagebundle/platforms_flag.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package imagebundle diff --git a/cmd/mindthegap/create/imagebundle/platforms_flag_test.go b/cmd/mindthegap/create/imagebundle/platforms_flag_test.go index e23ce404..c391f95f 100644 --- a/cmd/mindthegap/create/imagebundle/platforms_flag_test.go +++ b/cmd/mindthegap/create/imagebundle/platforms_flag_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package imagebundle diff --git a/cmd/mindthegap/flags/custom_flags.go b/cmd/mindthegap/flags/custom_flags.go index bdf11834..28363839 100644 --- a/cmd/mindthegap/flags/custom_flags.go +++ b/cmd/mindthegap/flags/custom_flags.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package flags diff --git a/cmd/mindthegap/flags/custom_flags_test.go b/cmd/mindthegap/flags/custom_flags_test.go index ef4ebc17..518c7f71 100644 --- a/cmd/mindthegap/flags/custom_flags_test.go +++ b/cmd/mindthegap/flags/custom_flags_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package flags diff --git a/cmd/mindthegap/flags/utils.go b/cmd/mindthegap/flags/utils.go index ba67b90c..f7f2d5aa 100644 --- a/cmd/mindthegap/flags/utils.go +++ b/cmd/mindthegap/flags/utils.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package flags diff --git a/cmd/mindthegap/importcmd/imagebundle/image_bundle.go b/cmd/mindthegap/importcmd/imagebundle/image_bundle.go index 8d1961a8..4bc636da 100644 --- a/cmd/mindthegap/importcmd/imagebundle/image_bundle.go +++ b/cmd/mindthegap/importcmd/imagebundle/image_bundle.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package imagebundle diff --git a/cmd/mindthegap/importcmd/import.go b/cmd/mindthegap/importcmd/import.go index c27e9855..3001b6cb 100644 --- a/cmd/mindthegap/importcmd/import.go +++ b/cmd/mindthegap/importcmd/import.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package importcmd diff --git a/cmd/mindthegap/main.go b/cmd/mindthegap/main.go index 121d9b7a..11fcf064 100644 --- a/cmd/mindthegap/main.go +++ b/cmd/mindthegap/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/cmd/mindthegap/push/bundle/bundle.go b/cmd/mindthegap/push/bundle/bundle.go index 5ed8064c..b64a6493 100644 --- a/cmd/mindthegap/push/bundle/bundle.go +++ b/cmd/mindthegap/push/bundle/bundle.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package bundle diff --git a/cmd/mindthegap/push/push.go b/cmd/mindthegap/push/push.go index 823dd9b2..d308bb6e 100644 --- a/cmd/mindthegap/push/push.go +++ b/cmd/mindthegap/push/push.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package push diff --git a/cmd/mindthegap/root/root.go b/cmd/mindthegap/root/root.go index f19929f2..cc49de5e 100644 --- a/cmd/mindthegap/root/root.go +++ b/cmd/mindthegap/root/root.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package root diff --git a/cmd/mindthegap/serve/bundle/bundle.go b/cmd/mindthegap/serve/bundle/bundle.go index c0c07e35..204a6717 100644 --- a/cmd/mindthegap/serve/bundle/bundle.go +++ b/cmd/mindthegap/serve/bundle/bundle.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package bundle diff --git a/cmd/mindthegap/serve/serve.go b/cmd/mindthegap/serve/serve.go index f399441e..9ba8cfff 100644 --- a/cmd/mindthegap/serve/serve.go +++ b/cmd/mindthegap/serve/serve.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package serve diff --git a/cmd/mindthegap/utils/cmd.go b/cmd/mindthegap/utils/cmd.go index 8de2c0d3..b84e5d80 100644 --- a/cmd/mindthegap/utils/cmd.go +++ b/cmd/mindthegap/utils/cmd.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/cmd/mindthegap/utils/copy_file.go b/cmd/mindthegap/utils/copy_file.go index da261109..5144f279 100644 --- a/cmd/mindthegap/utils/copy_file.go +++ b/cmd/mindthegap/utils/copy_file.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/cmd/mindthegap/utils/extract_bundles.go b/cmd/mindthegap/utils/extract_bundles.go index 899c654f..1bb59fab 100644 --- a/cmd/mindthegap/utils/extract_bundles.go +++ b/cmd/mindthegap/utils/extract_bundles.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/cmd/mindthegap/utils/glob.go b/cmd/mindthegap/utils/glob.go index 8073c819..57b71f2e 100644 --- a/cmd/mindthegap/utils/glob.go +++ b/cmd/mindthegap/utils/glob.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/cmd/mindthegap/utils/glob_test.go b/cmd/mindthegap/utils/glob_test.go index 6926e3b1..72f4e3df 100644 --- a/cmd/mindthegap/utils/glob_test.go +++ b/cmd/mindthegap/utils/glob_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/config/helm_charts_config.go b/config/helm_charts_config.go index 71f3f07e..9bb1148d 100644 --- a/config/helm_charts_config.go +++ b/config/helm_charts_config.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/config/helm_charts_config_test.go b/config/helm_charts_config_test.go index 14f5e6a0..0e776bb4 100644 --- a/config/helm_charts_config_test.go +++ b/config/helm_charts_config_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/config/images_config.go b/config/images_config.go index 6a6df5e4..c3f1dc3f 100644 --- a/config/images_config.go +++ b/config/images_config.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/config/images_config_test.go b/config/images_config_test.go index 22dd06c7..ca87dea3 100644 --- a/config/images_config_test.go +++ b/config/images_config_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/config/testdata/helmcharts/empty.yaml b/config/testdata/helmcharts/empty.yaml index c270d5a0..bbca26f1 100644 --- a/config/testdata/helmcharts/empty.yaml +++ b/config/testdata/helmcharts/empty.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/helmcharts/multiple_repositories_with_multiple_charts_with_multiple_versions.yaml b/config/testdata/helmcharts/multiple_repositories_with_multiple_charts_with_multiple_versions.yaml index 859cb5c5..404502c8 100644 --- a/config/testdata/helmcharts/multiple_repositories_with_multiple_charts_with_multiple_versions.yaml +++ b/config/testdata/helmcharts/multiple_repositories_with_multiple_charts_with_multiple_versions.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/helmcharts/multiple_repositories_with_tls_config.yaml b/config/testdata/helmcharts/multiple_repositories_with_tls_config.yaml index 4bdc280b..4482dd38 100644 --- a/config/testdata/helmcharts/multiple_repositories_with_tls_config.yaml +++ b/config/testdata/helmcharts/multiple_repositories_with_tls_config.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/helmcharts/single_repository_with_chart_with_multiple_versions.yaml b/config/testdata/helmcharts/single_repository_with_chart_with_multiple_versions.yaml index d2cf7532..11df7cb0 100644 --- a/config/testdata/helmcharts/single_repository_with_chart_with_multiple_versions.yaml +++ b/config/testdata/helmcharts/single_repository_with_chart_with_multiple_versions.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/helmcharts/single_repository_with_chart_with_no_requested_versions.yaml b/config/testdata/helmcharts/single_repository_with_chart_with_no_requested_versions.yaml index 91097f8b..960c36fc 100644 --- a/config/testdata/helmcharts/single_repository_with_chart_with_no_requested_versions.yaml +++ b/config/testdata/helmcharts/single_repository_with_chart_with_no_requested_versions.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/helmcharts/single_repository_with_chart_with_single_version.yaml b/config/testdata/helmcharts/single_repository_with_chart_with_single_version.yaml index 454c5f46..d8866244 100644 --- a/config/testdata/helmcharts/single_repository_with_chart_with_single_version.yaml +++ b/config/testdata/helmcharts/single_repository_with_chart_with_single_version.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/helmcharts/single_repository_with_multiple_charts_with_multiple_versions.yaml b/config/testdata/helmcharts/single_repository_with_multiple_charts_with_multiple_versions.yaml index 8089248c..abd52ebd 100644 --- a/config/testdata/helmcharts/single_repository_with_multiple_charts_with_multiple_versions.yaml +++ b/config/testdata/helmcharts/single_repository_with_multiple_charts_with_multiple_versions.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/helmcharts/single_repository_with_no_charts.yaml b/config/testdata/helmcharts/single_repository_with_no_charts.yaml index 73603e3a..63780599 100644 --- a/config/testdata/helmcharts/single_repository_with_no_charts.yaml +++ b/config/testdata/helmcharts/single_repository_with_no_charts.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/helmcharts/single_repository_with_tls_config.yaml b/config/testdata/helmcharts/single_repository_with_tls_config.yaml index e49aa3c2..21dd9e17 100644 --- a/config/testdata/helmcharts/single_repository_with_tls_config.yaml +++ b/config/testdata/helmcharts/single_repository_with_tls_config.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/images/empty.yaml b/config/testdata/images/empty.yaml index c270d5a0..bbca26f1 100644 --- a/config/testdata/images/empty.yaml +++ b/config/testdata/images/empty.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/images/multiple_registries_with_multiple_images_with_multiple_tags.yaml b/config/testdata/images/multiple_registries_with_multiple_images_with_multiple_tags.yaml index 75987db4..6d47489b 100644 --- a/config/testdata/images/multiple_registries_with_multiple_images_with_multiple_tags.yaml +++ b/config/testdata/images/multiple_registries_with_multiple_images_with_multiple_tags.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/images/multiple_registries_with_tls_config.yaml b/config/testdata/images/multiple_registries_with_tls_config.yaml index 07b3bc6b..2f016e91 100644 --- a/config/testdata/images/multiple_registries_with_tls_config.yaml +++ b/config/testdata/images/multiple_registries_with_tls_config.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/images/single_registry_with_image_with_multiple_tags.yaml b/config/testdata/images/single_registry_with_image_with_multiple_tags.yaml index d99b227c..fee0a436 100644 --- a/config/testdata/images/single_registry_with_image_with_multiple_tags.yaml +++ b/config/testdata/images/single_registry_with_image_with_multiple_tags.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/images/single_registry_with_image_with_no_tags.yaml b/config/testdata/images/single_registry_with_image_with_no_tags.yaml index a30ca6be..7cb0ba7c 100644 --- a/config/testdata/images/single_registry_with_image_with_no_tags.yaml +++ b/config/testdata/images/single_registry_with_image_with_no_tags.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/images/single_registry_with_image_with_single_tag.yaml b/config/testdata/images/single_registry_with_image_with_single_tag.yaml index 2aa4b9dc..3c18d104 100644 --- a/config/testdata/images/single_registry_with_image_with_single_tag.yaml +++ b/config/testdata/images/single_registry_with_image_with_single_tag.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/images/single_registry_with_multiple_images_with_multiple_tags.yaml b/config/testdata/images/single_registry_with_multiple_images_with_multiple_tags.yaml index 6070d514..9edd1bd4 100644 --- a/config/testdata/images/single_registry_with_multiple_images_with_multiple_tags.yaml +++ b/config/testdata/images/single_registry_with_multiple_images_with_multiple_tags.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/images/single_registry_with_no_images.yaml b/config/testdata/images/single_registry_with_no_images.yaml index f0a37663..b5bdb2f7 100644 --- a/config/testdata/images/single_registry_with_no_images.yaml +++ b/config/testdata/images/single_registry_with_no_images.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/config/testdata/images/single_registry_with_tls_config.yaml b/config/testdata/images/single_registry_with_tls_config.yaml index b2a8bc03..7e1e5e14 100644 --- a/config/testdata/images/single_registry_with_tls_config.yaml +++ b/config/testdata/images/single_registry_with_tls_config.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/containerd/ctr.go b/containerd/ctr.go index 22348125..9d67faeb 100644 --- a/containerd/ctr.go +++ b/containerd/ctr.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package containerd diff --git a/docker/ecr/registry.go b/docker/ecr/registry.go index 40fece37..ab60d011 100644 --- a/docker/ecr/registry.go +++ b/docker/ecr/registry.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package ecr diff --git a/docker/ecr/registry_test.go b/docker/ecr/registry_test.go index edd8b5a1..ef09f282 100644 --- a/docker/ecr/registry_test.go +++ b/docker/ecr/registry_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package ecr diff --git a/docker/ecr/repository.go b/docker/ecr/repository.go index b9dd234c..d6302162 100644 --- a/docker/ecr/repository.go +++ b/docker/ecr/repository.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package ecr diff --git a/docker/registry/registry.go b/docker/registry/registry.go index 42a90f1e..23f67dad 100644 --- a/docker/registry/registry.go +++ b/docker/registry/registry.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package registry diff --git a/docker/registry/registry_test.go b/docker/registry/registry_test.go index e036ede7..0493d99c 100644 --- a/docker/registry/registry_test.go +++ b/docker/registry/registry_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package registry diff --git a/go.mod b/go.mod index 8cf50e53..934476f7 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module github.com/mesosphere/mindthegap diff --git a/helm-example.yaml b/helm-example.yaml index 952e8c28..cc7b74fe 100644 --- a/helm-example.yaml +++ b/helm-example.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 repositories: diff --git a/helm/client.go b/helm/client.go index f44a688e..d0c3e1de 100644 --- a/helm/client.go +++ b/helm/client.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package helm diff --git a/images-example.yaml b/images-example.yaml index 552a10fb..9f964a2e 100644 --- a/images-example.yaml +++ b/images-example.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- diff --git a/images/authnhelpers/static_keychain.go b/images/authnhelpers/static_keychain.go index 68612dfe..411ba0d7 100644 --- a/images/authnhelpers/static_keychain.go +++ b/images/authnhelpers/static_keychain.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package authnhelpers diff --git a/images/httputils/configurable_tls_transport.go b/images/httputils/configurable_tls_transport.go index 5168bbbb..8f997da9 100644 --- a/images/httputils/configurable_tls_transport.go +++ b/images/httputils/configurable_tls_transport.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package httputils diff --git a/images/httputils/insecure_tls_transport.go b/images/httputils/insecure_tls_transport.go index 0e4b62e5..b2dae015 100644 --- a/images/httputils/insecure_tls_transport.go +++ b/images/httputils/insecure_tls_transport.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package httputils diff --git a/images/manifest.go b/images/manifest.go index 1dd13352..44be7d0b 100644 --- a/images/manifest.go +++ b/images/manifest.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package images diff --git a/images/manifest_test.go b/images/manifest_test.go index 8652ddf4..a6fdf833 100644 --- a/images/manifest_test.go +++ b/images/manifest_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package images diff --git a/make/all.mk b/make/all.mk index 2eb15766..ed4da7fb 100644 --- a/make/all.mk +++ b/make/all.mk @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 INCLUDE_DIR := $(dir $(lastword $(MAKEFILE_LIST))) diff --git a/make/ci.mk b/make/ci.mk index bdcb8c39..63d7cd20 100644 --- a/make/ci.mk +++ b/make/ci.mk @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 CI_DOCKERFILE ?= $(REPO_ROOT)/Dockerfile.ci diff --git a/make/docker.mk b/make/docker.mk index 862ef894..b609e798 100644 --- a/make/docker.mk +++ b/make/docker.mk @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 .PHONY: dockerauth diff --git a/make/go.mk b/make/go.mk index 7f38eb2f..1c047ca1 100644 --- a/make/go.mk +++ b/make/go.mk @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # The GOPRIVATE environment variable controls which modules the go command considers diff --git a/make/goreleaser.mk b/make/goreleaser.mk index e764918c..53532f7e 100644 --- a/make/goreleaser.mk +++ b/make/goreleaser.mk @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 GORELEASER_PARALLELISM ?= $(shell nproc --ignore=1) diff --git a/make/help.mk b/make/help.mk index dc0b15e1..e7ab1544 100644 --- a/make/help.mk +++ b/make/help.mk @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 .DEFAULT_GOAL := help diff --git a/make/make.mk b/make/make.mk index ef167013..65dc606b 100644 --- a/make/make.mk +++ b/make/make.mk @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 MAKEFLAGS += --no-builtin-rules diff --git a/make/platform.mk b/make/platform.mk index c8257604..caef2209 100644 --- a/make/platform.mk +++ b/make/platform.mk @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 OS := $(shell uname -s | tr '[:upper:]' '[:lower:]') diff --git a/make/pre-commit.mk b/make/pre-commit.mk index b7ab20ae..dceee98f 100644 --- a/make/pre-commit.mk +++ b/make/pre-commit.mk @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 ifneq ($(wildcard $(REPO_ROOT)/.pre-commit-config.yaml),) diff --git a/make/repo.mk b/make/repo.mk index f62b8187..cbac74f5 100644 --- a/make/repo.mk +++ b/make/repo.mk @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 ifeq ($(strip $(REPO_ROOT)),) diff --git a/make/shell.mk b/make/shell.mk index 680904db..a2d855cf 100644 --- a/make/shell.mk +++ b/make/shell.mk @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # This is compatible with Darwin, see https://itnext.io/upgrading-bash-on-macos-7138bd1066ba diff --git a/make/tag.mk b/make/tag.mk index 804dd17a..43df4ce9 100644 --- a/make/tag.mk +++ b/make/tag.mk @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 .PHONY: tag diff --git a/make/tools.mk b/make/tools.mk index 0a810368..cd4f751c 100644 --- a/make/tools.mk +++ b/make/tools.mk @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Override this in your own top-level Makefile if this is in a different path in your repo. diff --git a/make/upx.mk b/make/upx.mk index f32aa9c2..8f908f2b 100644 --- a/make/upx.mk +++ b/make/upx.mk @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 SKIP_UPX := true diff --git a/test/e2e/helmbundle/create_bundle_test.go b/test/e2e/helmbundle/create_bundle_test.go index 97c1172a..9074f9e3 100644 --- a/test/e2e/helmbundle/create_bundle_test.go +++ b/test/e2e/helmbundle/create_bundle_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 //go:build e2e diff --git a/test/e2e/helmbundle/helm_bundle_suite_test.go b/test/e2e/helmbundle/helm_bundle_suite_test.go index ff284748..37109aac 100644 --- a/test/e2e/helmbundle/helm_bundle_suite_test.go +++ b/test/e2e/helmbundle/helm_bundle_suite_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 //go:build e2e diff --git a/test/e2e/helmbundle/helpers/helpers.go b/test/e2e/helmbundle/helpers/helpers.go index d8a1cf00..6431717b 100644 --- a/test/e2e/helmbundle/helpers/helpers.go +++ b/test/e2e/helmbundle/helpers/helpers.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 //go:build e2e diff --git a/test/e2e/helmbundle/push_bundle_test.go b/test/e2e/helmbundle/push_bundle_test.go index 3e1a9fbb..3bbee0ec 100644 --- a/test/e2e/helmbundle/push_bundle_test.go +++ b/test/e2e/helmbundle/push_bundle_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 //go:build e2e diff --git a/test/e2e/helmbundle/serve_bundle_test.go b/test/e2e/helmbundle/serve_bundle_test.go index 4f5a6d1d..a75edc66 100644 --- a/test/e2e/helmbundle/serve_bundle_test.go +++ b/test/e2e/helmbundle/serve_bundle_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 //go:build e2e diff --git a/test/e2e/helmbundle/testdata/create-failure-unknown-chart-version.yaml b/test/e2e/helmbundle/testdata/create-failure-unknown-chart-version.yaml index 01fd7367..8eac7841 100644 --- a/test/e2e/helmbundle/testdata/create-failure-unknown-chart-version.yaml +++ b/test/e2e/helmbundle/testdata/create-failure-unknown-chart-version.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 repositories: diff --git a/test/e2e/helmbundle/testdata/create-failure-unresolvable-repository-name.yaml b/test/e2e/helmbundle/testdata/create-failure-unresolvable-repository-name.yaml index 6963bbee..60c3c55e 100644 --- a/test/e2e/helmbundle/testdata/create-failure-unresolvable-repository-name.yaml +++ b/test/e2e/helmbundle/testdata/create-failure-unresolvable-repository-name.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 repositories: diff --git a/test/e2e/helmbundle/testdata/create-success.yaml b/test/e2e/helmbundle/testdata/create-success.yaml index c22a84ef..9f5ba483 100644 --- a/test/e2e/helmbundle/testdata/create-success.yaml +++ b/test/e2e/helmbundle/testdata/create-success.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 repositories: diff --git a/test/e2e/imagebundle/helpers/docker.go b/test/e2e/imagebundle/helpers/docker.go index 46be43d3..93648d34 100644 --- a/test/e2e/imagebundle/helpers/docker.go +++ b/test/e2e/imagebundle/helpers/docker.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 //go:build e2e diff --git a/test/e2e/imagebundle/helpers/goreleaser.go b/test/e2e/imagebundle/helpers/goreleaser.go index 5d2eb880..11671a2a 100644 --- a/test/e2e/imagebundle/helpers/goreleaser.go +++ b/test/e2e/imagebundle/helpers/goreleaser.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package helpers diff --git a/test/e2e/imagebundle/helpers/helpers.go b/test/e2e/imagebundle/helpers/helpers.go index 13ad69d4..9472ccf6 100644 --- a/test/e2e/imagebundle/helpers/helpers.go +++ b/test/e2e/imagebundle/helpers/helpers.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 //go:build e2e diff --git a/test/e2e/imagebundle/imagebundle_suite_test.go b/test/e2e/imagebundle/imagebundle_suite_test.go index d9befdb3..c1effbba 100644 --- a/test/e2e/imagebundle/imagebundle_suite_test.go +++ b/test/e2e/imagebundle/imagebundle_suite_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 //go:build e2e diff --git a/test/e2e/imagebundle/import_bundle_test.go b/test/e2e/imagebundle/import_bundle_test.go index 2dc158c1..cd9c29f6 100644 --- a/test/e2e/imagebundle/import_bundle_test.go +++ b/test/e2e/imagebundle/import_bundle_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 //go:build e2e diff --git a/test/e2e/imagebundle/push_image_bundle_test.go b/test/e2e/imagebundle/push_image_bundle_test.go index f5f689d2..db4e22a3 100644 --- a/test/e2e/imagebundle/push_image_bundle_test.go +++ b/test/e2e/imagebundle/push_image_bundle_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 //go:build e2e diff --git a/test/e2e/imagebundle/serve_image_bundle_test.go b/test/e2e/imagebundle/serve_image_bundle_test.go index ed8b78c2..35224f23 100644 --- a/test/e2e/imagebundle/serve_image_bundle_test.go +++ b/test/e2e/imagebundle/serve_image_bundle_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 D2iQ, Inc. All rights reserved. +// Copyright 2021-2023 D2iQ, Inc. All rights reserved. // SPDX-License-Identifier: Apache-2.0 //go:build e2e diff --git a/test/e2e/imagebundle/testdata/create-success.yaml b/test/e2e/imagebundle/testdata/create-success.yaml index 81667b3d..e6827dd6 100644 --- a/test/e2e/imagebundle/testdata/create-success.yaml +++ b/test/e2e/imagebundle/testdata/create-success.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 D2iQ, Inc. All rights reserved. +# Copyright 2021-2023 D2iQ, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 docker.io: