spdx-spec icon indicating copy to clipboard operation
spdx-spec copied to clipboard

Invalid TagExample 2.3: List of cross references separated with comma

Open meretp opened this issue 2 years ago • 1 comments

I discovered the following line in the example file for tag-value:

LicenseCrossReference: http://people.apache.org/~andyc/neko/LICENSE, http://justasample.url.com

From my understanding of the spec and also the analogous example file in rdf where the references have two individual tags, I think this should be changed to:

LicenseCrossReference: http://people.apache.org/~andyc/neko/LICENSE LicenseCrossReference: http://justasample.url.com

Please let me know if I am correct, I'll be happty to open a PR to fix this.

meretp avatar Mar 01 '23 09:03 meretp

@swinslow - I recall a similar issue with a difference between how the Golang tools and Java tools handled multiple list items in tag/value - do you recall the details issue and how it was resolved?

goneall avatar Mar 03 '23 04:03 goneall

In 3.0+ we will have a significantly different tag/value representation. Closing this issue as no longer relavent.

cc: @kestewart

goneall avatar Apr 04 '24 22:04 goneall