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
fixes#1051
## Changed
* Serializers and `License`-Normalizers will take license acknowledgement into account ([#1051] via [#1052])
## Added:
* Namespace `Enums`
* New enum `LicenseAcknowledgement` ([#1051] via [#1052])
* Namespace `Models`
* Class `LicenseExpression` got new property `acknowledgement` ([#1051]
via [#1052])
* Class `NamedLicense` got new property `acknowledgement` ([#1051] via [#1052])
* Class `SpdxLicense` got new property `acknowledgement` ([#1051] via [#1052])
[#1051]: #1051
[#1052]: #1052
---------
Signed-off-by: Jan Kowalleck <[email protected]>
as of CycloneDX 1.6, there is support to express the license acknowledgement.
see https://cyclonedx.org/docs/1.6/json/#components_items_licenses_oneOf_i0_items_license_acknowledgement
Request: add support for this in the library.
The text was updated successfully, but these errors were encountered: