diff --git a/.github/workflows/dockerimage-next.yml b/.github/workflows/dockerimage-next.yml index a92c9a917..750ca1758 100644 --- a/.github/workflows/dockerimage-next.yml +++ b/.github/workflows/dockerimage-next.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2020 Red Hat, Inc. +# Copyright (c) 2020-2021 Red Hat, Inc. # This program and the accompanying materials are made # available under 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 dccf9d9e8..5866dc3b5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2020 Red Hat, Inc. +# Copyright (c) 2019-2021 Red Hat, Inc. # This program and the accompanying materials are made # available under the terms of the Eclipse Public License 2.0 # which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/apis/controller/v1alpha1/common.go b/apis/controller/v1alpha1/common.go index 75fcc2ed7..09e8c676b 100644 --- a/apis/controller/v1alpha1/common.go +++ b/apis/controller/v1alpha1/common.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/apis/controller/v1alpha1/component.go b/apis/controller/v1alpha1/component.go index 2a36777ad..575b0ab66 100644 --- a/apis/controller/v1alpha1/component.go +++ b/apis/controller/v1alpha1/component.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/apis/controller/v1alpha1/component_types.go b/apis/controller/v1alpha1/component_types.go index aeecb7a81..6d3e0b629 100644 --- a/apis/controller/v1alpha1/component_types.go +++ b/apis/controller/v1alpha1/component_types.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/apis/controller/v1alpha1/devfile.go b/apis/controller/v1alpha1/devfile.go index 15880df8c..877afae19 100644 --- a/apis/controller/v1alpha1/devfile.go +++ b/apis/controller/v1alpha1/devfile.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/apis/controller/v1alpha1/doc.go b/apis/controller/v1alpha1/doc.go index eab1aca99..933762fb3 100644 --- a/apis/controller/v1alpha1/doc.go +++ b/apis/controller/v1alpha1/doc.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/apis/controller/v1alpha1/groupversion_info.go b/apis/controller/v1alpha1/groupversion_info.go index 28fbbbe22..59601646b 100644 --- a/apis/controller/v1alpha1/groupversion_info.go +++ b/apis/controller/v1alpha1/groupversion_info.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/apis/controller/v1alpha1/runtime.go b/apis/controller/v1alpha1/runtime.go index e3e633e9e..6e8da70f9 100644 --- a/apis/controller/v1alpha1/runtime.go +++ b/apis/controller/v1alpha1/runtime.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/apis/controller/v1alpha1/workspacerouting_types.go b/apis/controller/v1alpha1/workspacerouting_types.go index 29a55bae9..017af1af2 100644 --- a/apis/controller/v1alpha1/workspacerouting_types.go +++ b/apis/controller/v1alpha1/workspacerouting_types.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/apis/controller/v1alpha1/zz_generated.deepcopy.go b/apis/controller/v1alpha1/zz_generated.deepcopy.go index f4c7cf1fc..ffebd9cbf 100644 --- a/apis/controller/v1alpha1/zz_generated.deepcopy.go +++ b/apis/controller/v1alpha1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/controller/workspacerouting/predicates.go b/controllers/controller/workspacerouting/predicates.go index 6fb925e40..97854f6ad 100644 --- a/controllers/controller/workspacerouting/predicates.go +++ b/controllers/controller/workspacerouting/predicates.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/controller/workspacerouting/solvers/basic_solver.go b/controllers/controller/workspacerouting/solvers/basic_solver.go index d70377402..05e35afee 100644 --- a/controllers/controller/workspacerouting/solvers/basic_solver.go +++ b/controllers/controller/workspacerouting/solvers/basic_solver.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/controller/workspacerouting/solvers/cluster_solver.go b/controllers/controller/workspacerouting/solvers/cluster_solver.go index d495e88fb..4c93f4f9a 100644 --- a/controllers/controller/workspacerouting/solvers/cluster_solver.go +++ b/controllers/controller/workspacerouting/solvers/cluster_solver.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/controller/workspacerouting/solvers/common.go b/controllers/controller/workspacerouting/solvers/common.go index 8916e3e38..f4eea8901 100644 --- a/controllers/controller/workspacerouting/solvers/common.go +++ b/controllers/controller/workspacerouting/solvers/common.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/controller/workspacerouting/solvers/oauth_proxy_container.go b/controllers/controller/workspacerouting/solvers/oauth_proxy_container.go index 137c4ba8d..f25e33e9d 100644 --- a/controllers/controller/workspacerouting/solvers/oauth_proxy_container.go +++ b/controllers/controller/workspacerouting/solvers/oauth_proxy_container.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/controller/workspacerouting/solvers/openshift_oauth_solver.go b/controllers/controller/workspacerouting/solvers/openshift_oauth_solver.go index 10a9d2196..b44639b0d 100644 --- a/controllers/controller/workspacerouting/solvers/openshift_oauth_solver.go +++ b/controllers/controller/workspacerouting/solvers/openshift_oauth_solver.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/controller/workspacerouting/solvers/resolve_endpoints.go b/controllers/controller/workspacerouting/solvers/resolve_endpoints.go index 6c1e06c4f..a86b21dfd 100644 --- a/controllers/controller/workspacerouting/solvers/resolve_endpoints.go +++ b/controllers/controller/workspacerouting/solvers/resolve_endpoints.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/controller/workspacerouting/solvers/solver.go b/controllers/controller/workspacerouting/solvers/solver.go index a28b2faaf..8c425cff6 100644 --- a/controllers/controller/workspacerouting/solvers/solver.go +++ b/controllers/controller/workspacerouting/solvers/solver.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/controller/workspacerouting/solvers/sync_oauthclients.go b/controllers/controller/workspacerouting/solvers/sync_oauthclients.go index 63db3e5d2..40f452522 100644 --- a/controllers/controller/workspacerouting/solvers/sync_oauthclients.go +++ b/controllers/controller/workspacerouting/solvers/sync_oauthclients.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/controller/workspacerouting/sync_ingresses.go b/controllers/controller/workspacerouting/sync_ingresses.go index 29fc6150d..d5ad225a0 100644 --- a/controllers/controller/workspacerouting/sync_ingresses.go +++ b/controllers/controller/workspacerouting/sync_ingresses.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/controller/workspacerouting/sync_routes.go b/controllers/controller/workspacerouting/sync_routes.go index 8c4563001..1b30efe89 100644 --- a/controllers/controller/workspacerouting/sync_routes.go +++ b/controllers/controller/workspacerouting/sync_routes.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/controller/workspacerouting/sync_services.go b/controllers/controller/workspacerouting/sync_services.go index c71885107..d8bb79866 100644 --- a/controllers/controller/workspacerouting/sync_services.go +++ b/controllers/controller/workspacerouting/sync_services.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/controller/workspacerouting/workspacerouting_controller.go b/controllers/controller/workspacerouting/workspacerouting_controller.go index 25e647e56..b5feb5ac4 100644 --- a/controllers/controller/workspacerouting/workspacerouting_controller.go +++ b/controllers/controller/workspacerouting/workspacerouting_controller.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/devworkspace_controller.go b/controllers/workspace/devworkspace_controller.go index 69c2a5ef7..caefdaa28 100644 --- a/controllers/workspace/devworkspace_controller.go +++ b/controllers/workspace/devworkspace_controller.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/env/common_env_vars.go b/controllers/workspace/env/common_env_vars.go index 71224067d..47ea799aa 100644 --- a/controllers/workspace/env/common_env_vars.go +++ b/controllers/workspace/env/common_env_vars.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/finalize.go b/controllers/workspace/finalize.go index f2861b392..5ac812291 100644 --- a/controllers/workspace/finalize.go +++ b/controllers/workspace/finalize.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/predicates.go b/controllers/workspace/predicates.go index 0fb33a098..8ec806eed 100644 --- a/controllers/workspace/predicates.go +++ b/controllers/workspace/predicates.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/provision/data_types.go b/controllers/workspace/provision/data_types.go index 2ff31a875..7ccdb0925 100644 --- a/controllers/workspace/provision/data_types.go +++ b/controllers/workspace/provision/data_types.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/provision/deployment.go b/controllers/workspace/provision/deployment.go index feee34cba..a1881fd43 100644 --- a/controllers/workspace/provision/deployment.go +++ b/controllers/workspace/provision/deployment.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/provision/object.go b/controllers/workspace/provision/object.go index 0b36eb3ef..0c74ee44f 100644 --- a/controllers/workspace/provision/object.go +++ b/controllers/workspace/provision/object.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/provision/pvc.go b/controllers/workspace/provision/pvc.go index 316226015..db54686c3 100644 --- a/controllers/workspace/provision/pvc.go +++ b/controllers/workspace/provision/pvc.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/provision/rbac.go b/controllers/workspace/provision/rbac.go index 75524dad8..4590ad07b 100644 --- a/controllers/workspace/provision/rbac.go +++ b/controllers/workspace/provision/rbac.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/provision/routing.go b/controllers/workspace/provision/routing.go index 523b6304b..3eee674c2 100644 --- a/controllers/workspace/provision/routing.go +++ b/controllers/workspace/provision/routing.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/provision/serviceaccount.go b/controllers/workspace/provision/serviceaccount.go index 569ed8c94..ff1807115 100644 --- a/controllers/workspace/provision/serviceaccount.go +++ b/controllers/workspace/provision/serviceaccount.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/restapis/component.go b/controllers/workspace/restapis/component.go index 7aa1ca31f..7f2d2ab8e 100644 --- a/controllers/workspace/restapis/component.go +++ b/controllers/workspace/restapis/component.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/restapis/configmap.go b/controllers/workspace/restapis/configmap.go index 33f0bd723..9c0803879 100644 --- a/controllers/workspace/restapis/configmap.go +++ b/controllers/workspace/restapis/configmap.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/restapis/devfilev1.go b/controllers/workspace/restapis/devfilev1.go index 950549654..6476c44f0 100644 --- a/controllers/workspace/restapis/devfilev1.go +++ b/controllers/workspace/restapis/devfilev1.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/restapis/devfilev1_test.go b/controllers/workspace/restapis/devfilev1_test.go index bc2b08c2e..49783fd29 100644 --- a/controllers/workspace/restapis/devfilev1_test.go +++ b/controllers/workspace/restapis/devfilev1_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/status.go b/controllers/workspace/status.go index c9e1a9fa3..aa23d8573 100644 --- a/controllers/workspace/status.go +++ b/controllers/workspace/status.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/workspace/validation.go b/controllers/workspace/validation.go index 9fd2bfd1a..a2a22cad8 100644 --- a/controllers/workspace/validation.go +++ b/controllers/workspace/validation.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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 def1c07e8..a88bfdb17 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/internal/cluster/info.go b/internal/cluster/info.go index 615b8482a..28647a301 100644 --- a/internal/cluster/info.go +++ b/internal/cluster/info.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/internal/cluster/job.go b/internal/cluster/job.go index 38992722e..300f1ae6c 100644 --- a/internal/cluster/job.go +++ b/internal/cluster/job.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/internal/cluster/log.go b/internal/cluster/log.go index 1d368b8a3..6b1a41906 100644 --- a/internal/cluster/log.go +++ b/internal/cluster/log.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/internal/cluster/pod.go b/internal/cluster/pod.go index a4aa03ee1..b73786732 100644 --- a/internal/cluster/pod.go +++ b/internal/cluster/pod.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/internal/images/image.go b/internal/images/image.go index 5d89d479a..0174d5516 100644 --- a/internal/images/image.go +++ b/internal/images/image.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/internal/map/map.go b/internal/map/map.go index 1f1786195..189ee3a37 100644 --- a/internal/map/map.go +++ b/internal/map/map.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/license_header.txt b/license_header.txt index ee0bea905..a7fe69b30 100644 --- a/license_header.txt +++ b/license_header.txt @@ -1,5 +1,5 @@ -Copyright (c) 2019-2020 Red Hat, Inc. +Copyright (c) 2019-2021 Red Hat, Inc. This program and the accompanying materials are made available under 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 8ebef2be1..2bddf24a0 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/patch/patch_crds.sh b/patch/patch_crds.sh index 49b2efca9..d4d81e09a 100755 --- a/patch/patch_crds.sh +++ b/patch/patch_crds.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2012-2018 Red Hat, Inc. +# Copyright (c) 2019-2021 Red Hat, Inc. # This program and the accompanying materials are made # available under 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/naming.go b/pkg/common/naming.go index 241127f53..3ba1b8007 100644 --- a/pkg/common/naming.go +++ b/pkg/common/naming.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/config/cmd_terminal.go b/pkg/config/cmd_terminal.go index ee64ff028..07a6bacef 100644 --- a/pkg/config/cmd_terminal.go +++ b/pkg/config/cmd_terminal.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/config/config.go b/pkg/config/config.go index 996879588..b0eced0df 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/config/constants.go b/pkg/config/constants.go index 3533d035c..6f332a138 100644 --- a/pkg/config/constants.go +++ b/pkg/config/constants.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/config/doc.go b/pkg/config/doc.go index d5af2700e..4e8764998 100644 --- a/pkg/config/doc.go +++ b/pkg/config/doc.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/config/env.go b/pkg/config/env.go index 86046871d..d829d7b30 100644 --- a/pkg/config/env.go +++ b/pkg/config/env.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/config/property.go b/pkg/config/property.go index b9d659fed..13e338f5c 100644 --- a/pkg/config/property.go +++ b/pkg/config/property.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/constants/constants.go b/pkg/library/constants/constants.go index 9531943a5..514937900 100644 --- a/pkg/library/constants/constants.go +++ b/pkg/library/constants/constants.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/container/container.go b/pkg/library/container/container.go index 8b7c9809e..a4618a944 100644 --- a/pkg/library/container/container.go +++ b/pkg/library/container/container.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/container/container_test.go b/pkg/library/container/container_test.go index 85d460836..c628bb7b7 100644 --- a/pkg/library/container/container_test.go +++ b/pkg/library/container/container_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/container/conversion.go b/pkg/library/container/conversion.go index 996b48872..b1ea720b8 100644 --- a/pkg/library/container/conversion.go +++ b/pkg/library/container/conversion.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/container/mountSources.go b/pkg/library/container/mountSources.go index 5156894f8..c56f17105 100644 --- a/pkg/library/container/mountSources.go +++ b/pkg/library/container/mountSources.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/flatten/common.go b/pkg/library/flatten/common.go index 6ac5e8cd7..066d0608d 100644 --- a/pkg/library/flatten/common.go +++ b/pkg/library/flatten/common.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/flatten/flatten.go b/pkg/library/flatten/flatten.go index 328677b86..4fe279037 100644 --- a/pkg/library/flatten/flatten.go +++ b/pkg/library/flatten/flatten.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/flatten/flatten_test.go b/pkg/library/flatten/flatten_test.go index 1f87f6649..1b2834780 100644 --- a/pkg/library/flatten/flatten_test.go +++ b/pkg/library/flatten/flatten_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/flatten/helper.go b/pkg/library/flatten/helper.go index c1e25d634..a3f8a4f6e 100644 --- a/pkg/library/flatten/helper.go +++ b/pkg/library/flatten/helper.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/lifecycle/command.go b/pkg/library/lifecycle/command.go index 8aa78b07c..7ea2a9f8f 100644 --- a/pkg/library/lifecycle/command.go +++ b/pkg/library/lifecycle/command.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/lifecycle/common.go b/pkg/library/lifecycle/common.go index 86f179889..cb4877874 100644 --- a/pkg/library/lifecycle/common.go +++ b/pkg/library/lifecycle/common.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/lifecycle/lifecycle.go b/pkg/library/lifecycle/lifecycle.go index a77fd56c6..14d013c6a 100644 --- a/pkg/library/lifecycle/lifecycle.go +++ b/pkg/library/lifecycle/lifecycle.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/lifecycle/lifecycle_test.go b/pkg/library/lifecycle/lifecycle_test.go index 5d6924a61..e060e11b7 100644 --- a/pkg/library/lifecycle/lifecycle_test.go +++ b/pkg/library/lifecycle/lifecycle_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/shim/component.go b/pkg/library/shim/component.go index 34f455ad8..6577f6fdf 100644 --- a/pkg/library/shim/component.go +++ b/pkg/library/shim/component.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/storage/commonStorage.go b/pkg/library/storage/commonStorage.go index df14f92f3..b5dc33c93 100644 --- a/pkg/library/storage/commonStorage.go +++ b/pkg/library/storage/commonStorage.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/library/storage/commonStorage_test.go b/pkg/library/storage/commonStorage_test.go index 39b7f7d50..4707d4edb 100644 --- a/pkg/library/storage/commonStorage_test.go +++ b/pkg/library/storage/commonStorage_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/timing/annotations.go b/pkg/timing/annotations.go index 532f9c301..43ecd4a66 100644 --- a/pkg/timing/annotations.go +++ b/pkg/timing/annotations.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/timing/timing.go b/pkg/timing/timing.go index f933a1a06..ebdbf9c0c 100644 --- a/pkg/timing/timing.go +++ b/pkg/timing/timing.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/webhook/cluster_role_bindings.go b/pkg/webhook/cluster_role_bindings.go index 68932aff2..86a4a9266 100755 --- a/pkg/webhook/cluster_role_bindings.go +++ b/pkg/webhook/cluster_role_bindings.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/webhook/cluster_roles.go b/pkg/webhook/cluster_roles.go index 7887af6f5..563e9b8ff 100755 --- a/pkg/webhook/cluster_roles.go +++ b/pkg/webhook/cluster_roles.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/webhook/create.go b/pkg/webhook/create.go index 09a48a577..975b34e5c 100644 --- a/pkg/webhook/create.go +++ b/pkg/webhook/create.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/webhook/deployment.go b/pkg/webhook/deployment.go index 5affba6a2..a0c7eb448 100755 --- a/pkg/webhook/deployment.go +++ b/pkg/webhook/deployment.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/webhook/info.go b/pkg/webhook/info.go index 9ae07938e..6a992e282 100644 --- a/pkg/webhook/info.go +++ b/pkg/webhook/info.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/webhook/init_cfg.go b/pkg/webhook/init_cfg.go index 91e0134fe..7dd75037b 100644 --- a/pkg/webhook/init_cfg.go +++ b/pkg/webhook/init_cfg.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/webhook/kubernetes/tls.go b/pkg/webhook/kubernetes/tls.go index b26819354..063227489 100644 --- a/pkg/webhook/kubernetes/tls.go +++ b/pkg/webhook/kubernetes/tls.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2012-2019 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/webhook/openshift/tls.go b/pkg/webhook/openshift/tls.go index 00f465d02..99406dd0a 100755 --- a/pkg/webhook/openshift/tls.go +++ b/pkg/webhook/openshift/tls.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/webhook/service/log.go b/pkg/webhook/service/log.go index dffabe247..0e40b1f6a 100644 --- a/pkg/webhook/service/log.go +++ b/pkg/webhook/service/log.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/webhook/service/service.go b/pkg/webhook/service/service.go index f2ceadf64..ff7ea86ef 100644 --- a/pkg/webhook/service/service.go +++ b/pkg/webhook/service/service.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under 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/webhook/service_account.go b/pkg/webhook/service_account.go index 46142ad54..5d9b7cf6a 100755 --- a/pkg/webhook/service_account.go +++ b/pkg/webhook/service_account.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/test/e2e/cmd/workspaces_test.go b/test/e2e/cmd/workspaces_test.go index df682ff98..c3e341820 100644 --- a/test/e2e/cmd/workspaces_test.go +++ b/test/e2e/cmd/workspaces_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/test/e2e/pkg/client/client.go b/test/e2e/pkg/client/client.go index 3d0c1f8e6..8a21f5b66 100644 --- a/test/e2e/pkg/client/client.go +++ b/test/e2e/pkg/client/client.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/test/e2e/pkg/client/devws.go b/test/e2e/pkg/client/devws.go index 88f3a27bf..f358dcab9 100644 --- a/test/e2e/pkg/client/devws.go +++ b/test/e2e/pkg/client/devws.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/test/e2e/pkg/client/namespace.go b/test/e2e/pkg/client/namespace.go index 03a319824..bd1455979 100644 --- a/test/e2e/pkg/client/namespace.go +++ b/test/e2e/pkg/client/namespace.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/test/e2e/pkg/client/oc.go b/test/e2e/pkg/client/oc.go index 4f6710629..d9b941d45 100644 --- a/test/e2e/pkg/client/oc.go +++ b/test/e2e/pkg/client/oc.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/test/e2e/pkg/client/pod.go b/test/e2e/pkg/client/pod.go index 95da5d6c7..cf22727c4 100644 --- a/test/e2e/pkg/client/pod.go +++ b/test/e2e/pkg/client/pod.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/test/e2e/pkg/client/rbac.go b/test/e2e/pkg/client/rbac.go index 43d9579a8..fcf08be24 100644 --- a/test/e2e/pkg/client/rbac.go +++ b/test/e2e/pkg/client/rbac.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/test/e2e/pkg/client/webhooks.go b/test/e2e/pkg/client/webhooks.go index ac56e5044..c5a94a06f 100644 --- a/test/e2e/pkg/client/webhooks.go +++ b/test/e2e/pkg/client/webhooks.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/test/e2e/pkg/config/config.go b/test/e2e/pkg/config/config.go index 482624b60..ebb95d629 100644 --- a/test/e2e/pkg/config/config.go +++ b/test/e2e/pkg/config/config.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/test/e2e/pkg/metadata/metadata.go b/test/e2e/pkg/metadata/metadata.go index 2f763def3..9b27c1b54 100644 --- a/test/e2e/pkg/metadata/metadata.go +++ b/test/e2e/pkg/metadata/metadata.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/test/e2e/pkg/tests/devworkspaces_tests.go b/test/e2e/pkg/tests/devworkspaces_tests.go index 3bdc07318..1592a5db0 100644 --- a/test/e2e/pkg/tests/devworkspaces_tests.go +++ b/test/e2e/pkg/tests/devworkspaces_tests.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/update_devworkspace_crds.sh b/update_devworkspace_crds.sh index a324ad3ba..847d81fdb 100755 --- a/update_devworkspace_crds.sh +++ b/update_devworkspace_crds.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2019-2020 Red Hat, Inc. +# Copyright (c) 2019-2021 Red Hat, Inc. # This program and the accompanying materials are made # available under 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 b60cbfb2c..bb2609201 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/main.go b/webhook/main.go index af2e068a3..ba4ca8cc5 100644 --- a/webhook/main.go +++ b/webhook/main.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/server/server.go b/webhook/server/server.go index 6261738d2..ac4ecbd79 100644 --- a/webhook/server/server.go +++ b/webhook/server/server.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/workspace/config.go b/webhook/workspace/config.go index 8a90922c9..c8a5bf2d0 100644 --- a/webhook/workspace/config.go +++ b/webhook/workspace/config.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/workspace/handler/deployment.go b/webhook/workspace/handler/deployment.go index e90d4e6e4..5a41398af 100644 --- a/webhook/workspace/handler/deployment.go +++ b/webhook/workspace/handler/deployment.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/workspace/handler/exec.go b/webhook/workspace/handler/exec.go index 1a425b2ce..046de2db9 100644 --- a/webhook/workspace/handler/exec.go +++ b/webhook/workspace/handler/exec.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/workspace/handler/handler.go b/webhook/workspace/handler/handler.go index db03fd1c8..05704675b 100644 --- a/webhook/workspace/handler/handler.go +++ b/webhook/workspace/handler/handler.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/workspace/handler/immutable.go b/webhook/workspace/handler/immutable.go index 45b9c6de6..883abe8f0 100644 --- a/webhook/workspace/handler/immutable.go +++ b/webhook/workspace/handler/immutable.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/workspace/handler/kind.go b/webhook/workspace/handler/kind.go index f684f5cda..fb092a295 100644 --- a/webhook/workspace/handler/kind.go +++ b/webhook/workspace/handler/kind.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/workspace/handler/log.go b/webhook/workspace/handler/log.go index 2fbe70a10..425d518b8 100644 --- a/webhook/workspace/handler/log.go +++ b/webhook/workspace/handler/log.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/workspace/handler/metadata.go b/webhook/workspace/handler/metadata.go index ded8e7acb..9c6fd18ad 100644 --- a/webhook/workspace/handler/metadata.go +++ b/webhook/workspace/handler/metadata.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/workspace/handler/pod.go b/webhook/workspace/handler/pod.go index f63422aa4..8bedd3fef 100644 --- a/webhook/workspace/handler/pod.go +++ b/webhook/workspace/handler/pod.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/workspace/handler/workspace.go b/webhook/workspace/handler/workspace.go index e8677d5bc..1f3583cf8 100644 --- a/webhook/workspace/handler/workspace.go +++ b/webhook/workspace/handler/workspace.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/workspace/log.go b/webhook/workspace/log.go index 0504ca3fd..ee8cf10ac 100644 --- a/webhook/workspace/log.go +++ b/webhook/workspace/log.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/workspace/mutate.go b/webhook/workspace/mutate.go index 9419465da..dbec2e32c 100644 --- a/webhook/workspace/mutate.go +++ b/webhook/workspace/mutate.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/workspace/mutating_cfg.go b/webhook/workspace/mutating_cfg.go index 49c5fb3d1..85c0ae91e 100644 --- a/webhook/workspace/mutating_cfg.go +++ b/webhook/workspace/mutating_cfg.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/workspace/validate.go b/webhook/workspace/validate.go index 928e3a90c..6971b2a04 100644 --- a/webhook/workspace/validate.go +++ b/webhook/workspace/validate.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/ diff --git a/webhook/workspace/validating_cfg.go b/webhook/workspace/validating_cfg.go index 6fa8f3660..7528b9bfc 100644 --- a/webhook/workspace/validating_cfg.go +++ b/webhook/workspace/validating_cfg.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2020 Red Hat, Inc. +// Copyright (c) 2019-2021 Red Hat, Inc. // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 // which is available at https://www.eclipse.org/legal/epl-2.0/