/aosp_15_r20/external/spdx-tools/spdxlib/ |
H A D | described_elements_test.go | 20 DataLicense: "CC0-1.0", 81 DataLicense: "CC0-1.0", 107 DataLicense: "CC0-1.0", 137 DataLicense: "CC0-1.0", 156 DataLicense: "CC0-1.0", 172 DataLicense: "CC0-1.0", 189 DataLicense: "CC0-1.0", 250 DataLicense: "CC0-1.0", 276 DataLicense: "CC0-1.0", 306 DataLicense: "CC0-1.0", [all …]
|
H A D | documents_test.go | 20 DataLicense: "CC0-1.0", 66 DataLicense: "CC0-1.0", 106 DataLicense: "CC0-1.0", 152 DataLicense: "CC0-1.0", 192 DataLicense: "CC0-1.0", 238 DataLicense: "CC0-1.0",
|
H A D | relationships_test.go | 19 DataLicense: "CC0-1.0", 87 DataLicense: "CC0-1.0",
|
/aosp_15_r20/build/make/tools/compliance/cmd/sbom/ |
H A D | sbom_test.go | 60 DataLicense: "CC0-1.0", 188 DataLicense: "CC0-1.0", 267 DataLicense: "CC0-1.0", 395 DataLicense: "CC0-1.0", 461 DataLicense: "CC0-1.0", 501 DataLicense: "CC0-1.0", 635 DataLicense: "CC0-1.0", 769 DataLicense: "CC0-1.0", 854 DataLicense: "CC0-1.0", 926 DataLicense: "CC0-1.0", [all …]
|
/aosp_15_r20/external/spdx-tools/tvloader/parser2v3/ |
H A D | parser_test.go | 17 tvPair2 := reader.TagValuePair{Tag: "DataLicense", Value: "CC0-1.0"} 30 if doc.DataLicense != "CC0-1.0" { 31 t.Errorf("expected DataLicense to be CC0-1.0, got %v", doc.DataLicense) 75 {Tag: "DataLicense", Value: "CC0-1.0"}, 89 {Tag: "DataLicense", Value: "CC0-1.0"},
|
H A D | parser.go | 70 case "DataLicense": 71 parser.doc.DataLicense = value
|
/aosp_15_r20/external/spdx-tools/tvloader/parser2v2/ |
H A D | parser_test.go | 17 tvPair2 := reader.TagValuePair{Tag: "DataLicense", Value: "CC0-1.0"} 30 if doc.DataLicense != "CC0-1.0" { 31 t.Errorf("expected DataLicense to be CC0-1.0, got %v", doc.DataLicense) 75 {Tag: "DataLicense", Value: "CC0-1.0"}, 89 {Tag: "DataLicense", Value: "CC0-1.0"},
|
H A D | parser.go | 70 case "DataLicense": 71 parser.doc.DataLicense = value
|
/aosp_15_r20/external/spdx-tools/tvloader/parser2v1/ |
H A D | parser_test.go | 17 tvPair2 := reader.TagValuePair{Tag: "DataLicense", Value: "CC0-1.0"} 30 if doc.DataLicense != "CC0-1.0" { 31 t.Errorf("expected DataLicense to be CC0-1.0, got %v", doc.DataLicense) 75 {Tag: "DataLicense", Value: "CC0-1.0"}, 89 {Tag: "DataLicense", Value: "CC0-1.0"},
|
H A D | parser.go | 71 case "DataLicense": 72 parser.doc.DataLicense = value
|
/aosp_15_r20/external/spdx-tools/rdfloader/parser2v2/ |
H A D | parse_spdx_document.go | 35 case SPDX_DATA_LICENSE: // 2.2: dataLicense 37 dataLicense, err := parser.getAnyLicenseFromNode(subTriple.Object) 41 parser.doc.DataLicense = dataLicense.ToLicenseString()
|
H A D | parse_spdx_document_test.go | 82 // TestCase 2: erroneous dataLicense 85 <spdx:dataLicense rdf:resource="http://spdx.org/rdf/terms#Unknown" /> 91 t.Errorf("expected an error due to invalid dataLicense, got %v", err) 184 <spdx:dataLicense rdf:resource="http://spdx.org/licenses/CC0-1.0" />
|
/aosp_15_r20/external/spdx-tools/rdfloader/parser2v3/ |
H A D | parse_spdx_document.go | 35 case SPDX_DATA_LICENSE: // 2.2: dataLicense 37 dataLicense, err := parser.getAnyLicenseFromNode(subTriple.Object) 41 parser.doc.DataLicense = dataLicense.ToLicenseString()
|
H A D | parse_spdx_document_test.go | 82 // TestCase 2: erroneous dataLicense 85 <spdx:dataLicense rdf:resource="http://spdx.org/rdf/terms#Unknown" /> 91 t.Errorf("expected an error due to invalid dataLicense, got %v", err) 184 <spdx:dataLicense rdf:resource="http://spdx.org/licenses/CC0-1.0" />
|
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v2/ |
H A D | save_document.go | 28 if doc.DataLicense != "" { 29 fmt.Fprintf(w, "DataLicense: %s\n", doc.DataLicense)
|
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v1/ |
H A D | save_document.go | 28 if doc.DataLicense != "" { 29 fmt.Fprintf(w, "DataLicense: %s\n", doc.DataLicense)
|
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v3/ |
H A D | save_document.go | 28 if doc.DataLicense != "" { 29 fmt.Fprintf(w, "DataLicense: %s\n", doc.DataLicense)
|
/aosp_15_r20/external/spdx-tools/builder/ |
H A D | build.go | 76 DataLicense: "CC0-1.0", 145 DataLicense: "CC0-1.0", 214 DataLicense: "CC0-1.0",
|
H A D | build_test.go | 41 if doc.DataLicense != "CC0-1.0" { 42 t.Errorf("expected %s, got %s", "CC0-1.0", doc.DataLicense) 452 if doc.DataLicense != "CC0-1.0" { 453 t.Errorf("expected %s, got %s", "CC0-1.0", doc.DataLicense)
|
/aosp_15_r20/external/spdx-tools/examples/7-rdfloader/ |
H A D | exampleRDFLoader.go | 45 fmt.Printf("DataLicense: %s\n", doc.DataLicense)
|
/aosp_15_r20/external/spdx-tools/examples/10-jsonloader/ |
H A D | example_json_loader.go | 51 fmt.Printf("DataLicense: %s\n", doc.DataLicense)
|
/aosp_15_r20/external/spdx-tools/examples/13-yamlloader/ |
H A D | exampleYAMLLoader.go | 51 fmt.Printf("DataLicense: %s\n", doc.DataLicense)
|
/aosp_15_r20/external/spdx-tools/spdx/v2_3/ |
H A D | document.go | 32 DataLicense string `json:"dataLicense"` member
|
/aosp_15_r20/external/spdx-tools/spdx/v2_2/ |
H A D | document.go | 32 DataLicense string `json:"dataLicense"` member
|
/aosp_15_r20/external/spdx-tools/spdx/v2_1/ |
H A D | document.go | 32 DataLicense string `json:"dataLicense"` member
|