I noticed this in the context of #248 , but it is unrelated to that PR. I started it as a comment, but became long enough to be summarized in an issue. (I didn't thoroughly review everything that was previously added to this repo)
Mainly @DRx3D :
There is an array of predefined licenses in the modelmetadata.php. The elements have properties icon, link, text and spdx. For example the text for "CC-BY-4.0 International" is
"CC-BY 4.0 International".
This appears as the link text in the "Legal" section of the generated README.md.
For Khronos (and some other licenses), that text says
"Khronos Trademark or Logo"
which looks a bit odd as a link text.
There also are some other glitches. For example, in that linked README.md, there is that bullet point
- Non-copyrightable logo for Khronos logo
which apparently generated from the metadata from a pattern like
A broader question could be about the role of the LicenseRef-LegalMark-Khronos, which is apparently used in cases where something "non-copyrightable" is involved. This is also used as the spdx, but it is not one of the SPDX identifiers listed at https://spdx.org/licenses/ , which may raise questions.
I noticed this in the context of #248 , but it is unrelated to that PR. I started it as a comment, but became long enough to be summarized in an issue. (I didn't thoroughly review everything that was previously added to this repo)
Mainly @DRx3D :
There is an array of predefined licenses in the
modelmetadata.php. The elements have propertiesicon,link,textandspdx. For example thetextfor "CC-BY-4.0 International" is"CC-BY 4.0 International".
This appears as the link text in the "Legal" section of the generated README.md.
For Khronos (and some other licenses), that text says
"Khronos Trademark or Logo"
which looks a bit odd as a link text.
There also are some other glitches. For example, in that linked README.md, there is that bullet point
which apparently generated from the metadata from a pattern like
A broader question could be about the role of the
LicenseRef-LegalMark-Khronos, which is apparently used in cases where something "non-copyrightable" is involved. This is also used as thespdx, but it is not one of the SPDX identifiers listed at https://spdx.org/licenses/ , which may raise questions.