From 29a56d8de51fc57e560aaa6890669d4c5907aa26 Mon Sep 17 00:00:00 2001 From: Damyan Yordanov Date: Thu, 29 Feb 2024 17:32:55 +0100 Subject: [PATCH] Fix reuse by adding license headers --- console/console.go | 3 +++ console/k8s.go | 3 +++ console/main.go | 3 +++ console/terminal.go | 3 +++ 4 files changed, 12 insertions(+) diff --git a/console/console.go b/console/console.go index ecfdb1d..5c96dc5 100644 --- a/console/console.go +++ b/console/console.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 + package main import ( diff --git a/console/k8s.go b/console/k8s.go index 01ce14c..770991b 100644 --- a/console/k8s.go +++ b/console/k8s.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 + package main import ( diff --git a/console/main.go b/console/main.go index 1b96d9d..203dfe5 100644 --- a/console/main.go +++ b/console/main.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 + package main import ( diff --git a/console/terminal.go b/console/terminal.go index 17c9cef..39211a4 100644 --- a/console/terminal.go +++ b/console/terminal.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 + package main import (