mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Undo changing license for generated file
This commit is contained in:
parent
39a29e39f1
commit
fa96e69dd1
1 changed files with 3 additions and 3 deletions
|
|
@ -22,10 +22,10 @@ import (
|
||||||
"text/template"
|
"text/template"
|
||||||
)
|
)
|
||||||
|
|
||||||
const tmplText = `// This file is Free Software under the Apache-2.0 License
|
const tmplText = `// This file is Free Software under the MIT License
|
||||||
// without warranty, see README.md and LICENSES/Apache-2.0.txt for details.
|
// 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) <https://www.bsi.bund.de>
|
// SPDX-FileCopyrightText: 2023 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de>
|
||||||
// Software-Engineering: 2023 Intevation GmbH <https://intevation.de>
|
// Software-Engineering: 2023 Intevation GmbH <https://intevation.de>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue