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