From 8515fb83f7cc1881ac4fffbe1ec674dc9f5643d4 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Wed, 11 Sep 2024 23:50:04 +0100 Subject: [PATCH 1/5] Add /Core/Individuals/SpdxOrganization Signed-off-by: Arthit Suriyawongkul --- model/Core/Individuals/SpdxOrganization.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 model/Core/Individuals/SpdxOrganization.md diff --git a/model/Core/Individuals/SpdxOrganization.md b/model/Core/Individuals/SpdxOrganization.md new file mode 100644 index 000000000..7473adede --- /dev/null +++ b/model/Core/Individuals/SpdxOrganization.md @@ -0,0 +1,21 @@ +SPDX-License-Identifier: Community-Spec-1.0 + +# SpdxOrganization + +## Summary + +An Individual Value for Organization representing the SPDX Project. + +## Description + +SpdxOrganization is used by named individuals for their creationInfo. + +## Metadata + +- name: SpdxOrganization +- type: Organization + +## Property Values + +- spdxId: https://spdx.org/ +- name: "SPDX Project" From 1e319cd82f398c588715928f68b61d822491a4ed Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Thu, 12 Sep 2024 08:25:36 +0100 Subject: [PATCH 2/5] Update model/Core/Individuals/SpdxOrganization.md Co-authored-by: Alexios Zavras (zvr) Signed-off-by: Arthit Suriyawongkul --- model/Core/Individuals/SpdxOrganization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/Core/Individuals/SpdxOrganization.md b/model/Core/Individuals/SpdxOrganization.md index 7473adede..7dc17119c 100644 --- a/model/Core/Individuals/SpdxOrganization.md +++ b/model/Core/Individuals/SpdxOrganization.md @@ -4,7 +4,7 @@ SPDX-License-Identifier: Community-Spec-1.0 ## Summary -An Individual Value for Organization representing the SPDX Project. +An Organization representing the SPDX Project. ## Description From ddc917e9fe1ee4203a5e4f5020c9d599ada6bd74 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Thu, 12 Sep 2024 08:25:50 +0100 Subject: [PATCH 3/5] Update model/Core/Individuals/SpdxOrganization.md Co-authored-by: Alexios Zavras (zvr) Signed-off-by: Arthit Suriyawongkul --- model/Core/Individuals/SpdxOrganization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/Core/Individuals/SpdxOrganization.md b/model/Core/Individuals/SpdxOrganization.md index 7dc17119c..2479f488e 100644 --- a/model/Core/Individuals/SpdxOrganization.md +++ b/model/Core/Individuals/SpdxOrganization.md @@ -8,7 +8,7 @@ An Organization representing the SPDX Project. ## Description -SpdxOrganization is used by named individuals for their creationInfo. +SpdxOrganization is an Organization representing the SPDX Project. It is by definition the creator of all individuals defined by the SPDX Project. These individuals include licences and exceptions defined in the SPDX License List, as well as individuals defined in the specification. ## Metadata From db168da8069c284723e9feaaa594efbff325401a Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Thu, 12 Sep 2024 08:27:56 +0100 Subject: [PATCH 4/5] Use IRI Co-authored-by: Alexios Zavras (zvr) Signed-off-by: Arthit Suriyawongkul --- model/Core/Individuals/SpdxOrganization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/Core/Individuals/SpdxOrganization.md b/model/Core/Individuals/SpdxOrganization.md index 2479f488e..b530f30ed 100644 --- a/model/Core/Individuals/SpdxOrganization.md +++ b/model/Core/Individuals/SpdxOrganization.md @@ -14,8 +14,8 @@ SpdxOrganization is an Organization representing the SPDX Project. It is by defi - name: SpdxOrganization - type: Organization +- IRI: https://spdx.org/ ## Property Values -- spdxId: https://spdx.org/ - name: "SPDX Project" From 2da263211cfd3e3f93b750ba7a902fce8da1636b Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Thu, 12 Sep 2024 08:29:31 +0100 Subject: [PATCH 5/5] Update SpdxOrganization.md Signed-off-by: Arthit Suriyawongkul --- model/Core/Individuals/SpdxOrganization.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/model/Core/Individuals/SpdxOrganization.md b/model/Core/Individuals/SpdxOrganization.md index b530f30ed..42c880444 100644 --- a/model/Core/Individuals/SpdxOrganization.md +++ b/model/Core/Individuals/SpdxOrganization.md @@ -8,7 +8,10 @@ An Organization representing the SPDX Project. ## Description -SpdxOrganization is an Organization representing the SPDX Project. It is by definition the creator of all individuals defined by the SPDX Project. These individuals include licences and exceptions defined in the SPDX License List, as well as individuals defined in the specification. +SpdxOrganization is an Organization representing the SPDX Project. +It is by definition the creator of all individuals defined by the SPDX Project. +These individuals include licences and exceptions defined in the SPDX License +List, as well as individuals defined in the specification. ## Metadata