Skip to content

Commit 6063316

Browse files
committed
Fix package typos
1 parent efa6965 commit 6063316

5 files changed

+6
-6
lines changed

chapters/package-information.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ The options to populate this field are limited to:
927927
- the SPDX document creator has made no attempt to determine this field; or
928928
- the SPDX document creator has intentionally provided no information (no meaning should be implied by doing so).
929929

930-
If the All Licenses Information from Files field is not present for a package and `FilesAnalyzed` field ([7.8](#7.8)) for that same pacakge is `true` or omitted, it implies an equivalent meaning to `NOASSERTION`. The metadata for all license information from files field is shown in Table 26.
930+
If the All Licenses Information from Files field is not present for a package and `FilesAnalyzed` field ([7.8](#7.8)) for that same package is `true` or omitted, it implies an equivalent meaning to `NOASSERTION`. The metadata for all license information from files field is shown in Table 26.
931931

932932
**Table 26 — Metadata for the all licenses information from files field**
933933

ontology/SPDX-2.3-ontology.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ <h3>license exception<sup title="object property" class="type-op">op</sup><span
10691069
<h3>license info from files<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3>
10701070
<p><strong>IRI:</strong> http://spdx.org/rdf/terms#licenseInfoFromFiles</p>
10711071
<div class="comment"><span class="markdown">The licensing information that was discovered directly within the package. There will be an instance of this property for each distinct value of alllicenseInfoInFile properties of all files contained in the package.
1072-
If the licenseInfoFromFiles field is not present for a package and filesAnalyzed property for that same pacakge is true or omitted, it implies an equivalent meaning to NOASSERTION.</span>
1072+
If the licenseInfoFromFiles field is not present for a package and filesAnalyzed property for that same package is true or omitted, it implies an equivalent meaning to NOASSERTION.</span>
10731073
</div>
10741074
<div class="description">
10751075
<dl>

ontology/spdx-ontology.owl.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ If the licenseConcluded field is not present for an SPDX Item, it implies an equ
240240
] ;
241241
rdfs:comment """The licensing information that was discovered directly within the package. There will be an instance of this property for each distinct value of alllicenseInfoInFile properties of all files contained in the package.
242242
243-
If the licenseInfoFromFiles field is not present for a package and filesAnalyzed property for that same pacakge is true or omitted, it implies an equivalent meaning to NOASSERTION."""@en ;
243+
If the licenseInfoFromFiles field is not present for a package and filesAnalyzed property for that same package is true or omitted, it implies an equivalent meaning to NOASSERTION."""@en ;
244244
ns:term_status "stable"@en .
245245

246246

ontology/spdx-ontology.owl.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ If the licenseConcluded field is not present for an SPDX Item, it implies an equ
342342
</rdfs:range>
343343
<rdfs:comment xml:lang="en">The licensing information that was discovered directly within the package. There will be an instance of this property for each distinct value of alllicenseInfoInFile properties of all files contained in the package.
344344

345-
If the licenseInfoFromFiles field is not present for a package and filesAnalyzed property for that same pacakge is true or omitted, it implies an equivalent meaning to NOASSERTION.</rdfs:comment>
345+
If the licenseInfoFromFiles field is not present for a package and filesAnalyzed property for that same package is true or omitted, it implies an equivalent meaning to NOASSERTION.</rdfs:comment>
346346
<ns:term_status xml:lang="en">stable</ns:term_status>
347347
</owl:ObjectProperty>
348348

schemas/spdx-schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,10 @@
366366
"type" : "string"
367367
},
368368
"licenseInfoFromFiles" : {
369-
"description" : "The licensing information that was discovered directly within the package. There will be an instance of this property for each distinct value of alllicenseInfoInFile properties of all files contained in the package.\n\nIf the licenseInfoFromFiles field is not present for a package and filesAnalyzed property for that same pacakge is true or omitted, it implies an equivalent meaning to NOASSERTION.",
369+
"description" : "The licensing information that was discovered directly within the package. There will be an instance of this property for each distinct value of alllicenseInfoInFile properties of all files contained in the package.\n\nIf the licenseInfoFromFiles field is not present for a package and filesAnalyzed property for that same package is true or omitted, it implies an equivalent meaning to NOASSERTION.",
370370
"type" : "array",
371371
"items" : {
372-
"description" : "License expression for licenseInfoFromFiles. See SPDX Annex D for the license expression syntax. The licensing information that was discovered directly within the package. There will be an instance of this property for each distinct value of alllicenseInfoInFile properties of all files contained in the package.\n\nIf the licenseInfoFromFiles field is not present for a package and filesAnalyzed property for that same pacakge is true or omitted, it implies an equivalent meaning to NOASSERTION.",
372+
"description" : "License expression for licenseInfoFromFiles. See SPDX Annex D for the license expression syntax. The licensing information that was discovered directly within the package. There will be an instance of this property for each distinct value of alllicenseInfoInFile properties of all files contained in the package.\n\nIf the licenseInfoFromFiles field is not present for a package and filesAnalyzed property for that same package is true or omitted, it implies an equivalent meaning to NOASSERTION.",
373373
"type" : "string"
374374
}
375375
},

0 commit comments

Comments
 (0)