Skip to content

Commit efc7163

Browse files
committed
carry over of latest master
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent ae1b41c commit efc7163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.7.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ message Component {
133133
repeated Component components = 21;
134134
// Specifies optional, custom, properties
135135
repeated Property properties = 22;
136-
// Specifies optional license and copyright evidence
136+
// Specifies optional license and copyright evidence. Only the first item in the optional repeated list is to be taken into account; every other item in the list is to be ignored/omitted.
137137
repeated Evidence evidence = 23;
138138
// Specifies optional release notes.
139139
optional ReleaseNotes releaseNotes = 24;

0 commit comments

Comments
 (0)