Skip to content

Commit ae1b41c

Browse files
authored
Merge branch 'master' into 1.7-dev
2 parents 7cc2dee + 19a1530 commit ae1b41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.6.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)