Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spdx/parsers/tagvalue.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"FILE_CHKSUM_VALUE": "FileChecksum must be a single line of text starting with 'SHA1:', line:{0}",
"FILE_LICS_CONC_VALUE": "LicenseConcluded must be NOASSERTION, NONE, license identifier or license list, line:{0}",
"FILE_LICS_INFO_VALUE": "LicenseInfoInFile must be NOASSERTION, NONE or license identifier, line: {0}",
"FILE_LICS_COMMENT_VALUE": "LicenseComments must be free form lext, line: {0}",
"FILE_LICS_COMMENT_VALUE": "LicenseComments must be free form text, line: {0}",
"FILE_CR_TEXT_VALUE": "FileCopyrightText must be one of NOASSERTION, NONE or free form text, line: {0}",
"FILE_NOTICE_VALUE": "FileNotice must be free form text, line: {0}",
"FILE_CONTRIB_VALUE": "FileContributor must be a single line, line: {0}",
Expand Down