From f94a7a46f58e71752ec6aa268f2e1ca683eb2d60 Mon Sep 17 00:00:00 2001 From: Michal Vala Date: Fri, 29 Nov 2019 10:28:36 +0100 Subject: [PATCH] add missing license headers (#135) Signed-off-by: Michal Vala --- deploy/cluster_role_binding.yaml | 10 ++++++++++ deploy/role.yaml | 10 ++++++++++ pkg/controller/che/finalizer.go | 11 +++++++++++ pkg/deploy/che_service.go | 11 +++++++++++ pkg/deploy/che_service_test.go | 11 +++++++++++ pkg/deploy/defaults_test.go | 11 +++++++++++ pkg/deploy/registry_configmap.go | 11 +++++++++++ 7 files changed, 75 insertions(+) diff --git a/deploy/cluster_role_binding.yaml b/deploy/cluster_role_binding.yaml index 79f7500f5..6c0ce5375 100644 --- a/deploy/cluster_role_binding.yaml +++ b/deploy/cluster_role_binding.yaml @@ -1,3 +1,13 @@ +# +# Copyright (c) 2012-2019 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: diff --git a/deploy/role.yaml b/deploy/role.yaml index f6a0300bf..b0610578e 100644 --- a/deploy/role.yaml +++ b/deploy/role.yaml @@ -1,3 +1,13 @@ +# +# Copyright (c) 2012-2019 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: diff --git a/pkg/controller/che/finalizer.go b/pkg/controller/che/finalizer.go index e4084d5d2..8bca1d644 100644 --- a/pkg/controller/che/finalizer.go +++ b/pkg/controller/che/finalizer.go @@ -1,3 +1,14 @@ +// +// Copyright (c) 2012-2019 Red Hat, Inc. +// This program and the accompanying materials are made +// available under the terms of the Eclipse Public License 2.0 +// which is available at https://www.eclipse.org/legal/epl-2.0/ +// +// SPDX-License-Identifier: EPL-2.0 +// +// Contributors: +// Red Hat, Inc. - initial API and implementation +// package che import ( diff --git a/pkg/deploy/che_service.go b/pkg/deploy/che_service.go index 0718b9b7e..187e01409 100644 --- a/pkg/deploy/che_service.go +++ b/pkg/deploy/che_service.go @@ -1,3 +1,14 @@ +// +// Copyright (c) 2012-2019 Red Hat, Inc. +// This program and the accompanying materials are made +// available under the terms of the Eclipse Public License 2.0 +// which is available at https://www.eclipse.org/legal/epl-2.0/ +// +// SPDX-License-Identifier: EPL-2.0 +// +// Contributors: +// Red Hat, Inc. - initial API and implementation +// package deploy import ( diff --git a/pkg/deploy/che_service_test.go b/pkg/deploy/che_service_test.go index df96b56c8..a8f0b0979 100644 --- a/pkg/deploy/che_service_test.go +++ b/pkg/deploy/che_service_test.go @@ -1,3 +1,14 @@ +// +// Copyright (c) 2012-2019 Red Hat, Inc. +// This program and the accompanying materials are made +// available under the terms of the Eclipse Public License 2.0 +// which is available at https://www.eclipse.org/legal/epl-2.0/ +// +// SPDX-License-Identifier: EPL-2.0 +// +// Contributors: +// Red Hat, Inc. - initial API and implementation +// package deploy import ( diff --git a/pkg/deploy/defaults_test.go b/pkg/deploy/defaults_test.go index a302ffdbb..06630ae4a 100644 --- a/pkg/deploy/defaults_test.go +++ b/pkg/deploy/defaults_test.go @@ -1,3 +1,14 @@ +// +// Copyright (c) 2012-2019 Red Hat, Inc. +// This program and the accompanying materials are made +// available under the terms of the Eclipse Public License 2.0 +// which is available at https://www.eclipse.org/legal/epl-2.0/ +// +// SPDX-License-Identifier: EPL-2.0 +// +// Contributors: +// Red Hat, Inc. - initial API and implementation +// package deploy import ( diff --git a/pkg/deploy/registry_configmap.go b/pkg/deploy/registry_configmap.go index 63b5e5cbf..c6521901b 100644 --- a/pkg/deploy/registry_configmap.go +++ b/pkg/deploy/registry_configmap.go @@ -1,3 +1,14 @@ +// +// Copyright (c) 2012-2019 Red Hat, Inc. +// This program and the accompanying materials are made +// available under the terms of the Eclipse Public License 2.0 +// which is available at https://www.eclipse.org/legal/epl-2.0/ +// +// SPDX-License-Identifier: EPL-2.0 +// +// Contributors: +// Red Hat, Inc. - initial API and implementation +// package deploy import (