Skip to content

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

Open
wants to merge 2 commits into
base: 1.7-dev
Choose a base branch
from

Conversation

jkowalleck
Copy link
Member

as discussed in #619

  • license acknowledgement should be be unique
  • license acknowledgement should be be unset when used if evidences

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@jkowalleck jkowalleck requested a review from a team as a code owner April 14, 2025 20:26
@jkowalleck jkowalleck changed the base branch from master to 1.7-dev April 14, 2025 20:26
@jkowalleck
Copy link
Member Author

this is the designed solution for your request, @pombredanne

@jkowalleck jkowalleck added this to the 1.7 milestone Apr 14, 2025
@jkowalleck jkowalleck changed the title feap: licenses/acknowledgement should be unique feap: licenses acknowledgement should be unique Apr 14, 2025
@jkowalleck jkowalleck changed the title feap: licenses acknowledgement should be unique feat: licenses acknowledgement should be unique Apr 14, 2025
@jkowalleck jkowalleck changed the title feat: licenses acknowledgement should be unique feat: licenses acknowledgement SHOULD be unique May 5, 2025
<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>
Copy link
Member Author

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>
Copy link
Member Author

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>
Copy link
Member Author

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.
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: there SHOULD be at most one "declared" and one "conclude" license per component
1 participant