os icon indicating copy to clipboard operation
os copied to clipboard

spdx-tools-java: fix schmea with spec compliant dashed operating-system

Open xnox opened this issue 7 months ago • 0 comments

Current schema upstream use underscore, where as the spec requires to use a dash. Fix the constant in the schema to be with a dash.

Avoid a breaking change by accepting both dash and underscore.

Reference: https://github.com/spdx/tools-java/pull/211

xnox avatar May 28 '25 20:05 xnox