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"

From SPDX Wiki
Jump to: navigation, search
 
(Convert to MediaWiki syntax)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<h2>Issue<h2>
+
Status: open
  
<p>URLs for licenses are not represented in SPDX.</p>
+
==Issue==
  
<h2>Proposal</h2>
+
URLs for licenses are not represented in SPDX.
  
<p>Define property whose value is the URI of the license text as
+
==Proposal==
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.</p>
+
  
<h3>Addition to spec</h3>
+
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