diff --git a/.ci/openshift-ci/Dockerfile b/.ci/openshift-ci/Dockerfile index 79018f8e8..937aa225c 100644 --- a/.ci/openshift-ci/Dockerfile +++ b/.ci/openshift-ci/Dockerfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 218c5b705..4dd0ed89e 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/.github/workflows/devfile-ci.yaml b/.github/workflows/devfile-ci.yaml index 22960de5e..9ed2e5b64 100644 --- a/.github/workflows/devfile-ci.yaml +++ b/.github/workflows/devfile-ci.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/.github/workflows/minikube-test-helm.yaml b/.github/workflows/minikube-test-helm.yaml index 44769cf48..c191f8049 100644 --- a/.github/workflows/minikube-test-helm.yaml +++ b/.github/workflows/minikube-test-helm.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/.github/workflows/minikube-test-operator.yaml b/.github/workflows/minikube-test-operator.yaml index 0940b9689..91d32cf9a 100644 --- a/.github/workflows/minikube-test-operator.yaml +++ b/.github/workflows/minikube-test-operator.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/.github/workflows/minikube-test-upgrade-stable-to-next.yaml b/.github/workflows/minikube-test-upgrade-stable-to-next.yaml index b73321ee5..d81e96047 100644 --- a/.github/workflows/minikube-test-upgrade-stable-to-next.yaml +++ b/.github/workflows/minikube-test-upgrade-stable-to-next.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/.github/workflows/minikube-test-upgrade-stable-to-stable.yaml b/.github/workflows/minikube-test-upgrade-stable-to-stable.yaml index d51058d6f..42f09033b 100644 --- a/.github/workflows/minikube-test-upgrade-stable-to-stable.yaml +++ b/.github/workflows/minikube-test-upgrade-stable-to-stable.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 610d3ac57..38c50f6e2 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -77,7 +77,7 @@ jobs: fi - name: Check format run: | - go get -u golang.org/x/tools/cmd/goimports + go install golang.org/x/tools/cmd/goimports@latest go install github.com/che-incubator/check-license-header@379ba18fdb906d341ae451ea155cc34f1c4b4f1a git reset HEAD --hard echo "[INFO] Check code format and imports." diff --git a/.github/workflows/release-che-docs.yml b/.github/workflows/release-che-docs.yml index 8ee5e1d5b..2b8b97fd0 100644 --- a/.github/workflows/release-che-docs.yml +++ b/.github/workflows/release-che-docs.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/.github/workflows/release-chectl.yml b/.github/workflows/release-chectl.yml index e931e0655..bc8ac266a 100644 --- a/.github/workflows/release-chectl.yml +++ b/.github/workflows/release-chectl.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/.github/workflows/release-community-operator-PRs.yml b/.github/workflows/release-community-operator-PRs.yml index 9d1c1dbed..40286ac6c 100644 --- a/.github/workflows/release-community-operator-PRs.yml +++ b/.github/workflows/release-community-operator-PRs.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/.github/workflows/release-helm-charts.yaml b/.github/workflows/release-helm-charts.yaml index c08d1223a..066d35435 100644 --- a/.github/workflows/release-helm-charts.yaml +++ b/.github/workflows/release-helm-charts.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/.github/workflows/release-next-catalog-and-operator-image.yaml b/.github/workflows/release-next-catalog-and-operator-image.yaml index edf17e96a..60a37926c 100644 --- a/.github/workflows/release-next-catalog-and-operator-image.yaml +++ b/.github/workflows/release-next-catalog-and-operator-image.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afccc17f0..993c751f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/.github/workflows/resources-check-main.yml b/.github/workflows/resources-check-main.yml index 7b3f6f0f4..f6db79331 100644 --- a/.github/workflows/resources-check-main.yml +++ b/.github/workflows/resources-check-main.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/.github/workflows/try-in-web-ide.yaml b/.github/workflows/try-in-web-ide.yaml index 634b799b4..081111419 100644 --- a/.github/workflows/try-in-web-ide.yaml +++ b/.github/workflows/try-in-web-ide.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/Dockerfile b/Dockerfile index 182476ddb..917ab6f1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/Makefile b/Makefile index c7a583000..ebbd6539e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/api/checluster_conversion_from_test.go b/api/checluster_conversion_from_test.go index 46315c740..90f1634c5 100644 --- a/api/checluster_conversion_from_test.go +++ b/api/checluster_conversion_from_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2022 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/api/checluster_conversion_to_test.go b/api/checluster_conversion_to_test.go index f0005e4d9..62a997815 100644 --- a/api/checluster_conversion_to_test.go +++ b/api/checluster_conversion_to_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2022 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/api/checluster_round_conversion_test.go b/api/checluster_round_conversion_test.go index a13b3cbc5..0056d8681 100644 --- a/api/checluster_round_conversion_test.go +++ b/api/checluster_round_conversion_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2022 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/api/checluster_webhook_test.go b/api/checluster_webhook_test.go index 2b0aaeb8e..1339b9398 100644 --- a/api/checluster_webhook_test.go +++ b/api/checluster_webhook_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2022 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/api/init_test.go b/api/init_test.go index e108cccdc..bde524f91 100644 --- a/api/init_test.go +++ b/api/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package org import ( diff --git a/api/v1/checluster_conversion_from.go b/api/v1/checluster_conversion_from.go index be7bd1372..a1f3ebb73 100644 --- a/api/v1/checluster_conversion_from.go +++ b/api/v1/checluster_conversion_from.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2022 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/api/v1/checluster_conversion_to.go b/api/v1/checluster_conversion_to.go index dc13957b6..d73c6e32d 100644 --- a/api/v1/checluster_conversion_to.go +++ b/api/v1/checluster_conversion_to.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2022 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/api/v1/checluster_types.go b/api/v1/checluster_types.go index c06ea4d55..860de6a90 100644 --- a/api/v1/checluster_types.go +++ b/api/v1/checluster_types.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/api/v1/groupversion_info.go b/api/v1/groupversion_info.go index 15152d9b4..b793b9fc1 100644 --- a/api/v1/groupversion_info.go +++ b/api/v1/groupversion_info.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/api/v1/zz_generated.deepcopy.go b/api/v1/zz_generated.deepcopy.go index 2073adefd..8d63c87da 100644 --- a/api/v1/zz_generated.deepcopy.go +++ b/api/v1/zz_generated.deepcopy.go @@ -2,7 +2,7 @@ // +build !ignore_autogenerated // -// Copyright (c) 2019-2022 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/api/v2/checluster_conversion.go b/api/v2/checluster_conversion.go index f220eede9..ddffac4a7 100644 --- a/api/v2/checluster_conversion.go +++ b/api/v2/checluster_conversion.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2022 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/api/v2/checluster_types.go b/api/v2/checluster_types.go index e8c80c8f2..9f7545e0a 100644 --- a/api/v2/checluster_types.go +++ b/api/v2/checluster_types.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2022 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/api/v2/checluster_types_test.go b/api/v2/checluster_types_test.go index 0cf238d2e..72e180229 100644 --- a/api/v2/checluster_types_test.go +++ b/api/v2/checluster_types_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package v2 import ( diff --git a/api/v2/checluster_webhook.go b/api/v2/checluster_webhook.go index 7b1b23102..9aa52dd10 100644 --- a/api/v2/checluster_webhook.go +++ b/api/v2/checluster_webhook.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2022 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/api/v2/groupversion_info.go b/api/v2/groupversion_info.go index f0416486a..94205a580 100644 --- a/api/v2/groupversion_info.go +++ b/api/v2/groupversion_info.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/api/v2/zz_generated.deepcopy.go b/api/v2/zz_generated.deepcopy.go index 0b2ba2a99..55b08c205 100644 --- a/api/v2/zz_generated.deepcopy.go +++ b/api/v2/zz_generated.deepcopy.go @@ -2,7 +2,7 @@ // +build !ignore_autogenerated // -// Copyright (c) 2019-2022 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/check-bundle-version.sh b/build/scripts/check-bundle-version.sh index 262ba7c64..10e4cecff 100755 --- a/build/scripts/check-bundle-version.sh +++ b/build/scripts/check-bundle-version.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/check-resources.sh b/build/scripts/check-resources.sh index 94af630a0..edfe54dc1 100755 --- a/build/scripts/check-resources.sh +++ b/build/scripts/check-resources.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/docker-run.sh b/build/scripts/docker-run.sh index 9653c7d9a..3825e3707 100755 --- a/build/scripts/docker-run.sh +++ b/build/scripts/docker-run.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/dockerContainerExtract.sh b/build/scripts/dockerContainerExtract.sh index 2a79b0655..330c32d0a 100755 --- a/build/scripts/dockerContainerExtract.sh +++ b/build/scripts/dockerContainerExtract.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/minikube-tests/common.sh b/build/scripts/minikube-tests/common.sh index 003ab5cc4..2cb24d094 100755 --- a/build/scripts/minikube-tests/common.sh +++ b/build/scripts/minikube-tests/common.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/minikube-tests/minikube-checluster-patch.yaml b/build/scripts/minikube-tests/minikube-checluster-patch.yaml index 5aa033298..0507f8c5f 100644 --- a/build/scripts/minikube-tests/minikube-checluster-patch.yaml +++ b/build/scripts/minikube-tests/minikube-checluster-patch.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/minikube-tests/test-helm.sh b/build/scripts/minikube-tests/test-helm.sh index eebbef5fa..cb14758b5 100755 --- a/build/scripts/minikube-tests/test-helm.sh +++ b/build/scripts/minikube-tests/test-helm.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/minikube-tests/test-operator.sh b/build/scripts/minikube-tests/test-operator.sh index 0e6024756..69b70ba4a 100755 --- a/build/scripts/minikube-tests/test-operator.sh +++ b/build/scripts/minikube-tests/test-operator.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/minikube-tests/test-upgrade-from-stable-to-next.sh b/build/scripts/minikube-tests/test-upgrade-from-stable-to-next.sh index 9c4b25eea..0bec60331 100755 --- a/build/scripts/minikube-tests/test-upgrade-from-stable-to-next.sh +++ b/build/scripts/minikube-tests/test-upgrade-from-stable-to-next.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/minikube-tests/test-upgrade-from-stable-to-stable.sh b/build/scripts/minikube-tests/test-upgrade-from-stable-to-stable.sh index e571368c8..f91c8e460 100755 --- a/build/scripts/minikube-tests/test-upgrade-from-stable-to-stable.sh +++ b/build/scripts/minikube-tests/test-upgrade-from-stable-to-stable.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/oc-tests/oc-common.sh b/build/scripts/oc-tests/oc-common.sh index 1e2488c14..c0fe6e38b 100644 --- a/build/scripts/oc-tests/oc-common.sh +++ b/build/scripts/oc-tests/oc-common.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/oc-tests/oc-test-disconnected.sh b/build/scripts/oc-tests/oc-test-disconnected.sh index 5e56cc270..1bf4dc18c 100755 --- a/build/scripts/oc-tests/oc-test-disconnected.sh +++ b/build/scripts/oc-tests/oc-test-disconnected.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/oc-tests/oc-test-happy-path.sh b/build/scripts/oc-tests/oc-test-happy-path.sh index 8cd18f260..1c22be83f 100755 --- a/build/scripts/oc-tests/oc-test-happy-path.sh +++ b/build/scripts/oc-tests/oc-test-happy-path.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/oc-tests/oc-test-operator.sh b/build/scripts/oc-tests/oc-test-operator.sh index d4ac19f22..9cbae7773 100755 --- a/build/scripts/oc-tests/oc-test-operator.sh +++ b/build/scripts/oc-tests/oc-test-operator.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/oc-tests/oc-test-upgrade-from-stable-to-next.sh b/build/scripts/oc-tests/oc-test-upgrade-from-stable-to-next.sh index bb428e332..d1cbe9dd9 100755 --- a/build/scripts/oc-tests/oc-test-upgrade-from-stable-to-next.sh +++ b/build/scripts/oc-tests/oc-test-upgrade-from-stable-to-next.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/oc-tests/oc-test-upgrade-from-stable-to-stable.sh b/build/scripts/oc-tests/oc-test-upgrade-from-stable-to-stable.sh index d6f8346e6..76965b88f 100755 --- a/build/scripts/oc-tests/oc-test-upgrade-from-stable-to-stable.sh +++ b/build/scripts/oc-tests/oc-test-upgrade-from-stable-to-stable.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/olm/release-catalog.sh b/build/scripts/olm/release-catalog.sh index bed38fcb9..d3af16868 100755 --- a/build/scripts/olm/release-catalog.sh +++ b/build/scripts/olm/release-catalog.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/olm/test-catalog-from-sources.sh b/build/scripts/olm/test-catalog-from-sources.sh index b4f872ac5..c7727e824 100755 --- a/build/scripts/olm/test-catalog-from-sources.sh +++ b/build/scripts/olm/test-catalog-from-sources.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/olm/test-catalog.sh b/build/scripts/olm/test-catalog.sh index d18799915..8aa727b22 100755 --- a/build/scripts/olm/test-catalog.sh +++ b/build/scripts/olm/test-catalog.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/olm/test-update.sh b/build/scripts/olm/test-update.sh index d768f3074..69a49a1da 100755 --- a/build/scripts/olm/test-update.sh +++ b/build/scripts/olm/test-update.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/release/addDigests.sh b/build/scripts/release/addDigests.sh index f5fe17c4b..1b8e1a572 100755 --- a/build/scripts/release/addDigests.sh +++ b/build/scripts/release/addDigests.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/release/buildDigestMap.sh b/build/scripts/release/buildDigestMap.sh index 7086bd40b..cecd58b1b 100755 --- a/build/scripts/release/buildDigestMap.sh +++ b/build/scripts/release/buildDigestMap.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/release/ci.yaml b/build/scripts/release/ci.yaml index 7e68676ba..f59df8577 100644 --- a/build/scripts/release/ci.yaml +++ b/build/scripts/release/ci.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/release/make-release.sh b/build/scripts/release/make-release.sh index 991f8dcb8..19ef7722c 100755 --- a/build/scripts/release/make-release.sh +++ b/build/scripts/release/make-release.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/release/prepare-community-operators-update.sh b/build/scripts/release/prepare-community-operators-update.sh index f85fd2307..fe8d6dc78 100755 --- a/build/scripts/release/prepare-community-operators-update.sh +++ b/build/scripts/release/prepare-community-operators-update.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/build/scripts/release/release-olm-files.sh b/build/scripts/release/release-olm-files.sh index 0ceb3058a..049af6b95 100755 --- a/build/scripts/release/release-olm-files.sh +++ b/build/scripts/release/release-olm-files.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/bundle/next/eclipse-che/manifests/che-operator-service_v1_service.yaml b/bundle/next/eclipse-che/manifests/che-operator-service_v1_service.yaml index ce49ab57e..e1157f101 100644 --- a/bundle/next/eclipse-che/manifests/che-operator-service_v1_service.yaml +++ b/bundle/next/eclipse-che/manifests/che-operator-service_v1_service.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml b/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml index 3eef1bc49..6de23f8b1 100644 --- a/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml +++ b/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -77,7 +77,7 @@ metadata: operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/eclipse-che/che-operator support: Eclipse Foundation - name: eclipse-che.v7.76.0-812.next + name: eclipse-che.v7.77.0-815.next namespace: placeholder spec: apiservicedefinitions: {} @@ -1234,7 +1234,7 @@ spec: minKubeVersion: 1.19.0 provider: name: Eclipse Foundation - version: 7.76.0-812.next + version: 7.77.0-815.next webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml b/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml index 1ed37e8db..c8e1e6ba5 100644 --- a/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml +++ b/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/bundle/next/eclipse-che/metadata/annotations.yaml b/bundle/next/eclipse-che/metadata/annotations.yaml index bd0b4fdba..ee936fcae 100644 --- a/bundle/next/eclipse-che/metadata/annotations.yaml +++ b/bundle/next/eclipse-che/metadata/annotations.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/bundle/next/eclipse-che/metadata/dependencies.yaml b/bundle/next/eclipse-che/metadata/dependencies.yaml index 7a50e0799..b8ba165d6 100644 --- a/bundle/next/eclipse-che/metadata/dependencies.yaml +++ b/bundle/next/eclipse-che/metadata/dependencies.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/bundle/next/eclipse-che/tests/scorecard/config.yaml b/bundle/next/eclipse-che/tests/scorecard/config.yaml index 48135dcec..0e6085674 100644 --- a/bundle/next/eclipse-che/tests/scorecard/config.yaml +++ b/bundle/next/eclipse-che/tests/scorecard/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml b/bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml index 7bff9ee0b..4ce274329 100644 --- a/bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml +++ b/bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml b/bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml index 1ed37e8db..c8e1e6ba5 100644 --- a/bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml +++ b/bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/bundle/stable/eclipse-che/metadata/annotations.yaml b/bundle/stable/eclipse-che/metadata/annotations.yaml index 03d825aec..10bb15d74 100644 --- a/bundle/stable/eclipse-che/metadata/annotations.yaml +++ b/bundle/stable/eclipse-che/metadata/annotations.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/bundle/stable/eclipse-che/metadata/dependencies.yaml b/bundle/stable/eclipse-che/metadata/dependencies.yaml index 7a50e0799..b8ba165d6 100644 --- a/bundle/stable/eclipse-che/metadata/dependencies.yaml +++ b/bundle/stable/eclipse-che/metadata/dependencies.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/bundle/stable/eclipse-che/tests/scorecard/config.yaml b/bundle/stable/eclipse-che/tests/scorecard/config.yaml index 48135dcec..0e6085674 100644 --- a/bundle/stable/eclipse-che/tests/scorecard/config.yaml +++ b/bundle/stable/eclipse-che/tests/scorecard/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/certmanager/certificate.yaml b/config/certmanager/certificate.yaml index 2e62157fd..ebe95be41 100644 --- a/config/certmanager/certificate.yaml +++ b/config/certmanager/certificate.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/certmanager/kustomization.yaml b/config/certmanager/kustomization.yaml index d19e8cabb..fa75df4eb 100644 --- a/config/certmanager/kustomization.yaml +++ b/config/certmanager/kustomization.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/certmanager/kustomizeconfig.yaml b/config/certmanager/kustomizeconfig.yaml index 2adb1ef3f..03a2ae5f4 100644 --- a/config/certmanager/kustomizeconfig.yaml +++ b/config/certmanager/kustomizeconfig.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/crd/bases/org.eclipse.che_checlusters.yaml b/config/crd/bases/org.eclipse.che_checlusters.yaml index 570d6868a..432e0ef5d 100644 --- a/config/crd/bases/org.eclipse.che_checlusters.yaml +++ b/config/crd/bases/org.eclipse.che_checlusters.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/crd/kustomization.yaml b/config/crd/kustomization.yaml index 406fc311f..4672d466e 100644 --- a/config/crd/kustomization.yaml +++ b/config/crd/kustomization.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/crd/kustomizeconfig.yaml b/config/crd/kustomizeconfig.yaml index 5339f1995..6ea381b8a 100644 --- a/config/crd/kustomizeconfig.yaml +++ b/config/crd/kustomizeconfig.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/crd/patches/extralabels_in_checlusters.yaml b/config/crd/patches/extralabels_in_checlusters.yaml index ceb465554..e7639de51 100644 --- a/config/crd/patches/extralabels_in_checlusters.yaml +++ b/config/crd/patches/extralabels_in_checlusters.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/crd/patches/webhook_in_checlusters.yaml b/config/crd/patches/webhook_in_checlusters.yaml index cbde2872b..090774d3e 100644 --- a/config/crd/patches/webhook_in_checlusters.yaml +++ b/config/crd/patches/webhook_in_checlusters.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/kubernetes/kustomization.yaml b/config/kubernetes/kustomization.yaml index e0b74aba8..928f81eb6 100644 --- a/config/kubernetes/kustomization.yaml +++ b/config/kubernetes/kustomization.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/kubernetes/patches/cainjection_in_checlusters.yaml b/config/kubernetes/patches/cainjection_in_checlusters.yaml index a7850dc76..1f9b49ca4 100644 --- a/config/kubernetes/patches/cainjection_in_checlusters.yaml +++ b/config/kubernetes/patches/cainjection_in_checlusters.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/kubernetes/patches/cainjection_in_webhook.yaml b/config/kubernetes/patches/cainjection_in_webhook.yaml index 56584eb53..4ddb24b87 100644 --- a/config/kubernetes/patches/cainjection_in_webhook.yaml +++ b/config/kubernetes/patches/cainjection_in_webhook.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/kubernetes/patches/manager_pod_security_context.yaml b/config/kubernetes/patches/manager_pod_security_context.yaml index fa181bd60..48bb831ee 100644 --- a/config/kubernetes/patches/manager_pod_security_context.yaml +++ b/config/kubernetes/patches/manager_pod_security_context.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/kubernetes/patches/service_cert_patch.yaml b/config/kubernetes/patches/service_cert_patch.yaml index f943a346d..169697194 100644 --- a/config/kubernetes/patches/service_cert_patch.yaml +++ b/config/kubernetes/patches/service_cert_patch.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index e68ace85c..bdc35c67b 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index ba9c94d7c..65bde4313 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/manager/patches/manager_webhook_service_patch.yaml b/config/manager/patches/manager_webhook_service_patch.yaml index 724b2135c..0e0906a24 100644 --- a/config/manager/patches/manager_webhook_service_patch.yaml +++ b/config/manager/patches/manager_webhook_service_patch.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/manifests/bases/che-operator.clusterserviceversion.yaml b/config/manifests/bases/che-operator.clusterserviceversion.yaml index 5861bbe9e..fd5cc017c 100644 --- a/config/manifests/bases/che-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/che-operator.clusterserviceversion.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/manifests/kustomization.yaml b/config/manifests/kustomization.yaml index 2c689c545..e38ee0261 100644 --- a/config/manifests/kustomization.yaml +++ b/config/manifests/kustomization.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/namespace/kustomization.yaml b/config/namespace/kustomization.yaml index 39fb41264..d1e828606 100644 --- a/config/namespace/kustomization.yaml +++ b/config/namespace/kustomization.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/namespace/namespace.yaml b/config/namespace/namespace.yaml index 9d6210af9..da2bffddd 100644 --- a/config/namespace/namespace.yaml +++ b/config/namespace/namespace.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/openshift/kustomization.yaml b/config/openshift/kustomization.yaml index 207896f9b..ed0c6c425 100644 --- a/config/openshift/kustomization.yaml +++ b/config/openshift/kustomization.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/openshift/olm/kustomization.yaml b/config/openshift/olm/kustomization.yaml index 5ba6dd1b8..a7e92585e 100644 --- a/config/openshift/olm/kustomization.yaml +++ b/config/openshift/olm/kustomization.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/openshift/olm/patches/extralabels_in_checlusters.yaml b/config/openshift/olm/patches/extralabels_in_checlusters.yaml index eb10bfb3a..e90ed48cf 100644 --- a/config/openshift/olm/patches/extralabels_in_checlusters.yaml +++ b/config/openshift/olm/patches/extralabels_in_checlusters.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/openshift/olm/patches/extralabels_in_service.yaml b/config/openshift/olm/patches/extralabels_in_service.yaml index 0f6805a06..95a70c190 100644 --- a/config/openshift/olm/patches/extralabels_in_service.yaml +++ b/config/openshift/olm/patches/extralabels_in_service.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/openshift/patches/cainjection_in_checlusters.yaml b/config/openshift/patches/cainjection_in_checlusters.yaml index 70032fd82..d425151d9 100644 --- a/config/openshift/patches/cainjection_in_checlusters.yaml +++ b/config/openshift/patches/cainjection_in_checlusters.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/openshift/patches/cainjection_in_webhook.yaml b/config/openshift/patches/cainjection_in_webhook.yaml index 8f4a9cb67..37d36af98 100644 --- a/config/openshift/patches/cainjection_in_webhook.yaml +++ b/config/openshift/patches/cainjection_in_webhook.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/openshift/patches/service_cert_patch.yaml b/config/openshift/patches/service_cert_patch.yaml index c406cf569..b38bfb966 100644 --- a/config/openshift/patches/service_cert_patch.yaml +++ b/config/openshift/patches/service_cert_patch.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/prometheus/kustomization.yaml b/config/prometheus/kustomization.yaml index 5183d3110..99bc24546 100644 --- a/config/prometheus/kustomization.yaml +++ b/config/prometheus/kustomization.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/prometheus/monitor.yaml b/config/prometheus/monitor.yaml index bfa3af5ef..2f53930ce 100644 --- a/config/prometheus/monitor.yaml +++ b/config/prometheus/monitor.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/rbac/auth_proxy_client_clusterrole.yaml b/config/rbac/auth_proxy_client_clusterrole.yaml index e989b14b1..ec9ef7489 100644 --- a/config/rbac/auth_proxy_client_clusterrole.yaml +++ b/config/rbac/auth_proxy_client_clusterrole.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/rbac/auth_proxy_role.yaml b/config/rbac/auth_proxy_role.yaml index ad33bb525..a51cdbba4 100644 --- a/config/rbac/auth_proxy_role.yaml +++ b/config/rbac/auth_proxy_role.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/rbac/auth_proxy_role_binding.yaml b/config/rbac/auth_proxy_role_binding.yaml index 15d0ed296..a6ebebbfe 100644 --- a/config/rbac/auth_proxy_role_binding.yaml +++ b/config/rbac/auth_proxy_role_binding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/rbac/auth_proxy_service.yaml b/config/rbac/auth_proxy_service.yaml index b7cb712f2..9d9df6b49 100644 --- a/config/rbac/auth_proxy_service.yaml +++ b/config/rbac/auth_proxy_service.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/rbac/checluster_editor_role.yaml b/config/rbac/checluster_editor_role.yaml index 542eb1311..9e9b07b5e 100644 --- a/config/rbac/checluster_editor_role.yaml +++ b/config/rbac/checluster_editor_role.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/rbac/checluster_viewer_role.yaml b/config/rbac/checluster_viewer_role.yaml index ce66469c8..2ea632ce1 100644 --- a/config/rbac/checluster_viewer_role.yaml +++ b/config/rbac/checluster_viewer_role.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/rbac/cluster_role.yaml b/config/rbac/cluster_role.yaml index 502f8cc30..dc1505060 100644 --- a/config/rbac/cluster_role.yaml +++ b/config/rbac/cluster_role.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/rbac/cluster_rolebinding.yaml b/config/rbac/cluster_rolebinding.yaml index 0741789a6..bbe00808b 100644 --- a/config/rbac/cluster_rolebinding.yaml +++ b/config/rbac/cluster_rolebinding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/rbac/kustomization.yaml b/config/rbac/kustomization.yaml index 0c17193c8..7a079ad21 100644 --- a/config/rbac/kustomization.yaml +++ b/config/rbac/kustomization.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/rbac/leader_election_role.yaml b/config/rbac/leader_election_role.yaml index d96f69043..0ed7cda10 100644 --- a/config/rbac/leader_election_role.yaml +++ b/config/rbac/leader_election_role.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/rbac/leader_election_role_binding.yaml b/config/rbac/leader_election_role_binding.yaml index 50c9afd17..137a5b58e 100644 --- a/config/rbac/leader_election_role_binding.yaml +++ b/config/rbac/leader_election_role_binding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index d6879b960..b5941129f 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/rbac/role_binding.yaml b/config/rbac/role_binding.yaml index f9df1a311..2f3840226 100644 --- a/config/rbac/role_binding.yaml +++ b/config/rbac/role_binding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/rbac/service_account.yaml b/config/rbac/service_account.yaml index 111907af4..cce1a9318 100644 --- a/config/rbac/service_account.yaml +++ b/config/rbac/service_account.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/samples/kustomization.yaml b/config/samples/kustomization.yaml index c35810268..2187115cb 100644 --- a/config/samples/kustomization.yaml +++ b/config/samples/kustomization.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/samples/org_v1_checluster.yaml b/config/samples/org_v1_checluster.yaml index 5a12c8994..e22975177 100644 --- a/config/samples/org_v1_checluster.yaml +++ b/config/samples/org_v1_checluster.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/samples/org_v2_checluster.yaml b/config/samples/org_v2_checluster.yaml index 06f0fff17..8df20648c 100644 --- a/config/samples/org_v2_checluster.yaml +++ b/config/samples/org_v2_checluster.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/scorecard/bases/config.yaml b/config/scorecard/bases/config.yaml index 4dd730096..bf8d9d3bf 100644 --- a/config/scorecard/bases/config.yaml +++ b/config/scorecard/bases/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/scorecard/kustomization.yaml b/config/scorecard/kustomization.yaml index 486677dfe..5c0f8411d 100644 --- a/config/scorecard/kustomization.yaml +++ b/config/scorecard/kustomization.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/scorecard/patches/basic.config.yaml b/config/scorecard/patches/basic.config.yaml index 5ab0f1454..d25847385 100644 --- a/config/scorecard/patches/basic.config.yaml +++ b/config/scorecard/patches/basic.config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/scorecard/patches/olm.config.yaml b/config/scorecard/patches/olm.config.yaml index 659616e31..c9fdcc757 100644 --- a/config/scorecard/patches/olm.config.yaml +++ b/config/scorecard/patches/olm.config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/webhook/kustomization.yaml b/config/webhook/kustomization.yaml index e283c69b0..83792b4a4 100644 --- a/config/webhook/kustomization.yaml +++ b/config/webhook/kustomization.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/webhook/kustomizeconfig.yaml b/config/webhook/kustomizeconfig.yaml index 7a1d750bc..21fbdf4ce 100644 --- a/config/webhook/kustomizeconfig.yaml +++ b/config/webhook/kustomizeconfig.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/webhook/service.yaml b/config/webhook/service.yaml index c76feeb39..3e701a44e 100644 --- a/config/webhook/service.yaml +++ b/config/webhook/service.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/config/webhook/webhooks.yaml b/config/webhook/webhooks.yaml index d211135cf..1b8cf8bb5 100644 --- a/config/webhook/webhooks.yaml +++ b/config/webhook/webhooks.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/che/checluster_controller.go b/controllers/che/checluster_controller.go index b4faec7b8..de8cec7f6 100644 --- a/controllers/che/checluster_controller.go +++ b/controllers/che/checluster_controller.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/che/checluster_validator.go b/controllers/che/checluster_validator.go index 74a011154..40a80388f 100644 --- a/controllers/che/checluster_validator.go +++ b/controllers/che/checluster_validator.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/che/cheobj_verifier.go b/controllers/che/cheobj_verifier.go index 6a7b477b1..3ad146be6 100644 --- a/controllers/che/cheobj_verifier.go +++ b/controllers/che/cheobj_verifier.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/che/cheobj_verifier_test.go b/controllers/che/cheobj_verifier_test.go index b57c331df..45b8cce0b 100644 --- a/controllers/che/cheobj_verifier_test.go +++ b/controllers/che/cheobj_verifier_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/che/init_test.go b/controllers/che/init_test.go index e8ab11065..2331220e6 100644 --- a/controllers/che/init_test.go +++ b/controllers/che/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package che import ( diff --git a/controllers/che/proxy.go b/controllers/che/proxy.go index 125726f9e..1bce948b8 100644 --- a/controllers/che/proxy.go +++ b/controllers/che/proxy.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package che import ( diff --git a/controllers/che/proxy_test.go b/controllers/che/proxy_test.go index 188fbb056..e42cbf566 100644 --- a/controllers/che/proxy_test.go +++ b/controllers/che/proxy_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package che import ( diff --git a/controllers/devworkspace/controller.go b/controllers/devworkspace/controller.go index 86c918531..c1c0bac49 100644 --- a/controllers/devworkspace/controller.go +++ b/controllers/devworkspace/controller.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/devworkspace/controller_test.go b/controllers/devworkspace/controller_test.go index b400b423e..6953e1caf 100644 --- a/controllers/devworkspace/controller_test.go +++ b/controllers/devworkspace/controller_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/devworkspace/defaults/defaults.go b/controllers/devworkspace/defaults/defaults.go index 447a0044c..50d20dfd0 100644 --- a/controllers/devworkspace/defaults/defaults.go +++ b/controllers/devworkspace/defaults/defaults.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/devworkspace/init_test.go b/controllers/devworkspace/init_test.go index d7826c233..03dd65c1f 100644 --- a/controllers/devworkspace/init_test.go +++ b/controllers/devworkspace/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package devworkspace import ( diff --git a/controllers/devworkspace/solver/che_routing.go b/controllers/devworkspace/solver/che_routing.go index 61897247e..cdc697eaa 100644 --- a/controllers/devworkspace/solver/che_routing.go +++ b/controllers/devworkspace/solver/che_routing.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/devworkspace/solver/che_routing_test.go b/controllers/devworkspace/solver/che_routing_test.go index ecedc3efc..fb0f45f0c 100644 --- a/controllers/devworkspace/solver/che_routing_test.go +++ b/controllers/devworkspace/solver/che_routing_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/devworkspace/solver/doc.go b/controllers/devworkspace/solver/doc.go index 06337e06d..d6a823b09 100644 --- a/controllers/devworkspace/solver/doc.go +++ b/controllers/devworkspace/solver/doc.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/devworkspace/solver/endpoint_exposer.go b/controllers/devworkspace/solver/endpoint_exposer.go index 11067c9a6..138431493 100644 --- a/controllers/devworkspace/solver/endpoint_exposer.go +++ b/controllers/devworkspace/solver/endpoint_exposer.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/devworkspace/solver/endpoint_strategy.go b/controllers/devworkspace/solver/endpoint_strategy.go index f189fa51a..3d87af2b9 100644 --- a/controllers/devworkspace/solver/endpoint_strategy.go +++ b/controllers/devworkspace/solver/endpoint_strategy.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/devworkspace/solver/init_test.go b/controllers/devworkspace/solver/init_test.go index d9655fe16..73e1d967f 100644 --- a/controllers/devworkspace/solver/init_test.go +++ b/controllers/devworkspace/solver/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package solver import ( diff --git a/controllers/devworkspace/solver/solver.go b/controllers/devworkspace/solver/solver.go index 7c5fc38b2..4b40a85c9 100644 --- a/controllers/devworkspace/solver/solver.go +++ b/controllers/devworkspace/solver/solver.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/devworkspace/sync/init_test.go b/controllers/devworkspace/sync/init_test.go index f401b8bfa..9d4a94e3d 100644 --- a/controllers/devworkspace/sync/init_test.go +++ b/controllers/devworkspace/sync/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package sync import ( diff --git a/controllers/devworkspace/sync/sync.go b/controllers/devworkspace/sync/sync.go index 8e6fd0911..9a7a9ab89 100644 --- a/controllers/devworkspace/sync/sync.go +++ b/controllers/devworkspace/sync/sync.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/devworkspace/sync/sync_test.go b/controllers/devworkspace/sync/sync_test.go index 815c71184..2a707ea26 100644 --- a/controllers/devworkspace/sync/sync_test.go +++ b/controllers/devworkspace/sync/sync_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/usernamespace/controller.go b/controllers/usernamespace/controller.go index e032e9040..3114f9e1e 100644 --- a/controllers/usernamespace/controller.go +++ b/controllers/usernamespace/controller.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/usernamespace/controller_test.go b/controllers/usernamespace/controller_test.go index a9bac86f3..0c0b5955d 100644 --- a/controllers/usernamespace/controller_test.go +++ b/controllers/usernamespace/controller_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/usernamespace/init_test.go b/controllers/usernamespace/init_test.go index 7c54d3bd4..b77fdf77e 100644 --- a/controllers/usernamespace/init_test.go +++ b/controllers/usernamespace/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package usernamespace import ( diff --git a/controllers/usernamespace/namespacecache.go b/controllers/usernamespace/namespacecache.go index 5eb9eafad..623d77842 100644 --- a/controllers/usernamespace/namespacecache.go +++ b/controllers/usernamespace/namespacecache.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/controllers/usernamespace/namespacecache_test.go b/controllers/usernamespace/namespacecache_test.go index 22dfc42eb..4722cb512 100644 --- a/controllers/usernamespace/namespacecache_test.go +++ b/controllers/usernamespace/namespacecache_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/combined.yaml b/deploy/deployment/kubernetes/combined.yaml index 027f6cca2..1b4a08e5d 100644 --- a/deploy/deployment/kubernetes/combined.yaml +++ b/deploy/deployment/kubernetes/combined.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/objects/che-operator-leader-election.Role.yaml b/deploy/deployment/kubernetes/objects/che-operator-leader-election.Role.yaml index c209508c0..60c047f84 100644 --- a/deploy/deployment/kubernetes/objects/che-operator-leader-election.Role.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator-leader-election.Role.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/objects/che-operator-leader-election.RoleBinding.yaml b/deploy/deployment/kubernetes/objects/che-operator-leader-election.RoleBinding.yaml index 77bd856b2..b79874d66 100644 --- a/deploy/deployment/kubernetes/objects/che-operator-leader-election.RoleBinding.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator-leader-election.RoleBinding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/objects/che-operator-selfsigned-issuer.Issuer.yaml b/deploy/deployment/kubernetes/objects/che-operator-selfsigned-issuer.Issuer.yaml index e243c4202..9e7d30b56 100644 --- a/deploy/deployment/kubernetes/objects/che-operator-selfsigned-issuer.Issuer.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator-selfsigned-issuer.Issuer.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/objects/che-operator-service.Service.yaml b/deploy/deployment/kubernetes/objects/che-operator-service.Service.yaml index 2121232e2..a2b93c3f8 100644 --- a/deploy/deployment/kubernetes/objects/che-operator-service.Service.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator-service.Service.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/objects/che-operator-serving-cert.Certificate.yaml b/deploy/deployment/kubernetes/objects/che-operator-serving-cert.Certificate.yaml index 8b7dea8c9..7abd7ffbe 100644 --- a/deploy/deployment/kubernetes/objects/che-operator-serving-cert.Certificate.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator-serving-cert.Certificate.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/objects/che-operator.ClusterRole.yaml b/deploy/deployment/kubernetes/objects/che-operator.ClusterRole.yaml index 1a7401102..cb65dde2d 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.ClusterRole.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.ClusterRole.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/objects/che-operator.ClusterRoleBinding.yaml b/deploy/deployment/kubernetes/objects/che-operator.ClusterRoleBinding.yaml index 5baf3b3db..b24901258 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.ClusterRoleBinding.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.ClusterRoleBinding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/objects/che-operator.Deployment.yaml b/deploy/deployment/kubernetes/objects/che-operator.Deployment.yaml index 04ffe3c44..00d723ac0 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.Deployment.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.Deployment.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/objects/che-operator.Role.yaml b/deploy/deployment/kubernetes/objects/che-operator.Role.yaml index 4fb8305be..382caee63 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.Role.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.Role.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/objects/che-operator.RoleBinding.yaml b/deploy/deployment/kubernetes/objects/che-operator.RoleBinding.yaml index 198e93558..df0254b1e 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.RoleBinding.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.RoleBinding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/objects/che-operator.ServiceAccount.yaml b/deploy/deployment/kubernetes/objects/che-operator.ServiceAccount.yaml index 46012e45b..6bda97faf 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.ServiceAccount.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.ServiceAccount.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index c957e8e3a..132a7c4ed 100644 --- a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/objects/eclipse-che.Namespace.yaml b/deploy/deployment/kubernetes/objects/eclipse-che.Namespace.yaml index cf7c56be8..da2bffddd 100644 --- a/deploy/deployment/kubernetes/objects/eclipse-che.Namespace.yaml +++ b/deploy/deployment/kubernetes/objects/eclipse-che.Namespace.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml b/deploy/deployment/kubernetes/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml index 2608576ce..70c1d94e1 100644 --- a/deploy/deployment/kubernetes/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml +++ b/deploy/deployment/kubernetes/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml b/deploy/deployment/kubernetes/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml index b4752fc4c..8bada1b40 100644 --- a/deploy/deployment/kubernetes/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml +++ b/deploy/deployment/kubernetes/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/kubernetes/org_v2_checluster.yaml b/deploy/deployment/kubernetes/org_v2_checluster.yaml index 06f0fff17..8df20648c 100644 --- a/deploy/deployment/kubernetes/org_v2_checluster.yaml +++ b/deploy/deployment/kubernetes/org_v2_checluster.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/openshift/combined.yaml b/deploy/deployment/openshift/combined.yaml index 40c8e45c1..2c491a23c 100644 --- a/deploy/deployment/openshift/combined.yaml +++ b/deploy/deployment/openshift/combined.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/openshift/objects/che-operator-leader-election.Role.yaml b/deploy/deployment/openshift/objects/che-operator-leader-election.Role.yaml index c209508c0..60c047f84 100644 --- a/deploy/deployment/openshift/objects/che-operator-leader-election.Role.yaml +++ b/deploy/deployment/openshift/objects/che-operator-leader-election.Role.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/openshift/objects/che-operator-leader-election.RoleBinding.yaml b/deploy/deployment/openshift/objects/che-operator-leader-election.RoleBinding.yaml index 77bd856b2..b79874d66 100644 --- a/deploy/deployment/openshift/objects/che-operator-leader-election.RoleBinding.yaml +++ b/deploy/deployment/openshift/objects/che-operator-leader-election.RoleBinding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/openshift/objects/che-operator-service.Service.yaml b/deploy/deployment/openshift/objects/che-operator-service.Service.yaml index d641d7d84..13a93239c 100644 --- a/deploy/deployment/openshift/objects/che-operator-service.Service.yaml +++ b/deploy/deployment/openshift/objects/che-operator-service.Service.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/openshift/objects/che-operator.ClusterRole.yaml b/deploy/deployment/openshift/objects/che-operator.ClusterRole.yaml index 1a7401102..cb65dde2d 100644 --- a/deploy/deployment/openshift/objects/che-operator.ClusterRole.yaml +++ b/deploy/deployment/openshift/objects/che-operator.ClusterRole.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/openshift/objects/che-operator.ClusterRoleBinding.yaml b/deploy/deployment/openshift/objects/che-operator.ClusterRoleBinding.yaml index 5baf3b3db..b24901258 100644 --- a/deploy/deployment/openshift/objects/che-operator.ClusterRoleBinding.yaml +++ b/deploy/deployment/openshift/objects/che-operator.ClusterRoleBinding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/openshift/objects/che-operator.Deployment.yaml b/deploy/deployment/openshift/objects/che-operator.Deployment.yaml index 40897a34a..182687f8b 100644 --- a/deploy/deployment/openshift/objects/che-operator.Deployment.yaml +++ b/deploy/deployment/openshift/objects/che-operator.Deployment.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/openshift/objects/che-operator.Role.yaml b/deploy/deployment/openshift/objects/che-operator.Role.yaml index 4fb8305be..382caee63 100644 --- a/deploy/deployment/openshift/objects/che-operator.Role.yaml +++ b/deploy/deployment/openshift/objects/che-operator.Role.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/openshift/objects/che-operator.RoleBinding.yaml b/deploy/deployment/openshift/objects/che-operator.RoleBinding.yaml index 198e93558..df0254b1e 100644 --- a/deploy/deployment/openshift/objects/che-operator.RoleBinding.yaml +++ b/deploy/deployment/openshift/objects/che-operator.RoleBinding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/openshift/objects/che-operator.ServiceAccount.yaml b/deploy/deployment/openshift/objects/che-operator.ServiceAccount.yaml index 46012e45b..6bda97faf 100644 --- a/deploy/deployment/openshift/objects/che-operator.ServiceAccount.yaml +++ b/deploy/deployment/openshift/objects/che-operator.ServiceAccount.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 377f5a4e8..eedd16afe 100644 --- a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/openshift/objects/eclipse-che.Namespace.yaml b/deploy/deployment/openshift/objects/eclipse-che.Namespace.yaml index cf7c56be8..da2bffddd 100644 --- a/deploy/deployment/openshift/objects/eclipse-che.Namespace.yaml +++ b/deploy/deployment/openshift/objects/eclipse-che.Namespace.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/openshift/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml b/deploy/deployment/openshift/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml index a537f9a91..9c0e3869d 100644 --- a/deploy/deployment/openshift/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml +++ b/deploy/deployment/openshift/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/openshift/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml b/deploy/deployment/openshift/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml index 32b9bde6f..e7cd60d8e 100644 --- a/deploy/deployment/openshift/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml +++ b/deploy/deployment/openshift/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/deploy/deployment/openshift/org_v2_checluster.yaml b/deploy/deployment/openshift/org_v2_checluster.yaml index 06f0fff17..8df20648c 100644 --- a/deploy/deployment/openshift/org_v2_checluster.yaml +++ b/deploy/deployment/openshift/org_v2_checluster.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/devfile.yaml b/devfile.yaml index 9cf8226ce..5759adf3a 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 3c37a18fc..7d4b8d7d8 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2022 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/hack/license-header.txt b/hack/license-header.txt index a5f0c2b61..49362f7db 100644 --- a/hack/license-header.txt +++ b/hack/license-header.txt @@ -1,5 +1,5 @@ -Copyright (c) 2019-2022 Red Hat, Inc. +Copyright (c) 2019-2023 Red Hat, Inc. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/Chart.yaml b/helmcharts/next/Chart.yaml index 9c60f8a8c..8bfdab6f9 100644 --- a/helmcharts/next/Chart.yaml +++ b/helmcharts/next/Chart.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index c957e8e3a..132a7c4ed 100644 --- a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/templates/che-operator-leader-election.Role.yaml b/helmcharts/next/templates/che-operator-leader-election.Role.yaml index c209508c0..60c047f84 100644 --- a/helmcharts/next/templates/che-operator-leader-election.Role.yaml +++ b/helmcharts/next/templates/che-operator-leader-election.Role.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/templates/che-operator-leader-election.RoleBinding.yaml b/helmcharts/next/templates/che-operator-leader-election.RoleBinding.yaml index 77bd856b2..b79874d66 100644 --- a/helmcharts/next/templates/che-operator-leader-election.RoleBinding.yaml +++ b/helmcharts/next/templates/che-operator-leader-election.RoleBinding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/templates/che-operator-selfsigned-issuer.Issuer.yaml b/helmcharts/next/templates/che-operator-selfsigned-issuer.Issuer.yaml index e243c4202..9e7d30b56 100644 --- a/helmcharts/next/templates/che-operator-selfsigned-issuer.Issuer.yaml +++ b/helmcharts/next/templates/che-operator-selfsigned-issuer.Issuer.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/templates/che-operator-service.Service.yaml b/helmcharts/next/templates/che-operator-service.Service.yaml index 2121232e2..a2b93c3f8 100644 --- a/helmcharts/next/templates/che-operator-service.Service.yaml +++ b/helmcharts/next/templates/che-operator-service.Service.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/templates/che-operator-serving-cert.Certificate.yaml b/helmcharts/next/templates/che-operator-serving-cert.Certificate.yaml index 8b7dea8c9..7abd7ffbe 100644 --- a/helmcharts/next/templates/che-operator-serving-cert.Certificate.yaml +++ b/helmcharts/next/templates/che-operator-serving-cert.Certificate.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/templates/che-operator.ClusterRole.yaml b/helmcharts/next/templates/che-operator.ClusterRole.yaml index 1a7401102..cb65dde2d 100644 --- a/helmcharts/next/templates/che-operator.ClusterRole.yaml +++ b/helmcharts/next/templates/che-operator.ClusterRole.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/templates/che-operator.ClusterRoleBinding.yaml b/helmcharts/next/templates/che-operator.ClusterRoleBinding.yaml index 5baf3b3db..b24901258 100644 --- a/helmcharts/next/templates/che-operator.ClusterRoleBinding.yaml +++ b/helmcharts/next/templates/che-operator.ClusterRoleBinding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/templates/che-operator.Deployment.yaml b/helmcharts/next/templates/che-operator.Deployment.yaml index 04ffe3c44..00d723ac0 100644 --- a/helmcharts/next/templates/che-operator.Deployment.yaml +++ b/helmcharts/next/templates/che-operator.Deployment.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/templates/che-operator.Role.yaml b/helmcharts/next/templates/che-operator.Role.yaml index 4fb8305be..382caee63 100644 --- a/helmcharts/next/templates/che-operator.Role.yaml +++ b/helmcharts/next/templates/che-operator.Role.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/templates/che-operator.RoleBinding.yaml b/helmcharts/next/templates/che-operator.RoleBinding.yaml index 198e93558..df0254b1e 100644 --- a/helmcharts/next/templates/che-operator.RoleBinding.yaml +++ b/helmcharts/next/templates/che-operator.RoleBinding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/templates/che-operator.ServiceAccount.yaml b/helmcharts/next/templates/che-operator.ServiceAccount.yaml index 46012e45b..6bda97faf 100644 --- a/helmcharts/next/templates/che-operator.ServiceAccount.yaml +++ b/helmcharts/next/templates/che-operator.ServiceAccount.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml b/helmcharts/next/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml index 2608576ce..70c1d94e1 100644 --- a/helmcharts/next/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml +++ b/helmcharts/next/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml b/helmcharts/next/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml index b4752fc4c..8bada1b40 100644 --- a/helmcharts/next/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml +++ b/helmcharts/next/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/templates/org_v2_checluster.yaml b/helmcharts/next/templates/org_v2_checluster.yaml index bc3e78e0d..9c7809878 100644 --- a/helmcharts/next/templates/org_v2_checluster.yaml +++ b/helmcharts/next/templates/org_v2_checluster.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/next/values.yaml b/helmcharts/next/values.yaml index 79de04aa2..30b10062c 100644 --- a/helmcharts/next/values.yaml +++ b/helmcharts/next/values.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/Chart.yaml b/helmcharts/stable/Chart.yaml index b270e30b9..86ce1bf6a 100644 --- a/helmcharts/stable/Chart.yaml +++ b/helmcharts/stable/Chart.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/helmcharts/stable/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index c957e8e3a..132a7c4ed 100644 --- a/helmcharts/stable/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/helmcharts/stable/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/templates/che-operator-leader-election.Role.yaml b/helmcharts/stable/templates/che-operator-leader-election.Role.yaml index c209508c0..60c047f84 100644 --- a/helmcharts/stable/templates/che-operator-leader-election.Role.yaml +++ b/helmcharts/stable/templates/che-operator-leader-election.Role.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/templates/che-operator-leader-election.RoleBinding.yaml b/helmcharts/stable/templates/che-operator-leader-election.RoleBinding.yaml index 77bd856b2..b79874d66 100644 --- a/helmcharts/stable/templates/che-operator-leader-election.RoleBinding.yaml +++ b/helmcharts/stable/templates/che-operator-leader-election.RoleBinding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/templates/che-operator-selfsigned-issuer.Issuer.yaml b/helmcharts/stable/templates/che-operator-selfsigned-issuer.Issuer.yaml index e243c4202..9e7d30b56 100644 --- a/helmcharts/stable/templates/che-operator-selfsigned-issuer.Issuer.yaml +++ b/helmcharts/stable/templates/che-operator-selfsigned-issuer.Issuer.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/templates/che-operator-service.Service.yaml b/helmcharts/stable/templates/che-operator-service.Service.yaml index 2121232e2..a2b93c3f8 100644 --- a/helmcharts/stable/templates/che-operator-service.Service.yaml +++ b/helmcharts/stable/templates/che-operator-service.Service.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/templates/che-operator-serving-cert.Certificate.yaml b/helmcharts/stable/templates/che-operator-serving-cert.Certificate.yaml index 8b7dea8c9..7abd7ffbe 100644 --- a/helmcharts/stable/templates/che-operator-serving-cert.Certificate.yaml +++ b/helmcharts/stable/templates/che-operator-serving-cert.Certificate.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/templates/che-operator.ClusterRole.yaml b/helmcharts/stable/templates/che-operator.ClusterRole.yaml index 1a7401102..cb65dde2d 100644 --- a/helmcharts/stable/templates/che-operator.ClusterRole.yaml +++ b/helmcharts/stable/templates/che-operator.ClusterRole.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/templates/che-operator.ClusterRoleBinding.yaml b/helmcharts/stable/templates/che-operator.ClusterRoleBinding.yaml index 5baf3b3db..b24901258 100644 --- a/helmcharts/stable/templates/che-operator.ClusterRoleBinding.yaml +++ b/helmcharts/stable/templates/che-operator.ClusterRoleBinding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/templates/che-operator.Deployment.yaml b/helmcharts/stable/templates/che-operator.Deployment.yaml index 66ca740ed..ccce353a3 100644 --- a/helmcharts/stable/templates/che-operator.Deployment.yaml +++ b/helmcharts/stable/templates/che-operator.Deployment.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/templates/che-operator.Role.yaml b/helmcharts/stable/templates/che-operator.Role.yaml index 4fb8305be..382caee63 100644 --- a/helmcharts/stable/templates/che-operator.Role.yaml +++ b/helmcharts/stable/templates/che-operator.Role.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/templates/che-operator.RoleBinding.yaml b/helmcharts/stable/templates/che-operator.RoleBinding.yaml index 198e93558..df0254b1e 100644 --- a/helmcharts/stable/templates/che-operator.RoleBinding.yaml +++ b/helmcharts/stable/templates/che-operator.RoleBinding.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/templates/che-operator.ServiceAccount.yaml b/helmcharts/stable/templates/che-operator.ServiceAccount.yaml index 46012e45b..6bda97faf 100644 --- a/helmcharts/stable/templates/che-operator.ServiceAccount.yaml +++ b/helmcharts/stable/templates/che-operator.ServiceAccount.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml b/helmcharts/stable/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml index 2608576ce..70c1d94e1 100644 --- a/helmcharts/stable/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml +++ b/helmcharts/stable/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml b/helmcharts/stable/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml index b4752fc4c..8bada1b40 100644 --- a/helmcharts/stable/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml +++ b/helmcharts/stable/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/helmcharts/stable/values.yaml b/helmcharts/stable/values.yaml index 4db8e4d2e..ef638de60 100644 --- a/helmcharts/stable/values.yaml +++ b/helmcharts/stable/values.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/main.go b/main.go index bafe552a7..de943a3f8 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/index.Dockerfile b/olm-catalog/index.Dockerfile index 5fc2d581a..c9e134c93 100644 --- a/olm-catalog/index.Dockerfile +++ b/olm-catalog/index.Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/next/channel.yaml b/olm-catalog/next/channel.yaml index db2417253..ae8c237ed 100644 --- a/olm-catalog/next/channel.yaml +++ b/olm-catalog/next/channel.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/next/package.yaml b/olm-catalog/next/package.yaml index 59f3b1f23..a0633ab7e 100644 --- a/olm-catalog/next/package.yaml +++ b/olm-catalog/next/package.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/channel.yaml b/olm-catalog/stable/channel.yaml index da8b9b9d5..a1955b7a9 100644 --- a/olm-catalog/stable/channel.yaml +++ b/olm-catalog/stable/channel.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.55.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.55.0.bundle.yaml index d8ce2aaf8..f2631b8e7 100644 --- a/olm-catalog/stable/eclipse-che.v7.55.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.55.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.56.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.56.0.bundle.yaml index f7cbaae72..410754d0c 100644 --- a/olm-catalog/stable/eclipse-che.v7.56.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.56.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.57.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.57.0.bundle.yaml index f0740bd4f..fa18195fb 100644 --- a/olm-catalog/stable/eclipse-che.v7.57.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.57.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.58.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.58.0.bundle.yaml index 73167ba55..77715ef93 100644 --- a/olm-catalog/stable/eclipse-che.v7.58.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.58.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.59.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.59.0.bundle.yaml index 59ee2a9ab..2cb3b469f 100644 --- a/olm-catalog/stable/eclipse-che.v7.59.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.59.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.60.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.60.0.bundle.yaml index f74187161..8556dc806 100644 --- a/olm-catalog/stable/eclipse-che.v7.60.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.60.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.60.1.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.60.1.bundle.yaml index e2828d14f..ae6aaf78c 100644 --- a/olm-catalog/stable/eclipse-che.v7.60.1.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.60.1.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.61.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.61.0.bundle.yaml index 1cf95d4d2..a898ecdc7 100644 --- a/olm-catalog/stable/eclipse-che.v7.61.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.61.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.62.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.62.0.bundle.yaml index 2ae4f34f1..7324cf83c 100644 --- a/olm-catalog/stable/eclipse-che.v7.62.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.62.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.63.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.63.0.bundle.yaml index 5fe03b256..ca4eafdc9 100644 --- a/olm-catalog/stable/eclipse-che.v7.63.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.63.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.64.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.64.0.bundle.yaml index 302ddee26..17e1ffceb 100644 --- a/olm-catalog/stable/eclipse-che.v7.64.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.64.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.65.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.65.0.bundle.yaml index f95e6fc1e..73782e8db 100644 --- a/olm-catalog/stable/eclipse-che.v7.65.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.65.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.66.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.66.0.bundle.yaml index a6cee518d..7daa43907 100644 --- a/olm-catalog/stable/eclipse-che.v7.66.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.66.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.67.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.67.0.bundle.yaml index 3517f30c3..1a5437988 100644 --- a/olm-catalog/stable/eclipse-che.v7.67.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.67.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.68.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.68.0.bundle.yaml index 953534599..77e81b778 100644 --- a/olm-catalog/stable/eclipse-che.v7.68.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.68.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.69.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.69.0.bundle.yaml index d75959d8d..12937574e 100644 --- a/olm-catalog/stable/eclipse-che.v7.69.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.69.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.70.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.70.0.bundle.yaml index 8742e9468..8bc328db1 100644 --- a/olm-catalog/stable/eclipse-che.v7.70.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.70.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.71.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.71.0.bundle.yaml index 2b49dcd51..7badb47ce 100644 --- a/olm-catalog/stable/eclipse-che.v7.71.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.71.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.72.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.72.0.bundle.yaml index 41309940a..4e1b78cd3 100644 --- a/olm-catalog/stable/eclipse-che.v7.72.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.72.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.73.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.73.0.bundle.yaml index 8e0c7ee1e..c1d655704 100644 --- a/olm-catalog/stable/eclipse-che.v7.73.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.73.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.74.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.74.0.bundle.yaml index fe59369d6..dd0ff8583 100644 --- a/olm-catalog/stable/eclipse-che.v7.74.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.74.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.75.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.75.0.bundle.yaml index dd1dfdd9a..b22d82b98 100644 --- a/olm-catalog/stable/eclipse-che.v7.75.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.75.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/eclipse-che.v7.76.0.bundle.yaml b/olm-catalog/stable/eclipse-che.v7.76.0.bundle.yaml index aac3b038d..3e6349608 100644 --- a/olm-catalog/stable/eclipse-che.v7.76.0.bundle.yaml +++ b/olm-catalog/stable/eclipse-che.v7.76.0.bundle.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/olm-catalog/stable/package.yaml b/olm-catalog/stable/package.yaml index b4352ea92..3ad7ecaa9 100644 --- a/olm-catalog/stable/package.yaml +++ b/olm-catalog/stable/package.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2022 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/common/chetypes/types.go b/pkg/common/chetypes/types.go index 57e31b8f8..b5eec8a6f 100644 --- a/pkg/common/chetypes/types.go +++ b/pkg/common/chetypes/types.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/common/constants/constants.go b/pkg/common/constants/constants.go index cbe603dc7..98e67d5c9 100644 --- a/pkg/common/constants/constants.go +++ b/pkg/common/constants/constants.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2022 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/common/k8s-helper/k8s_helper.go b/pkg/common/k8s-helper/k8s_helper.go index 869848ad7..d7f0f4178 100644 --- a/pkg/common/k8s-helper/k8s_helper.go +++ b/pkg/common/k8s-helper/k8s_helper.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package k8shelper import ( diff --git a/pkg/common/operator-defaults/defaults.go b/pkg/common/operator-defaults/defaults.go index cdecc77fc..3bbdc2c40 100644 --- a/pkg/common/operator-defaults/defaults.go +++ b/pkg/common/operator-defaults/defaults.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package defaults import ( diff --git a/pkg/common/signal/signal_handler.go b/pkg/common/signal/signal_handler.go index b57e7777f..042c767c8 100644 --- a/pkg/common/signal/signal_handler.go +++ b/pkg/common/signal/signal_handler.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/common/test/utils.go b/pkg/common/test/utils.go index 82e57d9ae..f925162ed 100644 --- a/pkg/common/test/utils.go +++ b/pkg/common/test/utils.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package test import ( diff --git a/pkg/common/utils/env.go b/pkg/common/utils/env.go index 61a5a027c..46961d372 100644 --- a/pkg/common/utils/env.go +++ b/pkg/common/utils/env.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2022 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package utils import ( diff --git a/pkg/common/utils/process.go b/pkg/common/utils/process.go index 067a6e4d2..c2905f451 100644 --- a/pkg/common/utils/process.go +++ b/pkg/common/utils/process.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/common/utils/utils.go b/pkg/common/utils/utils.go index 8ebcac7f5..ed5f75ef1 100644 --- a/pkg/common/utils/utils.go +++ b/pkg/common/utils/utils.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2022 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package utils import ( diff --git a/pkg/common/utils/utils_test.go b/pkg/common/utils/utils_test.go index 5b9454837..addbdc785 100644 --- a/pkg/common/utils/utils_test.go +++ b/pkg/common/utils/utils_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package utils import ( diff --git a/pkg/deploy/checluster.go b/pkg/deploy/checluster.go index 6d4269070..1f0d41464 100644 --- a/pkg/deploy/checluster.go +++ b/pkg/deploy/checluster.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/checluster_test.go b/pkg/deploy/checluster_test.go index 5d202747c..f0f719978 100644 --- a/pkg/deploy/checluster_test.go +++ b/pkg/deploy/checluster_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/checluster_util.go b/pkg/deploy/checluster_util.go index da7a93373..80f55f6fa 100644 --- a/pkg/deploy/checluster_util.go +++ b/pkg/deploy/checluster_util.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/checluster_util_test.go b/pkg/deploy/checluster_util_test.go index 1607a6894..32345b8d8 100644 --- a/pkg/deploy/checluster_util_test.go +++ b/pkg/deploy/checluster_util_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/clusterrole.go b/pkg/deploy/clusterrole.go index 9244fce06..a9f513afa 100644 --- a/pkg/deploy/clusterrole.go +++ b/pkg/deploy/clusterrole.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/clusterrole_test.go b/pkg/deploy/clusterrole_test.go index 3c7a98a02..883e9c4c0 100644 --- a/pkg/deploy/clusterrole_test.go +++ b/pkg/deploy/clusterrole_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/clusterrolebinding.go b/pkg/deploy/clusterrolebinding.go index 9faf6167b..99147a871 100644 --- a/pkg/deploy/clusterrolebinding.go +++ b/pkg/deploy/clusterrolebinding.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/clusterrolebinding_test.go b/pkg/deploy/clusterrolebinding_test.go index 4502db589..ae5cb164e 100644 --- a/pkg/deploy/clusterrolebinding_test.go +++ b/pkg/deploy/clusterrolebinding_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/configmap.go b/pkg/deploy/configmap.go index c0bdc2e11..19248cf54 100644 --- a/pkg/deploy/configmap.go +++ b/pkg/deploy/configmap.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/configmap_test.go b/pkg/deploy/configmap_test.go index 0158811c2..621ced3c1 100644 --- a/pkg/deploy/configmap_test.go +++ b/pkg/deploy/configmap_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/consolelink/consolelink.go b/pkg/deploy/consolelink/consolelink.go index daf4b2d08..14684106f 100644 --- a/pkg/deploy/consolelink/consolelink.go +++ b/pkg/deploy/consolelink/consolelink.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package consolelink import ( diff --git a/pkg/deploy/consolelink/consolelink_test.go b/pkg/deploy/consolelink/consolelink_test.go index b3ffa1e83..887fea595 100644 --- a/pkg/deploy/consolelink/consolelink_test.go +++ b/pkg/deploy/consolelink/consolelink_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package consolelink import ( diff --git a/pkg/deploy/consolelink/init_test.go b/pkg/deploy/consolelink/init_test.go index 1b2e32eeb..6e2a81716 100644 --- a/pkg/deploy/consolelink/init_test.go +++ b/pkg/deploy/consolelink/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package consolelink import ( diff --git a/pkg/deploy/container-build/container_build.go b/pkg/deploy/container-build/container_build.go index ea67d9596..1c5628b1e 100644 --- a/pkg/deploy/container-build/container_build.go +++ b/pkg/deploy/container-build/container_build.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/container-build/container_build_test.go b/pkg/deploy/container-build/container_build_test.go index 6e1f0b55e..a89339fac 100644 --- a/pkg/deploy/container-build/container_build_test.go +++ b/pkg/deploy/container-build/container_build_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/container-build/init_test.go b/pkg/deploy/container-build/init_test.go index 1f31989d4..7ced32936 100644 --- a/pkg/deploy/container-build/init_test.go +++ b/pkg/deploy/container-build/init_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/dashboard/dashboard.go b/pkg/deploy/dashboard/dashboard.go index 68b2aca7c..6a3ae94fb 100644 --- a/pkg/deploy/dashboard/dashboard.go +++ b/pkg/deploy/dashboard/dashboard.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/dashboard/dashboard_deployment_test.go b/pkg/deploy/dashboard/dashboard_deployment_test.go index 5a9a5dec9..7a069eea8 100644 --- a/pkg/deploy/dashboard/dashboard_deployment_test.go +++ b/pkg/deploy/dashboard/dashboard_deployment_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/dashboard/dashboard_test.go b/pkg/deploy/dashboard/dashboard_test.go index a29d36fc7..715c645d0 100644 --- a/pkg/deploy/dashboard/dashboard_test.go +++ b/pkg/deploy/dashboard/dashboard_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/dashboard/deployment_dashboard.go b/pkg/deploy/dashboard/deployment_dashboard.go index f7b04b3ff..415566590 100644 --- a/pkg/deploy/dashboard/deployment_dashboard.go +++ b/pkg/deploy/dashboard/deployment_dashboard.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/dashboard/init_test.go b/pkg/deploy/dashboard/init_test.go index e66d67bfc..54b8cf229 100644 --- a/pkg/deploy/dashboard/init_test.go +++ b/pkg/deploy/dashboard/init_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/dashboard/rbac.go b/pkg/deploy/dashboard/rbac.go index e9fa390c0..85a30cb2d 100644 --- a/pkg/deploy/dashboard/rbac.go +++ b/pkg/deploy/dashboard/rbac.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/defaults.go.update.sh b/pkg/deploy/defaults.go.update.sh index cc9f67c8a..e8884bfc2 100755 --- a/pkg/deploy/defaults.go.update.sh +++ b/pkg/deploy/defaults.go.update.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2021 Red Hat, Inc. +# Copyright (c) 2019-2023 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/defaults_test.go b/pkg/deploy/defaults_test.go index 7a3b68944..69679ffd9 100644 --- a/pkg/deploy/defaults_test.go +++ b/pkg/deploy/defaults_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/deployment.go b/pkg/deploy/deployment.go index 633988183..e7d093f61 100644 --- a/pkg/deploy/deployment.go +++ b/pkg/deploy/deployment.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/deployment_test.go b/pkg/deploy/deployment_test.go index 86bdf153d..ba874a103 100644 --- a/pkg/deploy/deployment_test.go +++ b/pkg/deploy/deployment_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/dev-workspace-config/dev_workspace_config.go b/pkg/deploy/dev-workspace-config/dev_workspace_config.go index b55688f84..1c8577759 100644 --- a/pkg/deploy/dev-workspace-config/dev_workspace_config.go +++ b/pkg/deploy/dev-workspace-config/dev_workspace_config.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2022 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/dev-workspace-config/dev_workspace_config_test.go b/pkg/deploy/dev-workspace-config/dev_workspace_config_test.go index 2a478f2cf..9b8127677 100644 --- a/pkg/deploy/dev-workspace-config/dev_workspace_config_test.go +++ b/pkg/deploy/dev-workspace-config/dev_workspace_config_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2022 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/dev-workspace-config/init_test.go b/pkg/deploy/dev-workspace-config/init_test.go index cffc577c3..9a034318c 100644 --- a/pkg/deploy/dev-workspace-config/init_test.go +++ b/pkg/deploy/dev-workspace-config/init_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/devfileregistry/devfileregistry.go b/pkg/deploy/devfileregistry/devfileregistry.go index 7bf04b4ef..b6de69c14 100644 --- a/pkg/deploy/devfileregistry/devfileregistry.go +++ b/pkg/deploy/devfileregistry/devfileregistry.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package devfileregistry import ( diff --git a/pkg/deploy/devfileregistry/devfileregistry_configmap.go b/pkg/deploy/devfileregistry/devfileregistry_configmap.go index f2b5182d8..49b519ffe 100644 --- a/pkg/deploy/devfileregistry/devfileregistry_configmap.go +++ b/pkg/deploy/devfileregistry/devfileregistry_configmap.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package devfileregistry import ( diff --git a/pkg/deploy/devfileregistry/devfileregistry_deployment.go b/pkg/deploy/devfileregistry/devfileregistry_deployment.go index a917b3b56..bb53a82f5 100644 --- a/pkg/deploy/devfileregistry/devfileregistry_deployment.go +++ b/pkg/deploy/devfileregistry/devfileregistry_deployment.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package devfileregistry import ( diff --git a/pkg/deploy/devfileregistry/devfileregistry_deployment_test.go b/pkg/deploy/devfileregistry/devfileregistry_deployment_test.go index b56348336..7bf483ac0 100644 --- a/pkg/deploy/devfileregistry/devfileregistry_deployment_test.go +++ b/pkg/deploy/devfileregistry/devfileregistry_deployment_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package devfileregistry import ( diff --git a/pkg/deploy/devfileregistry/devfileregistry_test.go b/pkg/deploy/devfileregistry/devfileregistry_test.go index 48258045d..40e816a93 100644 --- a/pkg/deploy/devfileregistry/devfileregistry_test.go +++ b/pkg/deploy/devfileregistry/devfileregistry_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package devfileregistry import ( diff --git a/pkg/deploy/devfileregistry/init_test.go b/pkg/deploy/devfileregistry/init_test.go index 58737e294..198a4ad18 100644 --- a/pkg/deploy/devfileregistry/init_test.go +++ b/pkg/deploy/devfileregistry/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package devfileregistry import ( diff --git a/pkg/deploy/expose/expose.go b/pkg/deploy/expose/expose.go index 731f1fd87..45b89d0b4 100644 --- a/pkg/deploy/expose/expose.go +++ b/pkg/deploy/expose/expose.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package expose import ( diff --git a/pkg/deploy/finalizer.go b/pkg/deploy/finalizer.go index 8fa6a0767..a1a60b3b7 100644 --- a/pkg/deploy/finalizer.go +++ b/pkg/deploy/finalizer.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/finalizer_test.go b/pkg/deploy/finalizer_test.go index f2c6bbb57..81558ffd2 100644 --- a/pkg/deploy/finalizer_test.go +++ b/pkg/deploy/finalizer_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/gateway/gateway.go b/pkg/deploy/gateway/gateway.go index bd7305de8..bf768d27f 100644 --- a/pkg/deploy/gateway/gateway.go +++ b/pkg/deploy/gateway/gateway.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package gateway import ( diff --git a/pkg/deploy/gateway/gateway_test.go b/pkg/deploy/gateway/gateway_test.go index 2bd6eb51b..16af56c49 100644 --- a/pkg/deploy/gateway/gateway_test.go +++ b/pkg/deploy/gateway/gateway_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package gateway import ( diff --git a/pkg/deploy/gateway/init_test.go b/pkg/deploy/gateway/init_test.go index 8b010f19c..df9479d1c 100644 --- a/pkg/deploy/gateway/init_test.go +++ b/pkg/deploy/gateway/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package gateway import ( diff --git a/pkg/deploy/gateway/kube_rbac_proxy.go b/pkg/deploy/gateway/kube_rbac_proxy.go index fe5350409..c0c5373e2 100644 --- a/pkg/deploy/gateway/kube_rbac_proxy.go +++ b/pkg/deploy/gateway/kube_rbac_proxy.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/gateway/oauth_proxy.go b/pkg/deploy/gateway/oauth_proxy.go index 02f67c135..1f6de6b13 100644 --- a/pkg/deploy/gateway/oauth_proxy.go +++ b/pkg/deploy/gateway/oauth_proxy.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/gateway/oauth_proxy_test.go b/pkg/deploy/gateway/oauth_proxy_test.go index f70517317..bd28c18a1 100644 --- a/pkg/deploy/gateway/oauth_proxy_test.go +++ b/pkg/deploy/gateway/oauth_proxy_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package gateway import ( diff --git a/pkg/deploy/gateway/traefik_config.go b/pkg/deploy/gateway/traefik_config.go index 62f82e87e..0c359c63e 100644 --- a/pkg/deploy/gateway/traefik_config.go +++ b/pkg/deploy/gateway/traefik_config.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package gateway // A representation of the Traefik config as we need it. This is in no way complete but can be used for the purposes we need it for. diff --git a/pkg/deploy/gateway/traefik_config_util.go b/pkg/deploy/gateway/traefik_config_util.go index 6383e99ce..78b96a71c 100644 --- a/pkg/deploy/gateway/traefik_config_util.go +++ b/pkg/deploy/gateway/traefik_config_util.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package gateway const ( diff --git a/pkg/deploy/gateway/traefik_config_util_test.go b/pkg/deploy/gateway/traefik_config_util_test.go index d31c2958d..d911d3138 100644 --- a/pkg/deploy/gateway/traefik_config_util_test.go +++ b/pkg/deploy/gateway/traefik_config_util_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package gateway import ( diff --git a/pkg/deploy/identity-provider/identity_provider_reconciler.go b/pkg/deploy/identity-provider/identity_provider_reconciler.go index 1951e1e33..5f84a01bb 100644 --- a/pkg/deploy/identity-provider/identity_provider_reconciler.go +++ b/pkg/deploy/identity-provider/identity_provider_reconciler.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package identityprovider import ( diff --git a/pkg/deploy/identity-provider/identity_provider_reconciler_test.go b/pkg/deploy/identity-provider/identity_provider_reconciler_test.go index 8a64bb14a..ef1f25450 100644 --- a/pkg/deploy/identity-provider/identity_provider_reconciler_test.go +++ b/pkg/deploy/identity-provider/identity_provider_reconciler_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2022 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package identityprovider import ( diff --git a/pkg/deploy/identity-provider/identity_provider_util.go b/pkg/deploy/identity-provider/identity_provider_util.go index 7c82061e7..e485732f0 100644 --- a/pkg/deploy/identity-provider/identity_provider_util.go +++ b/pkg/deploy/identity-provider/identity_provider_util.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package identityprovider import ( diff --git a/pkg/deploy/identity-provider/init_test.go b/pkg/deploy/identity-provider/init_test.go index 7cf5c109e..0a331d353 100644 --- a/pkg/deploy/identity-provider/init_test.go +++ b/pkg/deploy/identity-provider/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package identityprovider import ( diff --git a/pkg/deploy/image-puller/imagepuller.go b/pkg/deploy/image-puller/imagepuller.go index 2511ee6a8..11fca929a 100644 --- a/pkg/deploy/image-puller/imagepuller.go +++ b/pkg/deploy/image-puller/imagepuller.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package imagepuller import ( diff --git a/pkg/deploy/image-puller/imagepuller_test.go b/pkg/deploy/image-puller/imagepuller_test.go index 2cdc5ed76..56c5abe62 100644 --- a/pkg/deploy/image-puller/imagepuller_test.go +++ b/pkg/deploy/image-puller/imagepuller_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package imagepuller import ( diff --git a/pkg/deploy/image-puller/init_test.go b/pkg/deploy/image-puller/init_test.go index 5e7f2eb5b..3e541a35d 100644 --- a/pkg/deploy/image-puller/init_test.go +++ b/pkg/deploy/image-puller/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package imagepuller import ( diff --git a/pkg/deploy/ingress.go b/pkg/deploy/ingress.go index d69343128..a8cf4208e 100644 --- a/pkg/deploy/ingress.go +++ b/pkg/deploy/ingress.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/ingress_test.go b/pkg/deploy/ingress_test.go index 9633402cc..11baaf257 100644 --- a/pkg/deploy/ingress_test.go +++ b/pkg/deploy/ingress_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/init_test.go b/pkg/deploy/init_test.go index ed3d18387..2e3dd6b4a 100644 --- a/pkg/deploy/init_test.go +++ b/pkg/deploy/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/job.go b/pkg/deploy/job.go index 2f4ccebb7..c1bdb2fc6 100644 --- a/pkg/deploy/job.go +++ b/pkg/deploy/job.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/job_test.go b/pkg/deploy/job_test.go index b19ceccb8..25f82f0b9 100644 --- a/pkg/deploy/job_test.go +++ b/pkg/deploy/job_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/labels.go b/pkg/deploy/labels.go index b730ac7c4..2eede2809 100644 --- a/pkg/deploy/labels.go +++ b/pkg/deploy/labels.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/migration/init_test.go b/pkg/deploy/migration/init_test.go index 63480573c..e0f821077 100644 --- a/pkg/deploy/migration/init_test.go +++ b/pkg/deploy/migration/init_test.go @@ -1,3 +1,4 @@ +// // Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package migration import ( diff --git a/pkg/deploy/migration/on-reconcile-one-time-migration.go b/pkg/deploy/migration/on-reconcile-one-time-migration.go index f3337bc17..fbdcf7b17 100644 --- a/pkg/deploy/migration/on-reconcile-one-time-migration.go +++ b/pkg/deploy/migration/on-reconcile-one-time-migration.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/pluginregistry/init_test.go b/pkg/deploy/pluginregistry/init_test.go index e05826862..02fd09c04 100644 --- a/pkg/deploy/pluginregistry/init_test.go +++ b/pkg/deploy/pluginregistry/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package pluginregistry import ( diff --git a/pkg/deploy/pluginregistry/pluginregistry.go b/pkg/deploy/pluginregistry/pluginregistry.go index b42a9dedd..097ee2b19 100644 --- a/pkg/deploy/pluginregistry/pluginregistry.go +++ b/pkg/deploy/pluginregistry/pluginregistry.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package pluginregistry import ( diff --git a/pkg/deploy/pluginregistry/pluginregistry_configmap.go b/pkg/deploy/pluginregistry/pluginregistry_configmap.go index 0b1b61903..2568ecdc6 100644 --- a/pkg/deploy/pluginregistry/pluginregistry_configmap.go +++ b/pkg/deploy/pluginregistry/pluginregistry_configmap.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package pluginregistry import ( diff --git a/pkg/deploy/pluginregistry/pluginregistry_deployment.go b/pkg/deploy/pluginregistry/pluginregistry_deployment.go index 863c513e8..821ee5f8d 100644 --- a/pkg/deploy/pluginregistry/pluginregistry_deployment.go +++ b/pkg/deploy/pluginregistry/pluginregistry_deployment.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package pluginregistry import ( diff --git a/pkg/deploy/pluginregistry/pluginregistry_deployment_test.go b/pkg/deploy/pluginregistry/pluginregistry_deployment_test.go index 98f3c0a02..849dcad48 100644 --- a/pkg/deploy/pluginregistry/pluginregistry_deployment_test.go +++ b/pkg/deploy/pluginregistry/pluginregistry_deployment_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package pluginregistry import ( diff --git a/pkg/deploy/pluginregistry/pluginregistry_test.go b/pkg/deploy/pluginregistry/pluginregistry_test.go index cd3d10f5a..ffe6cb7b4 100644 --- a/pkg/deploy/pluginregistry/pluginregistry_test.go +++ b/pkg/deploy/pluginregistry/pluginregistry_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package pluginregistry import ( diff --git a/pkg/deploy/postgres/postgres.go b/pkg/deploy/postgres/postgres.go index c5d5c427e..a4228df8d 100644 --- a/pkg/deploy/postgres/postgres.go +++ b/pkg/deploy/postgres/postgres.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package postgres import ( diff --git a/pkg/deploy/proxy.go b/pkg/deploy/proxy.go index c5dad6caa..cda633003 100644 --- a/pkg/deploy/proxy.go +++ b/pkg/deploy/proxy.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/proxy_test.go b/pkg/deploy/proxy_test.go index b01687c3c..3fb4e3e78 100644 --- a/pkg/deploy/proxy_test.go +++ b/pkg/deploy/proxy_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/pvc.go b/pkg/deploy/pvc.go index 03010e1f5..d01dcd746 100644 --- a/pkg/deploy/pvc.go +++ b/pkg/deploy/pvc.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/pvc_test.go b/pkg/deploy/pvc_test.go index 153ac11ab..03246fe9e 100644 --- a/pkg/deploy/pvc_test.go +++ b/pkg/deploy/pvc_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/rbac/gateway_permissions.go b/pkg/deploy/rbac/gateway_permissions.go index 7a1818c48..1f4cd1c76 100644 --- a/pkg/deploy/rbac/gateway_permissions.go +++ b/pkg/deploy/rbac/gateway_permissions.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/rbac/init_test.go b/pkg/deploy/rbac/init_test.go index 7240621c1..b30720b90 100644 --- a/pkg/deploy/rbac/init_test.go +++ b/pkg/deploy/rbac/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package rbac import ( diff --git a/pkg/deploy/reconcile_manager.go b/pkg/deploy/reconcile_manager.go index 086ddb3c0..f52f33721 100644 --- a/pkg/deploy/reconcile_manager.go +++ b/pkg/deploy/reconcile_manager.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/reconcile_manager_test.go b/pkg/deploy/reconcile_manager_test.go index 88dc3e74e..5d3b2f63e 100644 --- a/pkg/deploy/reconcile_manager_test.go +++ b/pkg/deploy/reconcile_manager_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/registry/registry_deployment.go b/pkg/deploy/registry/registry_deployment.go index 2ee2fa708..1ee2f3e73 100644 --- a/pkg/deploy/registry/registry_deployment.go +++ b/pkg/deploy/registry/registry_deployment.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package registry import ( diff --git a/pkg/deploy/role.go b/pkg/deploy/role.go index e2cb3fe45..36baf59c7 100644 --- a/pkg/deploy/role.go +++ b/pkg/deploy/role.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/role_test.go b/pkg/deploy/role_test.go index c4f076628..cc7355879 100644 --- a/pkg/deploy/role_test.go +++ b/pkg/deploy/role_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/rolebinding.go b/pkg/deploy/rolebinding.go index b225544ee..1d84747d2 100644 --- a/pkg/deploy/rolebinding.go +++ b/pkg/deploy/rolebinding.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/rolebinding_test.go b/pkg/deploy/rolebinding_test.go index 703b56a1d..eccea0d6c 100644 --- a/pkg/deploy/rolebinding_test.go +++ b/pkg/deploy/rolebinding_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/route.go b/pkg/deploy/route.go index 4a83e3584..60b29e6e5 100644 --- a/pkg/deploy/route.go +++ b/pkg/deploy/route.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/route_test.go b/pkg/deploy/route_test.go index 255ada7fc..9b2683703 100644 --- a/pkg/deploy/route_test.go +++ b/pkg/deploy/route_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/secret.go b/pkg/deploy/secret.go index 1b086f7b7..1b5861717 100644 --- a/pkg/deploy/secret.go +++ b/pkg/deploy/secret.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/secret_test.go b/pkg/deploy/secret_test.go index b5eb57b92..40d12f0f2 100644 --- a/pkg/deploy/secret_test.go +++ b/pkg/deploy/secret_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/server/chehost_reconciler.go b/pkg/deploy/server/chehost_reconciler.go index c35c31604..250520a9b 100644 --- a/pkg/deploy/server/chehost_reconciler.go +++ b/pkg/deploy/server/chehost_reconciler.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package server import ( diff --git a/pkg/deploy/server/chehost_reconciler_test.go b/pkg/deploy/server/chehost_reconciler_test.go index 35aa8a1c8..00bd0a11f 100644 --- a/pkg/deploy/server/chehost_reconciler_test.go +++ b/pkg/deploy/server/chehost_reconciler_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package server import ( diff --git a/pkg/deploy/server/init_test.go b/pkg/deploy/server/init_test.go index d12238170..0855f8d6d 100644 --- a/pkg/deploy/server/init_test.go +++ b/pkg/deploy/server/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package server import ( diff --git a/pkg/deploy/server/rbac_test.go b/pkg/deploy/server/rbac_test.go index 0f174ae36..d50f5badd 100644 --- a/pkg/deploy/server/rbac_test.go +++ b/pkg/deploy/server/rbac_test.go @@ -1,3 +1,4 @@ +// // Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package server import ( diff --git a/pkg/deploy/server/server_configmap.go b/pkg/deploy/server/server_configmap.go index 51062f7ef..eaf834975 100644 --- a/pkg/deploy/server/server_configmap.go +++ b/pkg/deploy/server/server_configmap.go @@ -1,3 +1,4 @@ +// // Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package server import ( diff --git a/pkg/deploy/server/server_configmap_test.go b/pkg/deploy/server/server_configmap_test.go index fa4517e5f..da5e76dbe 100644 --- a/pkg/deploy/server/server_configmap_test.go +++ b/pkg/deploy/server/server_configmap_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package server import ( diff --git a/pkg/deploy/server/server_deployment.go b/pkg/deploy/server/server_deployment.go index 17018b554..ba88390c7 100644 --- a/pkg/deploy/server/server_deployment.go +++ b/pkg/deploy/server/server_deployment.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package server import ( diff --git a/pkg/deploy/server/server_deployment_test.go b/pkg/deploy/server/server_deployment_test.go index 9d5d05e0e..715a681d0 100644 --- a/pkg/deploy/server/server_deployment_test.go +++ b/pkg/deploy/server/server_deployment_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package server import ( diff --git a/pkg/deploy/server/server_reconciler.go b/pkg/deploy/server/server_reconciler.go index 4acf7dae7..c67da4b4d 100644 --- a/pkg/deploy/server/server_reconciler.go +++ b/pkg/deploy/server/server_reconciler.go @@ -1,3 +1,4 @@ +// // Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package server import ( diff --git a/pkg/deploy/server/server_reconciler_test.go b/pkg/deploy/server/server_reconciler_test.go index b82c3851d..f5ca71acc 100644 --- a/pkg/deploy/server/server_reconciler_test.go +++ b/pkg/deploy/server/server_reconciler_test.go @@ -1,3 +1,4 @@ +// // Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package server import ( diff --git a/pkg/deploy/server/server_util.go b/pkg/deploy/server/server_util.go index 5d66d9e30..8d80f5199 100644 --- a/pkg/deploy/server/server_util.go +++ b/pkg/deploy/server/server_util.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package server import ( diff --git a/pkg/deploy/service.go b/pkg/deploy/service.go index 05475895f..e0b76155e 100644 --- a/pkg/deploy/service.go +++ b/pkg/deploy/service.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/service_account.go b/pkg/deploy/service_account.go index f424057ed..f7feca95d 100644 --- a/pkg/deploy/service_account.go +++ b/pkg/deploy/service_account.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/service_test.go b/pkg/deploy/service_test.go index a7de79b44..ff764114f 100644 --- a/pkg/deploy/service_test.go +++ b/pkg/deploy/service_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/sync.go b/pkg/deploy/sync.go index 86e6d3be0..934d8b390 100644 --- a/pkg/deploy/sync.go +++ b/pkg/deploy/sync.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/sync_test.go b/pkg/deploy/sync_test.go index 75707288b..e35e7bf9a 100644 --- a/pkg/deploy/sync_test.go +++ b/pkg/deploy/sync_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package deploy import ( diff --git a/pkg/deploy/tls/certificates.go b/pkg/deploy/tls/certificates.go index 30422d0a4..9a4e6fe86 100644 --- a/pkg/deploy/tls/certificates.go +++ b/pkg/deploy/tls/certificates.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2012-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/tls/certificates_test.go b/pkg/deploy/tls/certificates_test.go index 3e25abefc..73974f135 100644 --- a/pkg/deploy/tls/certificates_test.go +++ b/pkg/deploy/tls/certificates_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package tls import ( diff --git a/pkg/deploy/tls/init_test.go b/pkg/deploy/tls/init_test.go index 94c497d8e..c9cebbd4d 100644 --- a/pkg/deploy/tls/init_test.go +++ b/pkg/deploy/tls/init_test.go @@ -1,4 +1,5 @@ -// Copyright (c) 2021 Red Hat, Inc. +// +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ @@ -6,8 +7,9 @@ // SPDX-License-Identifier: EPL-2.0 // // Contributors: +// Red Hat, Inc. - initial API and implementation // -// Red Hat, Inc. - initial API and implementation + package tls import ( diff --git a/pkg/deploy/tls/tls_secret.go b/pkg/deploy/tls/tls_secret.go index b5495a890..fbcf3ed73 100644 --- a/pkg/deploy/tls/tls_secret.go +++ b/pkg/deploy/tls/tls_secret.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2012-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/pkg/deploy/tls/tls_utils.go b/pkg/deploy/tls/tls_utils.go index 910ebd2b9..b14996ab0 100644 --- a/pkg/deploy/tls/tls_utils.go +++ b/pkg/deploy/tls/tls_utils.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2012-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/tools.go b/tools.go index 454c62c67..427da6906 100644 --- a/tools.go +++ b/tools.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/version/version.go b/version/version.go index 14150cb32..3147408c7 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2023 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/