From 6013a14b9408cc12d19f95c85393c9e757bf861a Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Mon, 17 Jun 2024 03:16:00 +0100 Subject: [PATCH] Add required license relationships for AIPackage --- ai/simpleHTR-example.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ai/simpleHTR-example.json b/ai/simpleHTR-example.json index 65016fe..14e79b4 100644 --- a/ai/simpleHTR-example.json +++ b/ai/simpleHTR-example.json @@ -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" + ] } ] } \ No newline at end of file