aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2023-02-28Added blueprints to spdx-tools libraryIbrahim Kanouche
Test: m all Change-Id: Iccd31e33b40d6d7cd1a876ca468332b01d1b9e34
2022-10-10chore: correct RDF 2.2 exampleKeith Zantow
Signed-off-by: Keith Zantow <kzantow@gmail.com>
2022-10-07chore: add tag value reader and parser for v2.3Keith Zantow
Signed-off-by: Keith Zantow <kzantow@gmail.com>
2022-10-07chore: Add YAML support for v2.3 data modelKeith Zantow
Signed-off-by: Keith Zantow <kzantow@gmail.com>
2022-10-07chore: Update v2.3 JSON testKeith Zantow
Signed-off-by: Keith Zantow <kzantow@gmail.com>
2022-10-06chore: Add v2.3 data model and JSON supportKeith Zantow
Signed-off-by: Keith Zantow <kzantow@gmail.com>
2022-07-19replace all v2_1, v2_2 with new conventionBrandon Lum
Signed-off-by: Brandon Lum <lumjjb@gmail.com>
2022-05-05DOcumentation fixCatalinStratu
Signed-off-by: CatalinStratu <catalinstratu45@gmail.com>
2022-05-05YAML and JSON documenttion fixesCatalinStratu
Signed-off-by: CatalinStratu <catalinstratu45@gmail.com>
2022-05-05Add YAML and JSON documentation fixesCatalinStratu
Signed-off-by: CatalinStratu <catalinstratu45@gmail.com>
2022-05-05Add YAML use exampleCatalinStratu
Signed-off-by: CatalinStratu <catalinstratu45@gmail.com>
2022-05-05Overhaul structs, refactor JSON parser and saverIan Ling
Signed-off-by: Ian Ling <ian@iancaling.com> Signed-off-by: CatalinStratu <catalinstratu45@gmail.com>
2022-05-05examples: Fix commands for example 6Steve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net> Signed-off-by: CatalinStratu <catalinstratu45@gmail.com>
2022-05-05examples: Add modified hello sample for licensediff exampleSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net> Signed-off-by: CatalinStratu <catalinstratu45@gmail.com>
2022-03-30examples: Move and rename tag-value samplesSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2022-03-30examples: Fix minor typos and wordingSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2022-03-30examples: Add comments with sample run commands (#123)CatalinStratu
Signed-off-by: CatalinStratu <catalinstratu45@gmail.com>
2022-03-15Fixes signoffCatalin
Signed-off-by: Catalin <catalinstratu45@gmail.com> Signed-off-by: Catalin Stratu <catalinstratu45@gmail.com>
2022-03-15Fixes for Linux OSCatalin
Signed-off-by: Catalin Stratu <catalinstratu45@gmail.com>
2022-03-15builder: File paths are not relative, bug fixesCatalin Stratu
Signed-off-by: Catalin Stratu <catalinstratu45@gmail.com>
2021-08-06Examples : add example of jsonloader and remove existing conversion examplesUjjwal Agarwal
- bug fixes in json saver done as well - test covereage of jsonparser increased Signed-off-by: Ujjwal Agarwal <ujjwalcoding012@gmail.com>
2021-07-16Examples : Write description of jsonsaver example in readmeUjjwal Agarwal
Signed-off-by: Ujjwal Agarwal <ujjwalcoding012@gmail.com>
2021-07-16Examples : Write desxription of jsonsaver in the ReadmeUjjwal Agarwal
Signed-off-by: Ujjwal Agarwal <ujjwalcoding012@gmail.com>
2021-07-16Jsonsaver : Simplify json saving without maintaining the orderUjjwal Agarwal
- Unnecessary functioanlity of maintinging the order of properyies removed - usage of map[string]interafce{} introduced Signed-off-by: Ujjwal Agarwal <ujjwalcoding012@gmail.com>
2021-07-15Jsonsaver : Fix tag names fro reverse compatibilityUjjwal Agarwal
- Parse a jsonsaved file using jsonloader and fixx the bugs discovered Signed-off-by: Ujjwal Agarwal <ujjwalcoding012@gmail.com>
2021-07-04Update README and add release details for 0.1.0Steve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2021-06-22bugfix : make required changes to jsonloader example due to reorganized ↵specter25
folder structure Signed-off-by: specter25 <ujjwalcoding012@gmail.com>
2021-06-22bugfix : make required changes to jsonloader example due to reorganized ↵specter25
folder structure Signed-off-by: specter25 <ujjwalcoding012@gmail.com>
2021-06-17Rename json to tv examplespecter25
- Rename the json to tv example - Fix grammatical errors in example readme Signed-off-by: specter25 <ujjwalcoding012@gmail.com>
2021-06-17Add example files to jsonparser to tv saver examplespecter25
- Add special relationship tests in jsonparser to tvsaver file Signed-off-by: specter25 <ujjwalcoding012@gmail.com>
2021-06-14Format comments in JSON to tvsaver examplespecter25
Signed-off-by: specter25 <ujjwalcoding012@gmail.com>
2021-06-14Add example to convert spdx json to spdx tag-valuespecter25
Signed-off-by: specter25 <ujjwalcoding012@gmail.com>
2020-11-14Add missing license idsSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2020-08-19Add Support For RDFLoader Without LicenseRishabhBhatnagar
- The Licensing Info is Incomplete - Some other attributes are not set in the tools-golang data model. Signed-off-by: RishabhBhatnagar <bhatnagarrishabh4@gmail.com>
2020-06-14Update examples to 2.2Steve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2020-05-10Refactor examples to handle element ID mapsSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2020-01-09Create Go ModuleRishabhBhatnagar
- Unpack directory v0 to move all the content to the root directory. - ./v0/* converted to ./* - all the test cases were fixed to remove one directory less indexing for test files - add go.mod - go version 1.13 is used to have a relatively stable versioning system Signed-off-by: RishabhBhatnagar <bhatnagarrishabh4@gmail.com>
2019-01-12Updated imports and docs for spdx/tools-golangSteve Winslow
Signed-off-by: Steve Winslow <swinslow@gmail.com>
2018-12-06Added example for licensediffSteve Winslow
Signed-off-by: Steve Winslow <swinslow@gmail.com>
2018-10-24Added examples (#29)Steve Winslow
Closes #27 Signed-off-by: Steve Winslow <swinslow@gmail.com>