mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
docs: fix licensing info for generated files (#542)
* docs: fix licensing info for generated files * change generate_cvss_enums.go to note that the input file is relevant for the license. * change license and copyright of cvss20enums.go and cvss3enums.go to BSD-3-Clause and FIRST. * add reuse.software 3.0 compatible files for the schema cvss files. * Stamp right license into generated files. --------- Co-authored-by: Sascha L. Teichmann <sascha.teichmann@intevation.de>
This commit is contained in:
parent
7a5347803a
commit
e2ad3d3f83
7 changed files with 42 additions and 21 deletions
2
csaf/schema/cvss-v2.0.json.license
Normal file
2
csaf/schema/cvss-v2.0.json.license
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SPDX-License-Identifier: BSD-3-Clause
|
||||
SPDX-FileCopyrightText: 2017 FIRST.ORG, INC.
|
||||
2
csaf/schema/cvss-v3.0.json.license
Normal file
2
csaf/schema/cvss-v3.0.json.license
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SPDX-License-Identifier: BSD-3-Clause
|
||||
SPDX-FileCopyrightText: 2017 FIRST.ORG, INC.
|
||||
2
csaf/schema/cvss-v3.1.json.license
Normal file
2
csaf/schema/cvss-v3.1.json.license
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SPDX-License-Identifier: BSD-3-Clause
|
||||
SPDX-FileCopyrightText: 2021 FIRST.ORG, INC.
|
||||
Loading…
Add table
Add a link
Reference in a new issue