From fa96e69dd165d04209cf9157e3057cfecb955035 Mon Sep 17 00:00:00 2001 From: JanHoefelmeyer Date: Mon, 22 Apr 2024 13:15:50 +0200 Subject: [PATCH] Undo changing license for generated file --- csaf/generate_cvss_enums.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/csaf/generate_cvss_enums.go b/csaf/generate_cvss_enums.go index 1cc3866..7c9b9fd 100644 --- a/csaf/generate_cvss_enums.go +++ b/csaf/generate_cvss_enums.go @@ -22,10 +22,10 @@ import ( "text/template" ) -const tmplText = `// This file is Free Software under the Apache-2.0 License -// without warranty, see README.md and LICENSES/Apache-2.0.txt for details. +const tmplText = `// This file is Free Software under the MIT License +// without warranty, see README.md and LICENSES/MIT.txt for details. // -// SPDX-License-Identifier: Apache-2.0 +// SPDX-License-Identifier: MIT // // SPDX-FileCopyrightText: 2023 German Federal Office for Information Security (BSI) // Software-Engineering: 2023 Intevation GmbH