Skip to content

Commit

Permalink
Add required license relationships for AIPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
bact committed Jun 17, 2024
1 parent 822cee0 commit 6013a14
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ai/simpleHTR-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,26 @@
"to": [
"https://spdx.org/licenses/MIT"
]
},
{
"type": "Relationship",
"spdxId": "https://spdx.org/spdxdocs/Relationship/declaredLicense-df2e0abe-a280-48bf-9b6f-684fdeaf4b1b",
"creationInfo": "_:creationinfo",
"relationshipType": "hasDeclaredLicense",
"from": "https://my-first-aibom.com/word-model",
"to": [
"https://spdx.org/licenses/MIT"
]
},
{
"type": "Relationship",
"spdxId": "https://spdx.org/spdxdocs/Relationship/concludedLicense-c338f658-4fef-4608-bdd9-c000f78718e1",
"creationInfo": "_:creationinfo",
"relationshipType": "hasConcludedLicense",
"from": "https://my-first-aibom.com/word-model",
"to": [
"https://spdx.org/licenses/MIT"
]
}
]
}

0 comments on commit 6013a14

Please sign in to comment.