You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your task related to a problem? Please describe. ADR-0008 specifies how license information is stored in an Aspect Model File. It would be convenient to be able to retrieve this information using the Aspect Model Java API.
Describe the solution you'd like
A method Optional<String> spdxLicenseIdentifier() in AspectModelFile
The text was updated successfully, but these errors were encountered:
Is your task related to a problem? Please describe.
ADR-0008 specifies how license information is stored in an Aspect Model File. It would be convenient to be able to retrieve this information using the Aspect Model Java API.
Describe the solution you'd like
A method
Optional<String> spdxLicenseIdentifier()
inAspectModelFile
The text was updated successfully, but these errors were encountered: