SamuraiAku / SPDX.jl

Provides for the creation, reading and writing of SPDX files in multiple file formats. Written in pure Julia.
MIT License
5 stars 1 forks source link

Autocreate Snippet-File relationships when reading TagValue #19

Closed SamuraiAku closed 1 year ago

SamuraiAku commented 1 year ago

Specification says that snippets immediately following a file are inside that file. Seems redundant since the spec already mandates a file identifier, but that's what it says.

SamuraiAku commented 1 year ago

or maybe not. Example JSON files don't have a relationship. The relationship is redundant since it already has a file identifier. But again that makes forcing it to follow a file rather silly.