spdx / Spdx-Java-Library

Java library which implements the Java object model for SPDX and provides useful helper functions
Apache License 2.0
37 stars 36 forks source link

Add support for using LicenseExpression in converter #252

Closed goneall closed 1 month ago

goneall commented 2 months ago

Adds an option to the Spdx2to3Converter to use simple licensing license expressions instead of the ExpandedLicensing fully modelled license expressions

Also includes a fix for #250