Home
last modified time | relevance | path

Searched full:licenselistversion (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/external/spdx-tools/rdfloader/parser2v3/
H A Dparse_creation_info_test.go46 <spdx:licenseListVersion>2.6</spdx:licenseListVersion>
60 <spdx:licenseListVersion>2.6</spdx:licenseListVersion>
77 <spdx:licenseListVersion>2.6</spdx:licenseListVersion>
89 if ci.LicenseListVersion != "2.6" {
90 t.Errorf(`expected %s, found %s`, "2.6", ci.LicenseListVersion)
H A Dparse_spdx_document_test.go200 <spdx:licenseListVersion>2.6</spdx:licenseListVersion>
H A Dparse_creation_info.go19 ci.LicenseListVersion = triple.Object.ID
H A Dconstants.go20 SPDX_LICENSE_LIST_VERSION = NS_SPDX + "licenseListVersion"
/aosp_15_r20/external/spdx-tools/rdfloader/parser2v2/
H A Dparse_creation_info_test.go46 <spdx:licenseListVersion>2.6</spdx:licenseListVersion>
60 <spdx:licenseListVersion>2.6</spdx:licenseListVersion>
77 <spdx:licenseListVersion>2.6</spdx:licenseListVersion>
89 if ci.LicenseListVersion != "2.6" {
90 t.Errorf(`expected %s, found %s`, "2.6", ci.LicenseListVersion)
H A Dparse_spdx_document_test.go200 <spdx:licenseListVersion>2.6</spdx:licenseListVersion>
H A Dparse_creation_info.go19 ci.LicenseListVersion = triple.Object.ID
/aosp_15_r20/external/spdx-tools/tvloader/parser2v2/
H A Dparse_creation_info_test.go182 err := parser.parsePairFromCreationInfo2_2("LicenseListVersion", "3.9")
198 err := parser.parsePairFromCreationInfo2_2("LicenseListVersion", "2.2")
202 if parser.doc.CreationInfo.LicenseListVersion != "2.2" {
203 t.Errorf("got %v for LicenseListVersion", parser.doc.CreationInfo.LicenseListVersion)
H A Dparse_creation_info.go26 case "LicenseListVersion":
27 ci.LicenseListVersion = value
/aosp_15_r20/external/spdx-tools/tvloader/parser2v3/
H A Dparse_creation_info_test.go182 err := parser.parsePairFromCreationInfo2_3("LicenseListVersion", "3.9")
198 err := parser.parsePairFromCreationInfo2_3("LicenseListVersion", "2.3")
202 if parser.doc.CreationInfo.LicenseListVersion != "2.3" {
203 t.Errorf("got %v for LicenseListVersion", parser.doc.CreationInfo.LicenseListVersion)
H A Dparse_creation_info.go26 case "LicenseListVersion":
27 ci.LicenseListVersion = value
/aosp_15_r20/external/spdx-tools/tvloader/parser2v1/
H A Dparse_creation_info_test.go182 err := parser.parsePairFromCreationInfo2_1("LicenseListVersion", "3.9")
198 err := parser.parsePairFromCreationInfo2_1("LicenseListVersion", "2.2")
202 if parser.doc.CreationInfo.LicenseListVersion != "2.2" {
203 t.Errorf("got %v for LicenseListVersion", parser.doc.CreationInfo.LicenseListVersion)
H A Dparse_creation_info.go26 case "LicenseListVersion":
27 ci.LicenseListVersion = value
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v1/
H A Dsave_creation_info.go13 if ci.LicenseListVersion != "" {
14 fmt.Fprintf(w, "LicenseListVersion: %s\n", ci.LicenseListVersion)
H A Dsave_creation_info_test.go16 LicenseListVersion: "2.0",
31 want := bytes.NewBufferString(`LicenseListVersion: 2.0
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v2/
H A Dsave_creation_info.go13 if ci.LicenseListVersion != "" {
14 fmt.Fprintf(w, "LicenseListVersion: %s\n", ci.LicenseListVersion)
H A Dsave_creation_info_test.go16 LicenseListVersion: "3.9",
31 want := bytes.NewBufferString(`LicenseListVersion: 3.9
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v3/
H A Dsave_creation_info.go13 if ci.LicenseListVersion != "" {
14 fmt.Fprintf(w, "LicenseListVersion: %s\n", ci.LicenseListVersion)
H A Dsave_creation_info_test.go16 LicenseListVersion: "3.9",
31 want := bytes.NewBufferString(`LicenseListVersion: 3.9
/aosp_15_r20/external/spdx-tools/spdx/v2_3/
H A Dcreation_info.go12 LicenseListVersion string `json:"licenseListVersion"` member
/aosp_15_r20/external/spdx-tools/spdx/v2_1/
H A Dcreation_info.go12 LicenseListVersion string `json:"licenseListVersion"` member
/aosp_15_r20/external/spdx-tools/spdx/v2_2/
H A Dcreation_info.go12 LicenseListVersion string `json:"licenseListVersion"` member
/aosp_15_r20/external/spdx-tools/examples/sample-docs/xml/
H A DSPDXXMLExample-v2.2.spdx.xml13 <licenseListVersion>3.9</licenseListVersion>
/aosp_15_r20/external/bazelbuild-rules_license/admin/refresh_spdx/
H A Dadd_licenses.py87 "licenseListVersion": "3.8-57-gca4f142",
/aosp_15_r20/build/make/tools/compliance/cmd/sbom/
H A Dsbom_test.go2462 if actual.LicenseListVersion != expected.LicenseListVersion {
2463 … license version Error! Got %s: Expected %s", actual.LicenseListVersion, expected.LicenseListVersi…

12