We have to generate SBOM files for our products and use: GitHub - CycloneDX/cyclonedx-gradle-plugin: Creates CycloneDX Software Bill of Materials (SBOM) from Gradle projects
Since a SBOM should contain license information for a component, I would like to ask you to add it in your POM file:
<licenses>
<license>
<name>Proprietary</name>
</license>
</licenses>
The license name shall be “Proprietary” if it’s not a SPDX identifier.
Thanks in advance.