THE SPDX WIKI IS NO LONGER ACTIVE. ALL CONTENT HAS BEEN MOVED TO https://github.com/spdx
Difference between revisions of "Technical Team/Proposals/2010-10-21/License URLs"
(Convert to MediaWiki syntax) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | Status: open | |
− | + | ==Issue== | |
− | + | URLs for licenses are not represented in SPDX. | |
− | + | ==Proposal== | |
− | + | ||
− | + | ||
− | + | ||
− | + | Define property whose value is the URI of the license text as maintained by the author of the license. Define property whose value is the URI of alternate locations of the license text, for example the OSI page for the license. | |
+ | |||
+ | ==Addition to spec== | ||
4.3 authorsUrl | 4.3 authorsUrl | ||
Line 27: | Line 26: | ||
Data format: xsd:anyURI | Data format: xsd:anyURI | ||
+ | |||
+ | [[Category:Technical]] |
Latest revision as of 11:47, 7 March 2013
Status: open
Issue
URLs for licenses are not represented in SPDX.
Proposal
Define property whose value is the URI of the license text as maintained by the author of the license. Define property whose value is the URI of alternate locations of the license text, for example the OSI page for the license.
Addition to spec
4.3 authorsUrl
Purpose: Provide links to web pages containing the license text as maintained by the license author.
Cardinality: optional, 0 or more
Data format: xsd:anyURI
4.4 alternativeUrl
Purpose: Provide links to web pages containing the license text that are maintained by organizations other than the license author. For example the license page maintained by OSI.
Cardinality: optional, 0 or more
Data format: xsd:anyURI