Home
last modified time | relevance | path

Searched full:licenseconcluded (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/external/armnn/
H A DLICENSE.spdx2295 LicenseConcluded: NOASSERTION
2302 LicenseConcluded: NOASSERTION
2309 LicenseConcluded: NOASSERTION
2316 LicenseConcluded: NOASSERTION
2323 LicenseConcluded: NOASSERTION
2331 LicenseConcluded: NOASSERTION
2338 LicenseConcluded: NOASSERTION
2345 LicenseConcluded: NOASSERTION
2352 LicenseConcluded: NOASSERTION
2359 LicenseConcluded: NOASSERTION
[all …]
/aosp_15_r20/external/spdx-tools/licensediff/
H A Dlicensediff_test.go22 LicenseConcluded: "Apache-2.0",
34 LicenseConcluded: "GPL-2.0-or-later",
46 LicenseConcluded: "MPL-2.0",
59 LicenseConcluded: "MIT",
69 LicenseConcluded: "Apache-2.0 AND MIT",
82 LicenseConcluded: "BSD-3-Clause",
92 LicenseConcluded: "BSD-3-Clause",
105 LicenseConcluded: "CC0-1.0",
115 LicenseConcluded: "Unlicense",
186 if pair1.First != f1.LicenseConcluded {
[all …]
H A Dlicensediff.go19 // MakePairs2_1 essentially just consolidates all files and LicenseConcluded
26 pair := LicensePair{First: f.LicenseConcluded, Second: ""}
40 pair := LicensePair{First: firstLic, Second: f.LicenseConcluded}
47 // MakePairs2_2 essentially just consolidates all files and LicenseConcluded
54 pair := LicensePair{First: f.LicenseConcluded, Second: ""}
68 pair := LicensePair{First: firstLic, Second: f.LicenseConcluded}
75 // MakePairs2_3 essentially just consolidates all files and LicenseConcluded
82 pair := LicensePair{First: f.LicenseConcluded, Second: ""}
96 pair := LicensePair{First: firstLic, Second: f.LicenseConcluded}
/aosp_15_r20/external/spdx-tools/reporter/
H A Dreporter_test.go19 {FileSPDXIdentifier: "File0", LicenseConcluded: "MIT"},
20 {FileSPDXIdentifier: "File1", LicenseConcluded: "NOASSERTION"},
21 {FileSPDXIdentifier: "File2", LicenseConcluded: "MIT"},
22 {FileSPDXIdentifier: "File3", LicenseConcluded: "MIT"},
23 {FileSPDXIdentifier: "File4", LicenseConcluded: "GPL-2.0-only"},
24 {FileSPDXIdentifier: "File5", LicenseConcluded: "NOASSERTION"},
25 {FileSPDXIdentifier: "File6", LicenseConcluded: "GPL-2.0-only"},
26 {FileSPDXIdentifier: "File7", LicenseConcluded: "GPL-2.0-only"},
27 {FileSPDXIdentifier: "File8", LicenseConcluded: "MIT"},
28 {FileSPDXIdentifier: "File9", LicenseConcluded: "GPL-2.0-only"},
[all …]
H A Dreporter.go22 // the number of Files for each unique LicenseConcluded in the set.
70 if f.LicenseConcluded == "" || f.LicenseConcluded == "NOASSERTION" {
74 foundCounts[f.LicenseConcluded]++
85 // the number of Files for each unique LicenseConcluded in the set.
133 if f.LicenseConcluded == "" || f.LicenseConcluded == "NOASSERTION" {
137 foundCounts[f.LicenseConcluded]++
148 // the number of Files for each unique LicenseConcluded in the set.
196 if f.LicenseConcluded == "" || f.LicenseConcluded == "NOASSERTION" {
200 foundCounts[f.LicenseConcluded]++
/aosp_15_r20/external/android-nn-driver/
H A DLICENSE.spdx108 LicenseConcluded: NOASSERTION
115 LicenseConcluded: NOASSERTION
122 LicenseConcluded: NOASSERTION
129 LicenseConcluded: NOASSERTION
136 LicenseConcluded: NOASSERTION
143 LicenseConcluded: NOASSERTION
150 LicenseConcluded: NOASSERTION
157 LicenseConcluded: NOASSERTION
164 LicenseConcluded: NOASSERTION
171 LicenseConcluded: NOASSERTION
[all …]
/aosp_15_r20/external/spdx-tools/idsearcher/
H A Didsearcher_test.go56 if fileInFolder.LicenseConcluded != "MIT" {
57 t.Errorf("expected %v, got %v", "MIT", fileInFolder.LicenseConcluded)
70 if fileTrailingComment.LicenseConcluded != "GPL-2.0-or-later" {
71 t.Errorf("expected %v, got %v", "GPL-2.0-or-later", fileTrailingComment.LicenseConcluded)
84 if fileHasDuplicateID.LicenseConcluded != "MIT" {
85 t.Errorf("expected %v, got %v", "MIT", fileHasDuplicateID.LicenseConcluded)
101 if fileHasID.LicenseConcluded != "Apache-2.0 OR GPL-2.0-or-later" {
102 t.Errorf("expected %v, got %v", "Apache-2.0 OR GPL-2.0-or-later", fileHasID.LicenseConcluded)
128 …if fileMultipleIDs.LicenseConcluded != "((MIT AND BSD-3-Clause) OR ISC) AND BSD-2-Clause AND EPL-1…
129 … "((MIT AND BSD-3-Clause) OR ISC) AND BSD-2-Clause AND EPL-1.0+", fileMultipleIDs.LicenseConcluded)
[all …]
H A Didsearcher.go89 f.LicenseConcluded = "NOASSERTION"
126 f.LicenseConcluded = ids[0]
128 f.LicenseConcluded = strings.Join(licsParens, " AND ")
213 f.LicenseConcluded = "NOASSERTION"
250 f.LicenseConcluded = ids[0]
252 f.LicenseConcluded = strings.Join(licsParens, " AND ")
337 f.LicenseConcluded = "NOASSERTION"
374 f.LicenseConcluded = ids[0]
376 f.LicenseConcluded = strings.Join(licsParens, " AND ")
/aosp_15_r20/prebuilts/r8/
H A Dr8.spdx.json63 "licenseConcluded" : "NOASSERTION", string
87 "licenseConcluded" : "NOASSERTION", string
110 "licenseConcluded" : "NOASSERTION", string
133 "licenseConcluded" : "NOASSERTION", string
156 "licenseConcluded" : "NOASSERTION", string
179 "licenseConcluded" : "NOASSERTION", string
202 "licenseConcluded" : "NOASSERTION", string
225 "licenseConcluded" : "NOASSERTION", string
248 "licenseConcluded" : "NOASSERTION", string
271 "licenseConcluded" : "NOASSERTION", string
[all …]
/aosp_15_r20/external/spdx-tools/examples/sample-docs/xml/
H A DSPDXXMLExample-v2.2.spdx.xml217 <licenseConcluded>(LGPL-2.0-only OR LicenseRef-3)</licenseConcluded>
240 <licenseConcluded>NOASSERTION</licenseConcluded>
255 <licenseConcluded>NOASSERTION</licenseConcluded>
272 <licenseConcluded>MPL-1.0</licenseConcluded>
292 <licenseConcluded>Apache-2.0</licenseConcluded>
306 <licenseConcluded>Apache-2.0</licenseConcluded>
330 <licenseConcluded>LicenseRef-1</licenseConcluded>
358 <licenseConcluded>(LGPL-2.0-only OR LicenseRef-2)</licenseConcluded>
373 <licenseConcluded>GPL-2.0-only</licenseConcluded>
/aosp_15_r20/external/spdx-tools/builder/
H A Dbuild_test.go147 if fileEmpty.LicenseConcluded != "NOASSERTION" {
148 t.Errorf("expected %v, got %v", "NOASSERTION", fileEmpty.LicenseConcluded)
189 if file1.LicenseConcluded != "NOASSERTION" {
190 t.Errorf("expected %v, got %v", "NOASSERTION", file1.LicenseConcluded)
231 if file3.LicenseConcluded != "NOASSERTION" {
232 t.Errorf("expected %v, got %v", "NOASSERTION", file3.LicenseConcluded)
273 if file4.LicenseConcluded != "NOASSERTION" {
274 t.Errorf("expected %v, got %v", "NOASSERTION", file4.LicenseConcluded)
315 if lastfile.LicenseConcluded != "NOASSERTION" {
316 t.Errorf("expected %v, got %v", "NOASSERTION", lastfile.LicenseConcluded)
[all …]
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v1/
H A Dsave_file_test.go27 LicenseConcluded: "Apache-2.0",
72 LicenseConcluded: Apache-2.0
136 LicenseConcluded: "Apache-2.0",
148 LicenseConcluded: Apache-2.0
187 LicenseConcluded: "Apache-2.0",
198 LicenseConcluded: Apache-2.0
225 LicenseConcluded: "Apache-2.0",
237 LicenseConcluded: Apache-2.0
267 LicenseConcluded: "Apache-2.0",
282 LicenseConcluded: Apache-2.0
H A Dsave_document_test.go29 LicenseConcluded: "Apache-2.0",
38 LicenseConcluded: "MIT",
69 LicenseConcluded: "GPL-2.0-or-later AND WTFPL",
86 LicenseConcluded: "BSD-3-Clause",
223 LicenseConcluded: Apache-2.0
230 LicenseConcluded: MIT
252 LicenseConcluded: BSD-3-Clause
259 LicenseConcluded: GPL-2.0-or-later AND WTFPL
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v2/
H A Dsave_file_test.go27 LicenseConcluded: "Apache-2.0",
77 LicenseConcluded: Apache-2.0
144 LicenseConcluded: "Apache-2.0",
156 LicenseConcluded: Apache-2.0
195 LicenseConcluded: "Apache-2.0",
206 LicenseConcluded: Apache-2.0
233 LicenseConcluded: "Apache-2.0",
245 LicenseConcluded: Apache-2.0
275 LicenseConcluded: "Apache-2.0",
290 LicenseConcluded: Apache-2.0
H A Dsave_document_test.go29 LicenseConcluded: "Apache-2.0",
38 LicenseConcluded: "MIT",
69 LicenseConcluded: "GPL-2.0-or-later AND WTFPL",
86 LicenseConcluded: "BSD-3-Clause",
223 LicenseConcluded: Apache-2.0
230 LicenseConcluded: MIT
252 LicenseConcluded: BSD-3-Clause
259 LicenseConcluded: GPL-2.0-or-later AND WTFPL
/aosp_15_r20/external/spdx-tools/tvsaver/saver2v3/
H A Dsave_file_test.go27 LicenseConcluded: "Apache-2.0",
77 LicenseConcluded: Apache-2.0
144 LicenseConcluded: "Apache-2.0",
156 LicenseConcluded: Apache-2.0
195 LicenseConcluded: "Apache-2.0",
206 LicenseConcluded: Apache-2.0
233 LicenseConcluded: "Apache-2.0",
245 LicenseConcluded: Apache-2.0
275 LicenseConcluded: "Apache-2.0",
290 LicenseConcluded: Apache-2.0
H A Dsave_document_test.go29 LicenseConcluded: "Apache-2.0",
38 LicenseConcluded: "MIT",
69 LicenseConcluded: "GPL-2.0-or-later AND WTFPL",
86 LicenseConcluded: "BSD-3-Clause",
223 LicenseConcluded: Apache-2.0
230 LicenseConcluded: MIT
252 LicenseConcluded: BSD-3-Clause
259 LicenseConcluded: GPL-2.0-or-later AND WTFPL
/aosp_15_r20/external/spdx-tools/examples/sample-docs/yaml/
H A DSPDXYAMLExample-2.3.spdx.yaml51 licenseConcluded: Apache-2.0
65 licenseConcluded: Apache-2.0
91 licenseConcluded: LicenseRef-1
118 licenseConcluded: (LGPL-2.0-only OR LicenseRef-2)
293 licenseConcluded: (LGPL-2.0-only OR LicenseRef-3)
314 licenseConcluded: NOASSERTION
326 licenseConcluded: NOASSERTION
339 licenseConcluded: MPL-1.0
394 licenseConcluded: GPL-2.0-only
H A DSPDXYAMLExample-2.2.spdx.yaml188 licenseConcluded: "(LGPL-2.0-only OR LicenseRef-3)"
210 licenseConcluded: "NOASSERTION"
222 licenseConcluded: "NOASSERTION"
236 licenseConcluded: "MPL-1.0"
256 licenseConcluded: "Apache-2.0"
270 licenseConcluded: "Apache-2.0"
291 licenseConcluded: "LicenseRef-1"
318 licenseConcluded: "(LGPL-2.0-only OR LicenseRef-2)"
345 licenseConcluded: "GPL-2.0-only"
/aosp_15_r20/external/spdx-tools/examples/sample-docs/json/
H A DSPDXJSONExample-v2.2.spdx.json97 "licenseConcluded" : "(LGPL-2.0-only OR LicenseRef-3)", string
117 "licenseConcluded" : "NOASSERTION", string
131 "licenseConcluded" : "NOASSERTION", string
147 "licenseConcluded" : "MPL-1.0", string
163 "licenseConcluded" : "Apache-2.0", string
176 "licenseConcluded" : "Apache-2.0", string
191 "licenseConcluded" : "LicenseRef-1", string
214 "licenseConcluded" : "(LGPL-2.0-only OR LicenseRef-2)", string
223 "licenseConcluded" : "GPL-2.0-only", string
H A DSPDXJSONExample-v2.3.spdx.json60 "licenseConcluded": "(LGPL-2.0-only OR LicenseRef-3)", string
111 "licenseConcluded": "NOASSERTION", string
136 "licenseConcluded": "MPL-1.0", string
170 "licenseConcluded": "Apache-2.0", string
195 "licenseConcluded": "Apache-2.0", string
218 "licenseConcluded": "LicenseRef-1", string
246 "licenseConcluded": "(LGPL-2.0-only OR LicenseRef-2)", string
396 "licenseConcluded": "GPL-2.0-only", string
/aosp_15_r20/build/make/tools/sbom/testdata/
H A Dexpected_tagvalue_sbom_doc_describes_file.spdx13 LicenseConcluded: NOASSERTION
29 LicenseConcluded: LicenseRef-Android-Apache-2.0
34 LicenseConcluded: LicenseRef-Android-License-1
39 LicenseConcluded: LicenseRef-Android-License-2 OR LicenseRef-Android-License-3
H A Dexpected_tagvalue_sbom.spdx13 LicenseConcluded: NOASSERTION
29 LicenseConcluded: LicenseRef-Android-Apache-2.0
34 LicenseConcluded: LicenseRef-Android-License-1
39 LicenseConcluded: LicenseRef-Android-License-2 OR LicenseRef-Android-License-3
H A Dexpected_json_sbom.spdx.json98 "licenseConcluded": "LicenseRef-Android-Apache-2.0" string
109 "licenseConcluded": "LicenseRef-Android-License-1" string
120 "licenseConcluded": "LicenseRef-Android-License-2 OR LicenseRef-Android-License-3" string
131 "licenseConcluded": "NOASSERTION" string
/aosp_15_r20/external/spdx-tools/examples/sample-docs/tv/
H A Dhello.spdx31 LicenseConcluded: GPL-3.0-or-later
41 LicenseConcluded: GPL-3.0-or-later
51 LicenseConcluded: GPL-3.0-or-later

1234