-
-
Notifications
You must be signed in to change notification settings - Fork 67
feat: licenses acknowledgement SHOULD be unique #626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 1.7-dev
Are you sure you want to change the base?
feat: licenses acknowledgement SHOULD be unique #626
Conversation
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
this is the designed solution for your request, @pombredanne |
<xs:element name="licenses" type="bom:licenseChoiceType" minOccurs="0" maxOccurs="1"/> | ||
<xs:element name="licenses" type="bom:licenseChoiceType" minOccurs="0" maxOccurs="1"> | ||
<xs:annotation> | ||
<xs:documentation> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
textx need to be adjusted in case #582 gets accepted/merged
<xs:element name="licenses" type="bom:licenseChoiceType" minOccurs="0" maxOccurs="1"/> | ||
<xs:element name="licenses" type="bom:licenseChoiceType" minOccurs="0" maxOccurs="1"> | ||
<xs:annotation> | ||
<xs:documentation> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
textx need to be adjusted in case #582 gets accepted/merged
<xs:element name="licenses" type="bom:licenseChoiceType" minOccurs="0" maxOccurs="1"/> | ||
<xs:element name="licenses" type="bom:licenseChoiceType" minOccurs="0" maxOccurs="1"> | ||
<xs:annotation> | ||
<xs:documentation> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
textx need to be adjusted in case #582 gets accepted/merged
@@ -243,6 +243,7 @@ limitations under the License. | |||
<xs:documentation> | |||
The license information for the BOM document. | |||
This may be different from the license(s) of the component(s) that the BOM describes. | |||
There should be no more than one per license acknowledgement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
textx need to be adjusted in case #582 gets accepted/merged
as discussed in #619