chore: Update dev resources (#1774)

* chore: Update dev resources

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1776/head
Anatolii Bazko 2023-11-02 15:16:31 +01:00 committed by GitHub
parent 95351dfad4
commit a4e19ead9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
367 changed files with 662 additions and 464 deletions

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/
@ -77,7 +77,7 @@ jobs:
fi fi
- name: Check format - name: Check format
run: | 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 go install github.com/che-incubator/check-license-header@379ba18fdb906d341ae451ea155cc34f1c4b4f1a
git reset HEAD --hard git reset HEAD --hard
echo "[INFO] Check code format and imports." echo "[INFO] Check code format and imports."

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/
@ -6,8 +7,9 @@
// SPDX-License-Identifier: EPL-2.0 // SPDX-License-Identifier: EPL-2.0
// //
// Contributors: // Contributors:
// Red Hat, Inc. - initial API and implementation
// //
// Red Hat, Inc. - initial API and implementation
package org package org
import ( import (

View File

@ -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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -2,7 +2,7 @@
// +build !ignore_autogenerated // +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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/
@ -6,8 +7,9 @@
// SPDX-License-Identifier: EPL-2.0 // SPDX-License-Identifier: EPL-2.0
// //
// Contributors: // Contributors:
// Red Hat, Inc. - initial API and implementation
// //
// Red Hat, Inc. - initial API and implementation
package v2 package v2
import ( import (

View File

@ -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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -2,7 +2,7 @@
// +build !ignore_autogenerated // +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 // This program and the accompanying materials are made
// available under the terms of the Eclipse Public License 2.0 // available under the terms of the Eclipse Public License 2.0
// which is available at https://www.eclipse.org/legal/epl-2.0/ // which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2022 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright (c) 2019-2021 Red Hat, Inc. # Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-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 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation support: Eclipse Foundation
name: eclipse-che.v7.76.0-812.next name: eclipse-che.v7.77.0-815.next
namespace: placeholder namespace: placeholder
spec: spec:
apiservicedefinitions: {} apiservicedefinitions: {}
@ -1234,7 +1234,7 @@ spec:
minKubeVersion: 1.19.0 minKubeVersion: 1.19.0
provider: provider:
name: Eclipse Foundation name: Eclipse Foundation
version: 7.76.0-812.next version: 7.77.0-815.next
webhookdefinitions: webhookdefinitions:
- admissionReviewVersions: - admissionReviewVersions:
- v1 - v1

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

View File

@ -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 # This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0 # available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/ # which is available at https://www.eclipse.org/legal/epl-2.0/

Some files were not shown because too many files have changed in this diff Show More