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
When using the SpdxConverter class (Java API) or the Convert (command line) to convert from SPDX tag file format to RDF the function includes the full licence text which makes the RDF file verbose for further processing.
The proposal is to add an option to function --excludeLicenseDetails to include a URI with a prefix (/licences/) to the licence SPDX-License-Identifier instead insert the full text in the destination file. Example URI: http://spdx.org/licenses/GPL-2.0-or-later. Alternatively to make the default behaviour to include the licence URI and use --includeLicenseDetails as an option, but that could maybe cause consequences?