Skip to content

Commit 63ebf7d

Browse files
bactgoneall
authored andcommitted
README: Update link of SPDX Online Tools
- Updated label of link to SPDX Online Tools - Updated SPDX Tools version references from 2.0.1 to 2.0.2 in examples Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent 5d1ce1f commit 63ebf7d

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,18 @@ The following converter tools support SPDX format:
5454

5555
Example to convert a SPDX file from Tag to RDF format:
5656

57-
java -jar tools-java-2.0.1-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.rdf
57+
java -jar tools-java-2.0.2-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.rdf
5858

5959
The file formats can optionally be provided as the 3rd and 4th parameter for the input and output formats respectively. An optional 5th option `excludeLicenseDetails` will not copy the listed license properties to the output file. The following example will copy a JSON format to an RDF Turtle format without including the listed license properties:
6060

61-
java -jar tools-java-2.0.1-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.ttl TAG RDFTTL excludeLicenseDetails
61+
java -jar tools-java-2.0.2-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.ttl TAG RDFTTL excludeLicenseDetails
6262

6363
To convert from SPDX 2 to SPDX 3.0.1:
6464

6565
* use the file extension `.jsonld.json` or `.jsonld`;
6666
* or add the options for the from and to file types:
6767

68-
java -jar tools-java-2.0.1-jar-with-dependencies.jar Convert hello.spdx hello.spdx.json TAG JSONLD
68+
java -jar tools-java-2.0.2-jar-with-dependencies.jar Convert hello.spdx hello.spdx.json TAG JSONLD
6969

7070
## Compare utilities
7171

@@ -75,13 +75,13 @@ The following tools can be used to compare one or more SPDX documents:
7575

7676
Example to compare multiple SPDX files provided in RDF format and provide a spreadsheet with the results:
7777

78-
java -jar tools-java-2.0.1-jar-with-dependencies.jar CompareDocs output.xlsx doc1 doc2 ... docN
78+
java -jar tools-java-2.0.2-jar-with-dependencies.jar CompareDocs output.xlsx doc1 doc2 ... docN
7979

8080
* CompareMultipleSpdxDocs with directory
8181

8282
Example to compare all SPDX documents in a directory "/home/me/spdxdocs" and provide a spreadsheet with the results:
8383

84-
java -jar tools-java-2.0.1-jar-with-dependencies.jar CompareDocs output.xlsx /home/me/spdxdocs
84+
java -jar tools-java-2.0.2-jar-with-dependencies.jar CompareDocs output.xlsx /home/me/spdxdocs
8585

8686
## SPDX Viewer
8787

@@ -91,7 +91,7 @@ The following tool can be used to "Pretty Print" an SPDX document.
9191

9292
Sample usage:
9393

94-
java -jar tools-java-2.0.1-jar-with-dependencies.jar SPDXViewer ../testResources/SPDXRdfExample-v2.2.spdx.rdf
94+
java -jar tools-java-2.0.2-jar-with-dependencies.jar SPDXViewer ../testResources/SPDXRdfExample-v2.2.spdx.rdf
9595

9696
## Verifier
9797

@@ -101,7 +101,7 @@ The following tool can be used to verify an SPDX document:
101101

102102
Sample usage:
103103

104-
java -jar tools-java-2.0.1-jar-with-dependencies.jar Verify ../testResources/SPDXRdfExample-v2.2.spdx.rdf
104+
java -jar tools-java-2.0.2-jar-with-dependencies.jar Verify ../testResources/SPDXRdfExample-v2.2.spdx.rdf
105105

106106
## Generators
107107

@@ -111,11 +111,13 @@ The following tool can be used to generate an SPDX verification code from a dire
111111

112112
Sample usage:
113113

114-
java -jar tools-java-2.0.1-jar-with-dependencies.jar GenerateVerificationCode sourceDirectory [ignoredFilesRegex]
114+
java -jar tools-java-2.0.2-jar-with-dependencies.jar GenerateVerificationCode sourceDirectory [ignoredFilesRegex]
115115

116116
## SPDX Validation Tool
117117

118-
The SPDX Workgroup provides an online interface to validate, compare, and convert SPDX documents in addition to the command line options above. The [SPDX Validation Tool](https://tools.spdx.org/app/validate/) is an all-in-one portal to upload and parse SPDX documents for validation, comparison and conversion and search the SPDX license list.
118+
The SPDX Workgroup provides an online interface to validate, compare, and convert SPDX documents in addition to the command line options above.
119+
120+
The [SPDX Online Tools](https://tools.spdx.org/) is an all-in-one portal to upload and parse SPDX documents for validation, comparison and conversion and search the SPDX license list.
119121

120122
## License
121123

0 commit comments

Comments
 (0)