Home
last modified time | relevance | path

Searched full:licensecomments (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/spdx-tools/examples/sample-docs/xml/
H A DSPDXXMLExample-v2.2.spdx.xml216licenseComments>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…
372licenseComments>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 DSPDXYAMLExample-2.3.spdx.yaml90 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 DSPDXYAMLExample-2.2.spdx.yaml186 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 Dsave_file_test.go32 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 Dsave_file.go34 if f.LicenseComments != "" {
35 fmt.Fprintf(w, "LicenseComments: %s\n", textify(f.LicenseComments))
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v2/
H A Dsave_file_test.go32 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 Dsave_file.go35 if f.LicenseComments != "" {
36 fmt.Fprintf(w, "LicenseComments: %s\n", textify(f.LicenseComments))
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v3/
H A Dsave_file_test.go32 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 Dsave_file.go35 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 DSPDXJSONExample-v2.2.spdx.json96 …"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 DSPDXJSONExample-v2.3.spdx.json67 …"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 Dfile.go35 LicenseComments string `json:"licenseComments,omitempty"` member
/aosp_15_r20/external/spdx-tools/spdx/v2_2/
H A Dfile.go35 LicenseComments string `json:"licenseComments,omitempty"` member
/aosp_15_r20/external/spdx-tools/spdx/v2_3/
H A Dfile.go35 LicenseComments string `json:"licenseComments,omitempty"` member
/aosp_15_r20/external/spdx-tools/tvloader/parser2v1/
H A Dparse_file.go84 case "LicenseComments":
85 parser.file.LicenseComments = value
H A Dparse_file_test.go501 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 Dparse_file.go92 case "LicenseComments":
93 parser.file.LicenseComments = value
H A Dparse_file_test.go490 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 Dparse_file.go100 case "LicenseComments":
101 parser.file.LicenseComments = value
H A Dparse_file_test.go491 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 Dparse_file_test.go552 <spdx:licenseComments>no comments</spdx:licenseComments>
627 if file.LicenseComments != expectedLicenseComments {
628 t.Errorf("expected %s, found %s", expectedLicenseComments, file.LicenseComments)
H A Dparser_test.go101licenseComments>The concluded license was taken from package xyz, from which the snippet was copie…
/aosp_15_r20/external/spdx-tools/rdfloader/parser2v3/
H A Dparse_file_test.go552 <spdx:licenseComments>no comments</spdx:licenseComments>
627 if file.LicenseComments != expectedLicenseComments {
628 t.Errorf("expected %s, found %s", expectedLicenseComments, file.LicenseComments)
H A Dparser_test.go101licenseComments>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 DSPDXTagExample-v2.2.spdx51 LicenseComments: The concluded license was taken from the package level that the file was included …
136 LicenseComments: This license is used by Jena

12