/aosp_15_r20/external/spdx-tools/examples/sample-docs/xml/ |
H A D | SPDXXMLExample-v2.2.spdx.xml | 216 …licenseComments>The license for this project changed with the release of version x.y. The version… 271 <licenseComments>Other versions available for a commercial license</licenseComments> 329 <licenseComments>This license is used by Jena</licenseComments> 357 …<licenseComments>The concluded license was taken from the package level that the file was included… 372 …licenseComments>The concluded license was taken from package xyz, from which the snippet was copie…
|
/aosp_15_r20/external/spdx-tools/examples/sample-docs/yaml/ |
H A D | SPDXYAMLExample-2.3.spdx.yaml | 90 licenseComments: This license is used by Jena 116 licenseComments: The concluded license was taken from the package level that the 291 licenseComments: The license for this project changed with the release of version 338 licenseComments: Other versions available for a commercial license 391 licenseComments: The concluded license was taken from package xyz, from which the
|
H A D | SPDXYAMLExample-2.2.spdx.yaml | 186 licenseComments: "The license for this project changed with the release of version\ 235 licenseComments: "Other versions available for a commercial license" 290 licenseComments: "This license is used by Jena" 316 licenseComments: "The concluded license was taken from the package level that the\ 342 licenseComments: "The concluded license was taken from package xyz, from which the\
|
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v1/ |
H A D | save_file_test.go | 32 LicenseComments: "this is a license comment(s)", 75 LicenseComments: this is a license comment(s) 265 LicenseComments: `this is a 284 LicenseComments: <text>this is a
|
H A D | save_file.go | 34 if f.LicenseComments != "" { 35 fmt.Fprintf(w, "LicenseComments: %s\n", textify(f.LicenseComments))
|
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v2/ |
H A D | save_file_test.go | 32 LicenseComments: "this is a license comment(s)", 80 LicenseComments: this is a license comment(s) 273 LicenseComments: `this is a 292 LicenseComments: <text>this is a
|
H A D | save_file.go | 35 if f.LicenseComments != "" { 36 fmt.Fprintf(w, "LicenseComments: %s\n", textify(f.LicenseComments))
|
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v3/ |
H A D | save_file_test.go | 32 LicenseComments: "this is a license comment(s)", 80 LicenseComments: this is a license comment(s) 273 LicenseComments: `this is a 292 LicenseComments: <text>this is a
|
H A D | save_file.go | 35 if f.LicenseComments != "" { 36 fmt.Fprintf(w, "LicenseComments: %s\n", textify(f.LicenseComments))
|
/aosp_15_r20/external/spdx-tools/examples/sample-docs/json/ |
H A D | SPDXJSONExample-v2.2.spdx.json | 96 …"licenseComments" : "The license for this project changed with the release of version x.y. The ve… string 146 "licenseComments" : "Other versions available for a commercial license", string 190 "licenseComments" : "This license is used by Jena", string 213 …"licenseComments" : "The concluded license was taken from the package level that the file was incl… string 222 …"licenseComments" : "The concluded license was taken from package xyz, from which the snippet was … string
|
H A D | SPDXJSONExample-v2.3.spdx.json | 67 …"licenseComments": "The license for this project changed with the release of version x.y. The ver… string 138 "licenseComments": "Other versions available for a commercial license", string 222 "licenseComments": "This license is used by Jena", string 251 …"licenseComments": "The concluded license was taken from the package level that the file was inclu… string 400 …"licenseComments": "The concluded license was taken from package xyz, from which the snippet was c… string
|
/aosp_15_r20/external/spdx-tools/spdx/v2_1/ |
H A D | file.go | 35 LicenseComments string `json:"licenseComments,omitempty"` member
|
/aosp_15_r20/external/spdx-tools/spdx/v2_2/ |
H A D | file.go | 35 LicenseComments string `json:"licenseComments,omitempty"` member
|
/aosp_15_r20/external/spdx-tools/spdx/v2_3/ |
H A D | file.go | 35 LicenseComments string `json:"licenseComments,omitempty"` member
|
/aosp_15_r20/external/spdx-tools/tvloader/parser2v1/ |
H A D | parse_file.go | 84 case "LicenseComments": 85 parser.file.LicenseComments = value
|
H A D | parse_file_test.go | 501 err = parser.parsePairFromFile2_1("LicenseComments", "this is a comment") 505 if parser.file.LicenseComments != "this is a comment" { 506 t.Errorf("got %v for LicenseComments", parser.file.LicenseComments)
|
/aosp_15_r20/external/spdx-tools/tvloader/parser2v2/ |
H A D | parse_file.go | 92 case "LicenseComments": 93 parser.file.LicenseComments = value
|
H A D | parse_file_test.go | 490 err = parser.parsePairFromFile2_2("LicenseComments", "this is a comment") 494 if parser.file.LicenseComments != "this is a comment" { 495 t.Errorf("got %v for LicenseComments", parser.file.LicenseComments)
|
/aosp_15_r20/external/spdx-tools/tvloader/parser2v3/ |
H A D | parse_file.go | 100 case "LicenseComments": 101 parser.file.LicenseComments = value
|
H A D | parse_file_test.go | 491 err = parser.parsePairFromFile2_3("LicenseComments", "this is a comment") 495 if parser.file.LicenseComments != "this is a comment" { 496 t.Errorf("got %v for LicenseComments", parser.file.LicenseComments)
|
/aosp_15_r20/external/spdx-tools/rdfloader/parser2v2/ |
H A D | parse_file_test.go | 552 <spdx:licenseComments>no comments</spdx:licenseComments> 627 if file.LicenseComments != expectedLicenseComments { 628 t.Errorf("expected %s, found %s", expectedLicenseComments, file.LicenseComments)
|
H A D | parser_test.go | 101 …licenseComments>The concluded license was taken from package xyz, from which the snippet was copie…
|
/aosp_15_r20/external/spdx-tools/rdfloader/parser2v3/ |
H A D | parse_file_test.go | 552 <spdx:licenseComments>no comments</spdx:licenseComments> 627 if file.LicenseComments != expectedLicenseComments { 628 t.Errorf("expected %s, found %s", expectedLicenseComments, file.LicenseComments)
|
H A D | parser_test.go | 101 …licenseComments>The concluded license was taken from package xyz, from which the snippet was copie…
|
/aosp_15_r20/external/spdx-tools/examples/sample-docs/tv/ |
H A D | SPDXTagExample-v2.2.spdx | 51 LicenseComments: The concluded license was taken from the package level that the file was included … 136 LicenseComments: This license is used by Jena
|