Skip to content

Commit

Permalink
Add seeAlso property to License and LicenseAddition (#575)
Browse files Browse the repository at this point in the history
Fixes #562

Signed-off-by: Gary O'Neall <[email protected]>
  • Loading branch information
goneall authored Dec 19, 2023
1 parent 5f87cb3 commit 3f82953
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/ExpandedLicensing/Classes/License.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ A License represents a license text, whether listed on the SPDX License List
- type: xsd:string
- minCount: 0
- maxCount: 1
- seeAlso
- type: xsd:anyURI
2 changes: 2 additions & 0 deletions model/ExpandedLicensing/Classes/LicenseAddition.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ or otherwise) which is defined by an SPDX data creator (CustomLicenseAddition).
- type: xsd:string
- minCount: 0
- maxCount: 1
- seeAlso
- type: xsd:anyURI

0 comments on commit 3f82953

Please sign in to comment.