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
reuse tool fails to parse the SPDX text if there's no newline character after the license name. Good example are the KiCad files (schematic, PCB, part libraries) which have fields for custom metadata (such as licence) which are then visible in the documentbut in the resulting file the SPDX text becomes a part of the s-expression. For example:
reuse._util - ERROR - Could not parse 'CERN-OHL-S-2.0")'
reuse.project - ERROR - '../hw/JellyfishOPP.kicad_sch' holds an SPDX expression that cannot be parsed, skipping the file
reuse tool fails to parse the SPDX text if there's no newline character after the license name. Good example are the KiCad files (schematic, PCB, part libraries) which have fields for custom metadata (such as licence) which are then visible in the documentbut in the resulting file the SPDX text becomes a part of the s-expression. For example:
Running the reuse tool results in:
Here's the example file: https://gitlab.com/hyperglitch/jellyfish/-/blob/main/hw/JellyfishOPP.kicad_sch?ref_type=heads
The text was updated successfully, but these errors were encountered: