From 0b44aaee71edbf896eff16e62f01296911d62084 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Thu, 9 Jan 2025 07:53:12 +0000 Subject: [PATCH] Fix Example 14 title (was "Example 1") Also add "diff" language code to the code block, so the diffs got highlighted. Signed-off-by: Arthit Suriyawongkul Signed-off-by: Arthit Suriyawongkul --- software/example14/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/software/example14/README.md b/software/example14/README.md index 8c0a61c..d74b48e 100644 --- a/software/example14/README.md +++ b/software/example14/README.md @@ -1,4 +1,4 @@ -# Example 1 +# Example 14 ## Description @@ -7,16 +7,16 @@ An [existing (original) SPDX document](content/examplemaven-0.0.1.spdx.json) is ## Comments In addition to any modifications made to the original SPDX document, the following changes are made to the resultant enriched SPDX document: + - Create a new `documentNamespace` - this is required since the enriched document does not contain exactly the same SPDX metadata - Update the `created` timestamp to the time this document was generated - Add a tool to the creators for the enrichment tool - Create an `AMENDS` relationship from the enriched document to the original document - Add an `externalDocumentRef` for the original document - this is necessary to create the relationship and provides a checksum for verifying the integrity of the original document - Below is a diff for the above-mentioned changes: -``` +```diff 6c6 < "documentNamespace": "http://spdx.org/documents/examplemaven-0.0.1", --- @@ -46,5 +46,4 @@ Below is a diff for the above-mentioned changes: > "relationshipType": "AMENDS", > "comment": "The original document and been enriched by the Parlay application" > }, - -``` \ No newline at end of file +```