From 2ba1fee14e56d6119ea1a5d48cf656f2bfd37430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Prpi=C4=8D?= Date: Tue, 12 Nov 2024 20:14:38 -0500 Subject: [PATCH] SPDX allows ISO 8601 but docs require YYYY-MM-DDThh:mm:ssZ --- docs/sbom.md | 4 +- ...ment-operator-container-1.1.2-25.spdx.json | 2 +- ...perator-container-1.1.2-25_amd64.spdx.json | 2 +- ...perator-container-1.1.2-25_arm64.spdx.json | 2 +- ...rator-container-1.1.2-25_ppc64le.spdx.json | 2 +- ...micro-container-9.4-6.1716471860.spdx.json | 2 +- ...container-9.4-6.1716471860_amd64.spdx.json | 2 +- ...container-9.4-6.1716471860_arm64.spdx.json | 2 +- ...ntainer-9.4-6.1716471860_ppc64le.spdx.json | 2 +- ...container-9.4-6.1716471860_s390x.spdx.json | 2 +- .../container_image/release/from_catalog.py | 2 +- ...ment-operator-container-1.1.2-25.spdx.json | 2 +- ...perator-container-1.1.2-25_amd64.spdx.json | 2 +- ...perator-container-1.1.2-25_arm64.spdx.json | 2 +- ...rator-container-1.1.2-25_ppc64le.spdx.json | 2 +- ...micro-container-9.4-6.1716471860.spdx.json | 2 +- ...container-9.4-6.1716471860_amd64.spdx.json | 2 +- ...container-9.4-6.1716471860_arm64.spdx.json | 2 +- ...ntainer-9.4-6.1716471860_ppc64le.spdx.json | 2 +- ...container-9.4-6.1716471860_s390x.spdx.json | 2 +- sbom/examples/product/rhel-9.2-eus.spdx.json | 2 +- sbom/examples/rpm/build/from-koji.py | 4 +- ...ipelines-client-1.14.3-11352.el8.spdx.json | 20 +-- .../build/openssl-3.0.7-18.el9_2.spdx.json | 74 ++++----- .../build/poppler-21.01.0-19.el9.spdx.json | 156 +++++++++--------- ...ipelines-client-1.14.3-11352.el8.spdx.json | 20 +-- .../release/openssl-3.0.7-18.el9_2.spdx.json | 74 ++++----- .../release/poppler-21.01.0-19.el9.spdx.json | 156 +++++++++--------- 28 files changed, 275 insertions(+), 273 deletions(-) diff --git a/docs/sbom.md b/docs/sbom.md index f060266..b899f26 100644 --- a/docs/sbom.md +++ b/docs/sbom.md @@ -155,7 +155,7 @@ The following snippet shows a minimal SBOM document: "dataLicense": "CC-BY-4.0",// (2)! "SPDXID": "SPDXRef-DOCUMENT",// (3)! "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z",// (4)! "creators": [ "Tool: example SPDX document only" ] @@ -176,6 +176,8 @@ The following snippet shows a minimal SBOM document: 3. [`SPDXID`](https://spdx.github.io/spdx-spec/v2.3/document-creation-information/#63-spdx-identifier-field) must be set to `SPDXRef-DOCUMENT`. + 4. UTC timestamps must use the `YYYY-MM-DDThh:mm:ssZ` format. + A more detailed breakdown of some of the fields: `creationInfo` diff --git a/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25.spdx.json b/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25.spdx.json index f2f5287..7cbd3e7 100644 --- a/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25.spdx.json +++ b/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25_amd64.spdx.json b/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25_amd64.spdx.json index 6ce6e7c..b87b911 100644 --- a/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25_amd64.spdx.json +++ b/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25_amd64.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25_arm64.spdx.json b/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25_arm64.spdx.json index f130e53..02a2fca 100644 --- a/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25_arm64.spdx.json +++ b/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25_arm64.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25_ppc64le.spdx.json b/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25_ppc64le.spdx.json index 05e892c..504b426 100644 --- a/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25_ppc64le.spdx.json +++ b/sbom/examples/container_image/build/kernel-module-management-operator-container-1.1.2-25_ppc64le.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860.spdx.json b/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860.spdx.json index 35e873f..500b889 100644 --- a/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860.spdx.json +++ b/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_amd64.spdx.json b/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_amd64.spdx.json index 179ea03..0a5e455 100644 --- a/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_amd64.spdx.json +++ b/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_amd64.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_arm64.spdx.json b/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_arm64.spdx.json index d3324ff..131c2d7 100644 --- a/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_arm64.spdx.json +++ b/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_arm64.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_ppc64le.spdx.json b/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_ppc64le.spdx.json index d2a52e2..21af89e 100644 --- a/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_ppc64le.spdx.json +++ b/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_ppc64le.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_s390x.spdx.json b/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_s390x.spdx.json index 86af3e2..9f350e4 100644 --- a/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_s390x.spdx.json +++ b/sbom/examples/container_image/build/ubi9-micro-container-9.4-6.1716471860_s390x.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/release/from_catalog.py b/sbom/examples/container_image/release/from_catalog.py index 978fa74..37ddda3 100644 --- a/sbom/examples/container_image/release/from_catalog.py +++ b/sbom/examples/container_image/release/from_catalog.py @@ -62,7 +62,7 @@ def create_sbom(image_id, root_package, packages, rel_type, other_pkgs=None, oth "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only", ], diff --git a/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25.spdx.json b/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25.spdx.json index 97376fe..a2d1382 100644 --- a/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25.spdx.json +++ b/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25_amd64.spdx.json b/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25_amd64.spdx.json index 259f657..c6b55ad 100644 --- a/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25_amd64.spdx.json +++ b/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25_amd64.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25_arm64.spdx.json b/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25_arm64.spdx.json index 410a877..2e07dbe 100644 --- a/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25_arm64.spdx.json +++ b/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25_arm64.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25_ppc64le.spdx.json b/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25_ppc64le.spdx.json index 31f934b..1fa38be 100644 --- a/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25_ppc64le.spdx.json +++ b/sbom/examples/container_image/release/kernel-module-management-operator-container-1.1.2-25_ppc64le.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860.spdx.json b/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860.spdx.json index d8d351f..0af94d8 100644 --- a/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860.spdx.json +++ b/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_amd64.spdx.json b/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_amd64.spdx.json index 3d38b72..39ee7b5 100644 --- a/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_amd64.spdx.json +++ b/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_amd64.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_arm64.spdx.json b/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_arm64.spdx.json index d254f83..c0ce3eb 100644 --- a/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_arm64.spdx.json +++ b/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_arm64.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_ppc64le.spdx.json b/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_ppc64le.spdx.json index 6f9a503..7526df3 100644 --- a/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_ppc64le.spdx.json +++ b/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_ppc64le.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_s390x.spdx.json b/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_s390x.spdx.json index 5b3cd70..258d1f5 100644 --- a/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_s390x.spdx.json +++ b/sbom/examples/container_image/release/ubi9-micro-container-9.4-6.1716471860_s390x.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/product/rhel-9.2-eus.spdx.json b/sbom/examples/product/rhel-9.2-eus.spdx.json index 5b8add5..ca5a41d 100644 --- a/sbom/examples/product/rhel-9.2-eus.spdx.json +++ b/sbom/examples/product/rhel-9.2-eus.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] diff --git a/sbom/examples/rpm/build/from-koji.py b/sbom/examples/rpm/build/from-koji.py index 5392ef2..638ef79 100755 --- a/sbom/examples/rpm/build/from-koji.py +++ b/sbom/examples/rpm/build/from-koji.py @@ -386,7 +386,7 @@ def handle_srpm(filename, name): # Same as document.creationInfo.creators "annotator": "Tool: example SPDX document only", # Same as document.creationInfo.created - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": f"sigmd5: {sigmd5}", } ], @@ -420,7 +420,7 @@ def handle_srpm(filename, name): "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only", ], diff --git a/sbom/examples/rpm/build/openshift-pipelines-client-1.14.3-11352.el8.spdx.json b/sbom/examples/rpm/build/openshift-pipelines-client-1.14.3-11352.el8.spdx.json index 1527811..6b9d7c0 100644 --- a/sbom/examples/rpm/build/openshift-pipelines-client-1.14.3-11352.el8.spdx.json +++ b/sbom/examples/rpm/build/openshift-pipelines-client-1.14.3-11352.el8.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] @@ -18705,7 +18705,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: ff3f705ac3e7d126414e2ddac0ca6698" } ] @@ -18826,7 +18826,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 72cb02dc0199f79d373d0711fb9f34a1" } ] @@ -18856,7 +18856,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: af4f27125181cd98a50d0ab1e9a674f4" } ] @@ -18886,7 +18886,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: a256612eeae23411aed22f8648143ddb" } ] @@ -18916,7 +18916,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: b78748d047c9228691469e04046a5e8a" } ] @@ -18946,7 +18946,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 12a4752a5db8103c95014b84bfc3c324" } ] @@ -18976,7 +18976,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: aecd200bcec7df622e6f5865535d17a7" } ] @@ -19006,7 +19006,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 64c4de3e0b4df349d3ac5d801e2aac86" } ] @@ -19036,7 +19036,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 20369982b93b4710c630a5032a887938" } ] diff --git a/sbom/examples/rpm/build/openssl-3.0.7-18.el9_2.spdx.json b/sbom/examples/rpm/build/openssl-3.0.7-18.el9_2.spdx.json index 99d1d65..2531e7c 100644 --- a/sbom/examples/rpm/build/openssl-3.0.7-18.el9_2.spdx.json +++ b/sbom/examples/rpm/build/openssl-3.0.7-18.el9_2.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] @@ -36,7 +36,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 0da276f660b44ab5bd128db8aa3d8ce1" } ] @@ -106,7 +106,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 4cc665dd3173c8952184293588f9ee46" } ] @@ -136,7 +136,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 8bf628bbb31e41bcc4139001ffca1fcb" } ] @@ -166,7 +166,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: a4815b267d59c43662d6ea94d6b32eba" } ] @@ -196,7 +196,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: f9e91d29b3e3b10cb1fe6b792d6ec3c6" } ] @@ -226,7 +226,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 2a8826422579bd43b49774d11a68e383" } ] @@ -256,7 +256,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: b6245825de11c602beff7870c7612542" } ] @@ -286,7 +286,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 728afe59ed2768caea0634737878e2b9" } ] @@ -316,7 +316,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 2b8f23243dc5469c31a1d78fe817cc63" } ] @@ -346,7 +346,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 0a8de436e7188fd6a2eae746d0afce1f" } ] @@ -376,7 +376,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 8bc5175c12d9772a5dee1721f40f691e" } ] @@ -406,7 +406,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: c8006421182838d0db0559f89121e14d" } ] @@ -436,7 +436,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 7d0cccc64dfed49cf9954784fb52d6d8" } ] @@ -466,7 +466,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: df3c6c904df9135c5dbfb125be69cdb6" } ] @@ -496,7 +496,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 050d1106c338216f24cf1300b73e7647" } ] @@ -526,7 +526,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: cc789f980e1db3b3b49106f09d94b459" } ] @@ -556,7 +556,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 3ceb671050a402f897728066d844414e" } ] @@ -586,7 +586,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 4437626dedb09a7d5fefea71391d9666" } ] @@ -616,7 +616,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 427cd7fdea922cddcfbdd736b6bb8717" } ] @@ -646,7 +646,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 497871ca44f5dd4859c73c507f7c40f8" } ] @@ -676,7 +676,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: eea71314fcc3f1be5af5d6773f82b6da" } ] @@ -706,7 +706,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 0c92f2f4cd6bd41361dc25ddd4ffbb21" } ] @@ -736,7 +736,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 62bc1369f326b14bfdb5450a59086c05" } ] @@ -766,7 +766,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 746bb9be1752b46631e55fc2e8c1d48e" } ] @@ -796,7 +796,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 94d964a9a930e8c914e7601b9df395a0" } ] @@ -826,7 +826,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 862b17959c237e619217fabcf9939212" } ] @@ -856,7 +856,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: cceaf391f5defa464df7bb55b6ad7486" } ] @@ -886,7 +886,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: ebe25fb0a0033a8e0248869989e587e8" } ] @@ -916,7 +916,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 94df67b3c5c8d3cb192ba79d6559b46f" } ] @@ -946,7 +946,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 5ccbf569de20ef8c965993391c024832" } ] @@ -976,7 +976,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 349224e7170e1bcee0cf15c04164fe85" } ] @@ -1006,7 +1006,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 8ea0991914a7a90bccdee1264baaf74f" } ] @@ -1036,7 +1036,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 12e9fefcf812eaf6e727b53b613d7f88" } ] @@ -1066,7 +1066,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: fd189955871f77470c91193b845f755f" } ] @@ -1096,7 +1096,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 5678f991a6d453ae482989fbe2ef5e51" } ] @@ -1126,7 +1126,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 879e4c4ba7c890c9fba001534ea552b5" } ] diff --git a/sbom/examples/rpm/build/poppler-21.01.0-19.el9.spdx.json b/sbom/examples/rpm/build/poppler-21.01.0-19.el9.spdx.json index e057306..40391db 100644 --- a/sbom/examples/rpm/build/poppler-21.01.0-19.el9.spdx.json +++ b/sbom/examples/rpm/build/poppler-21.01.0-19.el9.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] @@ -36,7 +36,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 4f9cf76a6dd456bb727d6bda82644760" } ] @@ -99,7 +99,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 0967a27ade9f092d91e27dbc10a4593a" } ] @@ -129,7 +129,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 68e2eae7b9b260f885ac7b696d606118" } ] @@ -159,7 +159,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 5c1adabfbcb0e5cb11208e6244dd9a38" } ] @@ -189,7 +189,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 9ef555b6d0f543032d4379b3392f222d" } ] @@ -219,7 +219,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 7bc229d8a5eaaa44d7b1d439afeb6612" } ] @@ -249,7 +249,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 6b59ba590ed0f767ec9aa535d43bf04b" } ] @@ -279,7 +279,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: a160491f95353f1786a39dcd2a4cf962" } ] @@ -309,7 +309,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 0ba177a2516e0c9c20888c7d0f8287f9" } ] @@ -339,7 +339,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: d73f171b0510747933ffb440feea82bf" } ] @@ -369,7 +369,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: a70354d5ab4c6a3c894409a6e7d8a230" } ] @@ -399,7 +399,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 3eede9f3ff49a9a94b23ec060c9df1aa" } ] @@ -429,7 +429,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: b7e36736ec8271287d27bb014cc469bd" } ] @@ -459,7 +459,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 1ae9c8a446e4168d88d37e3c6ae498e5" } ] @@ -489,7 +489,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 393cc91e23ba5dff8f3c47066b2db542" } ] @@ -519,7 +519,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: b2233be80a746e0b682b7f712975e854" } ] @@ -549,7 +549,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: a01f789672b2252f1bb52ba2ee1abe97" } ] @@ -579,7 +579,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 16c92a735a3f4f23b16b71ee442cc58a" } ] @@ -609,7 +609,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 482f4165fbdf18b5faed6f37c305ec4c" } ] @@ -639,7 +639,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 1fd10415d9c32ce22582df2b59517fcf" } ] @@ -669,7 +669,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 0781dd9e45f95298c1cd52d71b4c635c" } ] @@ -699,7 +699,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 1bc1c1987430892aca8f4e106d92b5bf" } ] @@ -729,7 +729,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: ce490b225cb2605336e6f2d61f1cb53f" } ] @@ -759,7 +759,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 8b11e270d322e47c44857f3218a12f56" } ] @@ -789,7 +789,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 76520285bb0f5bf4e6fc242dc7e19b9a" } ] @@ -819,7 +819,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 1ea146bfb0d75c9193e49750825e0ace" } ] @@ -849,7 +849,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 032c56e517c4ecf8adb851c801559219" } ] @@ -879,7 +879,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: e42c91891a468b1152f2ecd910c26392" } ] @@ -909,7 +909,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 32cf2baf6007fd9dcf3c957b797f07ed" } ] @@ -939,7 +939,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 4afa07d70ad8fe31acee5801568e2675" } ] @@ -969,7 +969,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: aea273188e8457fd89ca75fd4e80bb57" } ] @@ -999,7 +999,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 0191fa8694e76d0814366a0a0d40797b" } ] @@ -1029,7 +1029,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 19b8325423b4ee4c5932c34cfdb6cd46" } ] @@ -1059,7 +1059,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 2dfdf488eae1a735daca17b2480a177c" } ] @@ -1089,7 +1089,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 96a69a7c373bb992af252941436bbc31" } ] @@ -1119,7 +1119,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 26e9e5d3888a77cfdbd90682f33c2bbc" } ] @@ -1149,7 +1149,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: fd62e12dcf7946c0a84b0b25f743cb0a" } ] @@ -1179,7 +1179,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 6252e754c2f9a832789becfbb4995fb0" } ] @@ -1209,7 +1209,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 6a71cb69d3fa75940bbab5ceec3487b7" } ] @@ -1239,7 +1239,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 6aa8b7a983388c82b7806817441639f0" } ] @@ -1269,7 +1269,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: fbd06dfe57683923eb3c4126a274089c" } ] @@ -1299,7 +1299,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: e9000cf06fa18d4a2a14e4fd938760fc" } ] @@ -1329,7 +1329,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 42e29fcdb5d8c69dbf05e5b095ddde70" } ] @@ -1359,7 +1359,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 18c95d158c0d0d44cee5071d76c18aa7" } ] @@ -1389,7 +1389,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 3fb31080b2b88726a1d6c563d7dc1f53" } ] @@ -1419,7 +1419,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 2b8f64a8be4fc7fef20e1a0c70a3a292" } ] @@ -1449,7 +1449,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: f0103b274a9c20773360a6de2b03fc38" } ] @@ -1479,7 +1479,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: ffd4c8adcc6a5db4dd712a000b39ac9d" } ] @@ -1509,7 +1509,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: cdbb8cbc9b331aae0100fcdcfceea245" } ] @@ -1539,7 +1539,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 74f0df98af26f5007b9c0d597ece5f2c" } ] @@ -1569,7 +1569,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: aa902943d511988ea7e7c90e090f5533" } ] @@ -1599,7 +1599,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: e6deceadfd64aaacbae0877905255ac9" } ] @@ -1629,7 +1629,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: c6ab4d7789825d7e06d76cc90d2616be" } ] @@ -1659,7 +1659,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 8aa1cf52b7ad517f2f226aef85d8f2f5" } ] @@ -1689,7 +1689,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 86f5e376a974549da2c6ddf69200ca0d" } ] @@ -1719,7 +1719,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 58a32943d9e452dec0b443bde7ab68f1" } ] @@ -1749,7 +1749,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 5e1fc7ff76e89014251c9fc188577bfa" } ] @@ -1779,7 +1779,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 18f9769c798ebec6ab55073392b9ca92" } ] @@ -1809,7 +1809,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 72c71b935fdab373524c93688d68027a" } ] @@ -1839,7 +1839,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 7c603cdfb53b1e8473479eecf5311c95" } ] @@ -1869,7 +1869,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 418ae7528069ed467c00d56c22e39ff9" } ] @@ -1899,7 +1899,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: bad5c33d7873032cc2efedf559445b30" } ] @@ -1929,7 +1929,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 7493836fe572582cdd4b6648dd4e8fdf" } ] @@ -1959,7 +1959,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: a36333a91b3d4285c8c0d43b62220c4e" } ] @@ -1989,7 +1989,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: f6a1c2a29bfb46627905704d1b83f388" } ] @@ -2019,7 +2019,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: aa44c950cef2a694f50d8ca6bf6d039f" } ] @@ -2049,7 +2049,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 5db76ca03affff90d201e32f3ce1f317" } ] @@ -2079,7 +2079,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 1bad4a76ab4b361dfbe67f856beeb3ec" } ] @@ -2109,7 +2109,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 07a4b821820285b0a2bcb7f161cc632e" } ] @@ -2139,7 +2139,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: ee1aa8a495360dda2eca57319cd63791" } ] @@ -2169,7 +2169,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 6e2be9c750229e9a46ccd8827c97f447" } ] @@ -2199,7 +2199,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: d924084c9ddf1cf95933317a99e28e98" } ] @@ -2229,7 +2229,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 5ac3c42a071433674803a9475f64271a" } ] @@ -2259,7 +2259,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: e2ef5192eb1e412c9ac6690795d763a4" } ] @@ -2289,7 +2289,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 179feb1fe0324a8d77eec19d3bc8ab08" } ] @@ -2319,7 +2319,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 026c0b75416b3312f9a8c55ed79d0acf" } ] @@ -2349,7 +2349,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: bbd4e69a12e039eb005a3d85b6c88aae" } ] diff --git a/sbom/examples/rpm/release/openshift-pipelines-client-1.14.3-11352.el8.spdx.json b/sbom/examples/rpm/release/openshift-pipelines-client-1.14.3-11352.el8.spdx.json index d5098c6..84412f3 100644 --- a/sbom/examples/rpm/release/openshift-pipelines-client-1.14.3-11352.el8.spdx.json +++ b/sbom/examples/rpm/release/openshift-pipelines-client-1.14.3-11352.el8.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] @@ -18720,7 +18720,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: ff3f705ac3e7d126414e2ddac0ca6698" } ] @@ -18841,7 +18841,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 72cb02dc0199f79d373d0711fb9f34a1" } ] @@ -18871,7 +18871,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: af4f27125181cd98a50d0ab1e9a674f4" } ] @@ -18901,7 +18901,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: a256612eeae23411aed22f8648143ddb" } ] @@ -18931,7 +18931,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: b78748d047c9228691469e04046a5e8a" } ] @@ -18961,7 +18961,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 12a4752a5db8103c95014b84bfc3c324" } ] @@ -18991,7 +18991,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: aecd200bcec7df622e6f5865535d17a7" } ] @@ -19021,7 +19021,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 64c4de3e0b4df349d3ac5d801e2aac86" } ] @@ -19051,7 +19051,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 20369982b93b4710c630a5032a887938" } ] diff --git a/sbom/examples/rpm/release/openssl-3.0.7-18.el9_2.spdx.json b/sbom/examples/rpm/release/openssl-3.0.7-18.el9_2.spdx.json index e7b5c26..8e1b076 100644 --- a/sbom/examples/rpm/release/openssl-3.0.7-18.el9_2.spdx.json +++ b/sbom/examples/rpm/release/openssl-3.0.7-18.el9_2.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] @@ -106,7 +106,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 0da276f660b44ab5bd128db8aa3d8ce1" } ] @@ -186,7 +186,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 4cc665dd3173c8952184293588f9ee46" } ] @@ -226,7 +226,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 8bf628bbb31e41bcc4139001ffca1fcb" } ] @@ -266,7 +266,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: a4815b267d59c43662d6ea94d6b32eba" } ] @@ -306,7 +306,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: f9e91d29b3e3b10cb1fe6b792d6ec3c6" } ] @@ -346,7 +346,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 2a8826422579bd43b49774d11a68e383" } ] @@ -386,7 +386,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: b6245825de11c602beff7870c7612542" } ] @@ -426,7 +426,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 728afe59ed2768caea0634737878e2b9" } ] @@ -466,7 +466,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 2b8f23243dc5469c31a1d78fe817cc63" } ] @@ -506,7 +506,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 0a8de436e7188fd6a2eae746d0afce1f" } ] @@ -546,7 +546,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 8bc5175c12d9772a5dee1721f40f691e" } ] @@ -586,7 +586,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: c8006421182838d0db0559f89121e14d" } ] @@ -626,7 +626,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 7d0cccc64dfed49cf9954784fb52d6d8" } ] @@ -666,7 +666,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: df3c6c904df9135c5dbfb125be69cdb6" } ] @@ -706,7 +706,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 050d1106c338216f24cf1300b73e7647" } ] @@ -746,7 +746,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: cc789f980e1db3b3b49106f09d94b459" } ] @@ -786,7 +786,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 3ceb671050a402f897728066d844414e" } ] @@ -826,7 +826,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 4437626dedb09a7d5fefea71391d9666" } ] @@ -866,7 +866,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 427cd7fdea922cddcfbdd736b6bb8717" } ] @@ -906,7 +906,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 497871ca44f5dd4859c73c507f7c40f8" } ] @@ -946,7 +946,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: eea71314fcc3f1be5af5d6773f82b6da" } ] @@ -986,7 +986,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 0c92f2f4cd6bd41361dc25ddd4ffbb21" } ] @@ -1026,7 +1026,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 62bc1369f326b14bfdb5450a59086c05" } ] @@ -1066,7 +1066,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 746bb9be1752b46631e55fc2e8c1d48e" } ] @@ -1106,7 +1106,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 94d964a9a930e8c914e7601b9df395a0" } ] @@ -1146,7 +1146,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 862b17959c237e619217fabcf9939212" } ] @@ -1186,7 +1186,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: cceaf391f5defa464df7bb55b6ad7486" } ] @@ -1226,7 +1226,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: ebe25fb0a0033a8e0248869989e587e8" } ] @@ -1266,7 +1266,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 94df67b3c5c8d3cb192ba79d6559b46f" } ] @@ -1306,7 +1306,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 5ccbf569de20ef8c965993391c024832" } ] @@ -1346,7 +1346,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 349224e7170e1bcee0cf15c04164fe85" } ] @@ -1386,7 +1386,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 8ea0991914a7a90bccdee1264baaf74f" } ] @@ -1426,7 +1426,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 12e9fefcf812eaf6e727b53b613d7f88" } ] @@ -1466,7 +1466,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: fd189955871f77470c91193b845f755f" } ] @@ -1506,7 +1506,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 5678f991a6d453ae482989fbe2ef5e51" } ] @@ -1546,7 +1546,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 879e4c4ba7c890c9fba001534ea552b5" } ] diff --git a/sbom/examples/rpm/release/poppler-21.01.0-19.el9.spdx.json b/sbom/examples/rpm/release/poppler-21.01.0-19.el9.spdx.json index d4c33dc..e98b5bb 100644 --- a/sbom/examples/rpm/release/poppler-21.01.0-19.el9.spdx.json +++ b/sbom/examples/rpm/release/poppler-21.01.0-19.el9.spdx.json @@ -3,7 +3,7 @@ "dataLicense": "CC-BY-4.0", "SPDXID": "SPDXRef-DOCUMENT", "creationInfo": { - "created": "2006-08-14T02:34:56+00:00", + "created": "2006-08-14T02:34:56Z", "creators": [ "Tool: example SPDX document only" ] @@ -151,7 +151,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 4f9cf76a6dd456bb727d6bda82644760" } ] @@ -229,7 +229,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 0967a27ade9f092d91e27dbc10a4593a" } ] @@ -274,7 +274,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 68e2eae7b9b260f885ac7b696d606118" } ] @@ -319,7 +319,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 5c1adabfbcb0e5cb11208e6244dd9a38" } ] @@ -364,7 +364,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 9ef555b6d0f543032d4379b3392f222d" } ] @@ -409,7 +409,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 7bc229d8a5eaaa44d7b1d439afeb6612" } ] @@ -454,7 +454,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 6b59ba590ed0f767ec9aa535d43bf04b" } ] @@ -499,7 +499,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: a160491f95353f1786a39dcd2a4cf962" } ] @@ -544,7 +544,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 0ba177a2516e0c9c20888c7d0f8287f9" } ] @@ -589,7 +589,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: d73f171b0510747933ffb440feea82bf" } ] @@ -634,7 +634,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: a70354d5ab4c6a3c894409a6e7d8a230" } ] @@ -679,7 +679,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 3eede9f3ff49a9a94b23ec060c9df1aa" } ] @@ -724,7 +724,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: b7e36736ec8271287d27bb014cc469bd" } ] @@ -769,7 +769,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 1ae9c8a446e4168d88d37e3c6ae498e5" } ] @@ -814,7 +814,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 393cc91e23ba5dff8f3c47066b2db542" } ] @@ -859,7 +859,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: b2233be80a746e0b682b7f712975e854" } ] @@ -904,7 +904,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: a01f789672b2252f1bb52ba2ee1abe97" } ] @@ -949,7 +949,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 16c92a735a3f4f23b16b71ee442cc58a" } ] @@ -994,7 +994,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 482f4165fbdf18b5faed6f37c305ec4c" } ] @@ -1039,7 +1039,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 1fd10415d9c32ce22582df2b59517fcf" } ] @@ -1084,7 +1084,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 0781dd9e45f95298c1cd52d71b4c635c" } ] @@ -1129,7 +1129,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 1bc1c1987430892aca8f4e106d92b5bf" } ] @@ -1174,7 +1174,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: ce490b225cb2605336e6f2d61f1cb53f" } ] @@ -1219,7 +1219,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 8b11e270d322e47c44857f3218a12f56" } ] @@ -1264,7 +1264,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 76520285bb0f5bf4e6fc242dc7e19b9a" } ] @@ -1309,7 +1309,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 1ea146bfb0d75c9193e49750825e0ace" } ] @@ -1354,7 +1354,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 032c56e517c4ecf8adb851c801559219" } ] @@ -1399,7 +1399,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: e42c91891a468b1152f2ecd910c26392" } ] @@ -1444,7 +1444,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 32cf2baf6007fd9dcf3c957b797f07ed" } ] @@ -1489,7 +1489,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 4afa07d70ad8fe31acee5801568e2675" } ] @@ -1534,7 +1534,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: aea273188e8457fd89ca75fd4e80bb57" } ] @@ -1579,7 +1579,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 0191fa8694e76d0814366a0a0d40797b" } ] @@ -1624,7 +1624,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 19b8325423b4ee4c5932c34cfdb6cd46" } ] @@ -1669,7 +1669,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 2dfdf488eae1a735daca17b2480a177c" } ] @@ -1714,7 +1714,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 96a69a7c373bb992af252941436bbc31" } ] @@ -1759,7 +1759,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 26e9e5d3888a77cfdbd90682f33c2bbc" } ] @@ -1804,7 +1804,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: fd62e12dcf7946c0a84b0b25f743cb0a" } ] @@ -1849,7 +1849,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 6252e754c2f9a832789becfbb4995fb0" } ] @@ -1894,7 +1894,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 6a71cb69d3fa75940bbab5ceec3487b7" } ] @@ -1939,7 +1939,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 6aa8b7a983388c82b7806817441639f0" } ] @@ -1984,7 +1984,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: fbd06dfe57683923eb3c4126a274089c" } ] @@ -2029,7 +2029,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: e9000cf06fa18d4a2a14e4fd938760fc" } ] @@ -2074,7 +2074,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 42e29fcdb5d8c69dbf05e5b095ddde70" } ] @@ -2119,7 +2119,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 18c95d158c0d0d44cee5071d76c18aa7" } ] @@ -2164,7 +2164,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 3fb31080b2b88726a1d6c563d7dc1f53" } ] @@ -2209,7 +2209,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 2b8f64a8be4fc7fef20e1a0c70a3a292" } ] @@ -2254,7 +2254,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: f0103b274a9c20773360a6de2b03fc38" } ] @@ -2299,7 +2299,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: ffd4c8adcc6a5db4dd712a000b39ac9d" } ] @@ -2344,7 +2344,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: cdbb8cbc9b331aae0100fcdcfceea245" } ] @@ -2389,7 +2389,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 74f0df98af26f5007b9c0d597ece5f2c" } ] @@ -2434,7 +2434,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: aa902943d511988ea7e7c90e090f5533" } ] @@ -2479,7 +2479,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: e6deceadfd64aaacbae0877905255ac9" } ] @@ -2524,7 +2524,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: c6ab4d7789825d7e06d76cc90d2616be" } ] @@ -2569,7 +2569,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 8aa1cf52b7ad517f2f226aef85d8f2f5" } ] @@ -2614,7 +2614,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 86f5e376a974549da2c6ddf69200ca0d" } ] @@ -2659,7 +2659,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 58a32943d9e452dec0b443bde7ab68f1" } ] @@ -2704,7 +2704,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 5e1fc7ff76e89014251c9fc188577bfa" } ] @@ -2749,7 +2749,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 18f9769c798ebec6ab55073392b9ca92" } ] @@ -2794,7 +2794,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 72c71b935fdab373524c93688d68027a" } ] @@ -2839,7 +2839,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 7c603cdfb53b1e8473479eecf5311c95" } ] @@ -2884,7 +2884,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 418ae7528069ed467c00d56c22e39ff9" } ] @@ -2929,7 +2929,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: bad5c33d7873032cc2efedf559445b30" } ] @@ -2974,7 +2974,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 7493836fe572582cdd4b6648dd4e8fdf" } ] @@ -3019,7 +3019,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: a36333a91b3d4285c8c0d43b62220c4e" } ] @@ -3064,7 +3064,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: f6a1c2a29bfb46627905704d1b83f388" } ] @@ -3109,7 +3109,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: aa44c950cef2a694f50d8ca6bf6d039f" } ] @@ -3154,7 +3154,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 5db76ca03affff90d201e32f3ce1f317" } ] @@ -3199,7 +3199,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 1bad4a76ab4b361dfbe67f856beeb3ec" } ] @@ -3244,7 +3244,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 07a4b821820285b0a2bcb7f161cc632e" } ] @@ -3289,7 +3289,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: ee1aa8a495360dda2eca57319cd63791" } ] @@ -3334,7 +3334,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 6e2be9c750229e9a46ccd8827c97f447" } ] @@ -3379,7 +3379,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: d924084c9ddf1cf95933317a99e28e98" } ] @@ -3424,7 +3424,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 5ac3c42a071433674803a9475f64271a" } ] @@ -3469,7 +3469,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: e2ef5192eb1e412c9ac6690795d763a4" } ] @@ -3514,7 +3514,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 179feb1fe0324a8d77eec19d3bc8ab08" } ] @@ -3559,7 +3559,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: 026c0b75416b3312f9a8c55ed79d0acf" } ] @@ -3604,7 +3604,7 @@ { "annotationType": "OTHER", "annotator": "Tool: example SPDX document only", - "annotationDate": "2006-08-14T02:34:56+00:00", + "annotationDate": "2006-08-14T02:34:56Z", "comment": "sigmd5: bbd4e69a12e039eb005a3d85b6c88aae" } ]