Home
last modified time | relevance | path

Searched full:datalicense (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/spdx-tools/spdxlib/
H A Ddescribed_elements_test.go20 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 Ddocuments_test.go20 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 Drelationships_test.go19 DataLicense: "CC0-1.0",
87 DataLicense: "CC0-1.0",
/aosp_15_r20/build/make/tools/compliance/cmd/sbom/
H A Dsbom_test.go60 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 Dparser_test.go17 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 Dparser.go70 case "DataLicense":
71 parser.doc.DataLicense = value
/aosp_15_r20/external/spdx-tools/tvloader/parser2v2/
H A Dparser_test.go17 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 Dparser.go70 case "DataLicense":
71 parser.doc.DataLicense = value
/aosp_15_r20/external/spdx-tools/tvloader/parser2v1/
H A Dparser_test.go17 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 Dparser.go71 case "DataLicense":
72 parser.doc.DataLicense = value
/aosp_15_r20/external/spdx-tools/rdfloader/parser2v2/
H A Dparse_spdx_document.go35 case SPDX_DATA_LICENSE: // 2.2: dataLicense
37 dataLicense, err := parser.getAnyLicenseFromNode(subTriple.Object)
41 parser.doc.DataLicense = dataLicense.ToLicenseString()
H A Dparse_spdx_document_test.go82 // 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 Dparse_spdx_document.go35 case SPDX_DATA_LICENSE: // 2.2: dataLicense
37 dataLicense, err := parser.getAnyLicenseFromNode(subTriple.Object)
41 parser.doc.DataLicense = dataLicense.ToLicenseString()
H A Dparse_spdx_document_test.go82 // 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 Dsave_document.go28 if doc.DataLicense != "" {
29 fmt.Fprintf(w, "DataLicense: %s\n", doc.DataLicense)
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v1/
H A Dsave_document.go28 if doc.DataLicense != "" {
29 fmt.Fprintf(w, "DataLicense: %s\n", doc.DataLicense)
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v3/
H A Dsave_document.go28 if doc.DataLicense != "" {
29 fmt.Fprintf(w, "DataLicense: %s\n", doc.DataLicense)
/aosp_15_r20/external/spdx-tools/builder/
H A Dbuild.go76 DataLicense: "CC0-1.0",
145 DataLicense: "CC0-1.0",
214 DataLicense: "CC0-1.0",
H A Dbuild_test.go41 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 DexampleRDFLoader.go45 fmt.Printf("DataLicense: %s\n", doc.DataLicense)
/aosp_15_r20/external/spdx-tools/examples/10-jsonloader/
H A Dexample_json_loader.go51 fmt.Printf("DataLicense: %s\n", doc.DataLicense)
/aosp_15_r20/external/spdx-tools/examples/13-yamlloader/
H A DexampleYAMLLoader.go51 fmt.Printf("DataLicense: %s\n", doc.DataLicense)
/aosp_15_r20/external/spdx-tools/spdx/v2_3/
H A Ddocument.go32 DataLicense string `json:"dataLicense"` member
/aosp_15_r20/external/spdx-tools/spdx/v2_2/
H A Ddocument.go32 DataLicense string `json:"dataLicense"` member
/aosp_15_r20/external/spdx-tools/spdx/v2_1/
H A Ddocument.go32 DataLicense string `json:"dataLicense"` member

123