From 03075cebdd36a36dc7282e567c91285eda843862 Mon Sep 17 00:00:00 2001 From: Moritz Eysholdt Date: Thu, 15 Dec 2022 13:26:35 +0000 Subject: [PATCH] Fix a wrong license header. --- .../installer/pkg/components/refresh-credential/configmap.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/installer/pkg/components/refresh-credential/configmap.go b/install/installer/pkg/components/refresh-credential/configmap.go index 544cea2d8430df..5b7348afc73636 100644 --- a/install/installer/pkg/components/refresh-credential/configmap.go +++ b/install/installer/pkg/components/refresh-credential/configmap.go @@ -1,5 +1,6 @@ // Copyright (c) 2022 Gitpod GmbH. All rights reserved. -// Licensed under the MIT License. See License-MIT.txt in the project root for license information. +// Licensed under the GNU Affero General Public License (AGPL). +// See License.AGPL.txt in the project root for license information. package refresh_credential