Skip to content

Commit

Permalink
docs: metadata.licenses rephrase
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Mar 1, 2024
1 parent fab8888 commit 8a168a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schema/bom-1.6.proto
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ message Metadata {
optional OrganizationalEntity manufacture = 5 [deprecated = true];
// The organization that supplied the component that the BOM describes. The supplier may often be the manufacture, but may also be a distributor or repackager.
optional OrganizationalEntity supplier = 6;
// The license information for the BOM document. This may be different from the license(s) of the component that the BOM describes.
// The license information for the BOM document. This may be different from the license(s) of the component(s) that the BOM describes.
optional LicenseChoice licenses = 7;
// Specifies optional, custom, properties
repeated Property properties = 8;
Expand Down
2 changes: 1 addition & 1 deletion schema/bom-1.6.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@
},
"licenses": {
"title": "BOM License(s)",
"description": "The license information for the BOM document.\nThis may be different from the license(s) of the component that the BOM describes.",
"description": "The license information for the BOM document.\nThis may be different from the license(s) of the component(s) that the BOM describes.",
"$ref": "#/definitions/licenseChoice"
},
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schema/bom-1.6.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ limitations under the License.
<xs:annotation>
<xs:documentation>
The license information for the BOM document.
This may be different from the license(s) of the component that the BOM describes.
This may be different from the license(s) of the component(s) that the BOM describes.
</xs:documentation>
</xs:annotation>
</xs:element>
Expand Down

0 comments on commit 8a168a4

Please sign in to comment.