Skip to content

Commit dfe48d8

Browse files
add URI to data_license during bumping
Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
1 parent 3ffd213 commit dfe48d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spdx_tools/spdx3/bump_from_spdx2/creation_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def bump_creation_info(spdx2_creation_info: Spdx2_CreationInfo, payload: Payload
3838
created_by=[],
3939
created_using=[],
4040
profile=[ProfileIdentifier.CORE, ProfileIdentifier.SOFTWARE, ProfileIdentifier.LICENSING],
41-
data_license=spdx2_creation_info.data_license,
41+
data_license="https://spdx.org/licenses/" + spdx2_creation_info.data_license,
4242
)
4343

4444
# due to creators having a creation_info themselves which inherits from the document's one,

0 commit comments

Comments
 (0)