THE SPDX WIKI IS NO LONGER ACTIVE. ALL CONTENT HAS BEEN MOVED TO https://github.com/spdx

Difference between revisions of "Technical Team/Proposals/2012-06-18/isOsiApproved field for listed licenses"

From SPDX Wiki
Jump to: navigation, search
(Convert to MediaWiki syntax)
 
Line 1: Line 1:
<p><strong>Status:</strong> open</p>
+
Status: open
  
<h2><strong>Issue</strong></h2>
+
==Issue==
  
<p>See also: <a href="https://bugs.linuxfoundation.org/show_bug.cgi?id=1050">bug #1050</a></p>
+
See also: [https://bugs.linuxfoundation.org/show_bug.cgi?id=1050 bug #1050]
  
<p>The legal working group track whether each license has been approved by the OSI. That information should be published as part of the official license list.</p>
+
The legal working group track whether each license has been approved by the OSI. That information should be published as part of the official license list.
  
<h2><strong>Proprosal</strong></h2>
+
==Proprosal==
  
<p>Add a boolean <code>isOsiApproved</code> property to the <code>License</code> class to indicated whether the OSI has approved the license. Update the license list web site to display this information and annotate it with RDFa so that the information is machine readable.</p>
+
Add a boolean <code>isOsiApproved</code> property to the <code>License</code> class to indicated whether the OSI has approved the license. Update the license list web site to display this information and annotate it with RDFa so that the information is machine readable.
  
<h2><strong>Detailed Changes</strong></h2>
+
=='''Detailed Changes'''==
  
<ul>
+
* Add the following text to the [http://spdx.org/rdf/terms#License License class definition section] of the RDF terms documentation:
<li><p>Add the following text to the <a href="http://spdx.org/rdf/terms#License">License class definition section</a> of the RDF terms documentation:</p>
+
    * isOsiApproved
<pre style="margin-left: 3ex;">
+
      Cardinality: Mandatory, one
* isOsiApproved  
+
* Add the following text to the properties section of the RDF terms documentation immediately preceding the <code>licenseComments</code> section:
  Cardinality: Mandatory, one
+
Property: isOsiApproved
</pre>
+
</li>
+
Indicates if the Open Source Initiative has approved the
 +
license as being an open source license. A link to the OSI
 +
license page for this license should be provided use the
 +
seeAlso property when this property is affirmative.
 +
 +
Status:
 +
  stable
 +
Domain:
 +
  License
 +
Range:
 +
  xsd:boolean
 +
* Updated license list web site generator to display "Is OSI approved" after the "Other web pages for this license" info in the header block of license details pages.
  
<li><p>Add the following text to the properties section of the RDF terms documentation immediately preceding the <code>licenseComments</code> section:</p>
+
[[Category:Technical]]
 
+
<pre style="margin-left: 3ex;">
+
Property: isOsiApproved
+
 
+
Indicates if the Open Source Initiative has approved the
+
license as being an open source license. A link to the OSI
+
license page for this license should be provided use the
+
seeAlso property when this property is affirmative.
+
 
+
Status:
+
  stable
+
Domain:
+
  License
+
Range:
+
  xsd:boolean
+
</pre>
+
</li>
+
 
+
<li><p>Updated license list web site generator to display "Is OSI approved" after the "Other web pages for this license" info in the header block of license details pages.</p>
+
</li>
+
 
+
</ul>
+

Latest revision as of 11:46, 7 March 2013

Status: open

Issue

See also: bug #1050

The legal working group track whether each license has been approved by the OSI. That information should be published as part of the official license list.

Proprosal

Add a boolean isOsiApproved property to the License class to indicated whether the OSI has approved the license. Update the license list web site to display this information and annotate it with RDFa so that the information is machine readable.

Detailed Changes

    * isOsiApproved
      Cardinality: Mandatory, one
  • Add the following text to the properties section of the RDF terms documentation immediately preceding the licenseComments section:
Property: isOsiApproved

Indicates if the Open Source Initiative has approved the
license as being an open source license. A link to the OSI
license page for this license should be provided use the
seeAlso property when this property is affirmative.

Status:
  stable
Domain:
  License
Range:
  xsd:boolean
  • Updated license list web site generator to display "Is OSI approved" after the "Other web pages for this license" info in the header block of license details pages.