Skip to content

Commit

Permalink
Fix grammer and spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Gary O'Neall <[email protected]>
  • Loading branch information
goneall committed Aug 12, 2023
1 parent 671aea3 commit 2718669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions model/ExpandedLicensing/Properties/isFsfLibre.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ isFsfLibre specifies whether the [Free Software Foundation FSF](https://fsf.org)
has listed this License as "free" in their commentary on licenses, located at
the time of this writing at https://www.gnu.org/licenses/license-list.en.html.

A value of "true" indicates the license is in the list of licenses that FSF publishes as libre.
A value of "true" indicates that the license is in the list of licenses that FSF publishes as libre.

A value of "false" indicates the license is explicitly not in the corresponding list of FSF libre licenses (e.g. FSF has the license on a non-free list).
A value of "false" indicates that the license is explicitly not in the corresponding list of FSF libre licenses (e.g., FSF has the license on a non-free list).

If the isFsfLibre field is not specified, the SPDX data creator makes no
assertions about whether the License is listed in the FSF's commentary.
Expand Down
4 changes: 2 additions & 2 deletions model/ExpandedLicensing/Properties/isOsiApproved.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ isOsiApproved specifies whether the [Open Source Initiative (OSI)](https://opens
has listed this License as "approved" in their list of OSI Approved Licenses,
located at the time of this writing at https://opensource.org/licenses/.

A value of "true" indicates the license is in the list of licenses that OSI publishes as approvied.
A value of "true" indicates that the license is in the list of licenses that OSI publishes as approved.

A value of "false" indicates the license is explicitly not in the corresponding list of OSI licenses (e.g. OSI publishes that a license is not approved).
A value of "false" indicates that the license is explicitly not in the corresponding list of OSI licenses (e.g., OSI publishes that a license is not approved).

If the isOsiApproved field is not specified, the SPDX data creator makes no
assertions about whether the License is approved by the OSI.
Expand Down

0 comments on commit 2718669

Please sign in to comment.