xref: /freebsd/contrib/pkgconf/tests/lib-sbom-files/meta_package.json (revision 592efe252472a3385acf36b1f49ecf710a7f3d9c)
1*592efe25SPierre Pronchery{
2*592efe25SPierre Pronchery    "@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld",
3*592efe25SPierre Pronchery    "@graph": [
4*592efe25SPierre Pronchery        {
5*592efe25SPierre Pronchery            "type": "Agent",
6*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
7*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Agent/default",
8*592efe25SPierre Pronchery            "name": "Default"
9*592efe25SPierre Pronchery        },
10*592efe25SPierre Pronchery        {
11*592efe25SPierre Pronchery            "type": "CreationInfo",
12*592efe25SPierre Pronchery            "@id": "_:creationinfo_1",
13*592efe25SPierre Pronchery            "created": "test",
14*592efe25SPierre Pronchery            "createdBy": [
15*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/default"
16*592efe25SPierre Pronchery            ],
17*592efe25SPierre Pronchery            "specVersion": "3.0.1"
18*592efe25SPierre Pronchery        },
19*592efe25SPierre Pronchery        {
20*592efe25SPierre Pronchery            "type": "Agent",
21*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
22*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Agent/meta_maintainer",
23*592efe25SPierre Pronchery            "name": "Meta Maintainer"
24*592efe25SPierre Pronchery        },
25*592efe25SPierre Pronchery        {
26*592efe25SPierre Pronchery            "type": "Agent",
27*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
28*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Agent/test1_maintainer",
29*592efe25SPierre Pronchery            "name": "Test1 Maintainer"
30*592efe25SPierre Pronchery        },
31*592efe25SPierre Pronchery        {
32*592efe25SPierre Pronchery            "type": "Agent",
33*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
34*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Agent/test2_maintainer",
35*592efe25SPierre Pronchery            "name": "Test2 Maintainer"
36*592efe25SPierre Pronchery        },
37*592efe25SPierre Pronchery        {
38*592efe25SPierre Pronchery            "type": "Agent",
39*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
40*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Agent/test3_maintainer",
41*592efe25SPierre Pronchery            "name": "Test3 Maintainer"
42*592efe25SPierre Pronchery        },
43*592efe25SPierre Pronchery        {
44*592efe25SPierre Pronchery            "type": "Agent",
45*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
46*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Agent/test4_maintainer",
47*592efe25SPierre Pronchery            "name": "Test4 Maintainer"
48*592efe25SPierre Pronchery        },
49*592efe25SPierre Pronchery        {
50*592efe25SPierre Pronchery            "type": "Agent",
51*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
52*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Agent/test5_maintainer",
53*592efe25SPierre Pronchery            "name": "Test5 Maintainer"
54*592efe25SPierre Pronchery        },
55*592efe25SPierre Pronchery        {
56*592efe25SPierre Pronchery            "type": "Agent",
57*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
58*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Agent/test6_maintainer",
59*592efe25SPierre Pronchery            "name": "Test6 Maintainer"
60*592efe25SPierre Pronchery        },
61*592efe25SPierre Pronchery        {
62*592efe25SPierre Pronchery            "type": "simplelicensing_LicenseExpression",
63*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
64*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause",
65*592efe25SPierre Pronchery            "simplelicensing_licenseExpression": "BSD-2-Clause"
66*592efe25SPierre Pronchery        },
67*592efe25SPierre Pronchery        {
68*592efe25SPierre Pronchery            "type": "simplelicensing_LicenseExpression",
69*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
70*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-1-Clause",
71*592efe25SPierre Pronchery            "simplelicensing_licenseExpression": "BSD-1-Clause"
72*592efe25SPierre Pronchery        },
73*592efe25SPierre Pronchery        {
74*592efe25SPierre Pronchery            "type": "simplelicensing_LicenseExpression",
75*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
76*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause",
77*592efe25SPierre Pronchery            "simplelicensing_licenseExpression": "BSD-4-Clause"
78*592efe25SPierre Pronchery        },
79*592efe25SPierre Pronchery        {
80*592efe25SPierre Pronchery            "type": "simplelicensing_LicenseExpression",
81*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
82*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT",
83*592efe25SPierre Pronchery            "simplelicensing_licenseExpression": "MIT"
84*592efe25SPierre Pronchery        },
85*592efe25SPierre Pronchery        {
86*592efe25SPierre Pronchery            "type": "simplelicensing_LicenseExpression",
87*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
88*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/Apache-2.0",
89*592efe25SPierre Pronchery            "simplelicensing_licenseExpression": "Apache-2.0"
90*592efe25SPierre Pronchery        },
91*592efe25SPierre Pronchery        {
92*592efe25SPierre Pronchery            "type": "software_Sbom",
93*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
94*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/meta_package",
95*592efe25SPierre Pronchery            "software_sbomType": [
96*592efe25SPierre Pronchery                "build"
97*592efe25SPierre Pronchery            ],
98*592efe25SPierre Pronchery            "rootElement": [
99*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/meta_package"
100*592efe25SPierre Pronchery            ],
101*592efe25SPierre Pronchery            "element": [
102*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test1",
103*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test2",
104*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test3",
105*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test4",
106*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test5",
107*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test6",
108*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/hasDeclaredLicense",
109*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/hasConcludedLicense"
110*592efe25SPierre Pronchery            ]
111*592efe25SPierre Pronchery        },
112*592efe25SPierre Pronchery        {
113*592efe25SPierre Pronchery            "type": "software_Sbom",
114*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
115*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test1",
116*592efe25SPierre Pronchery            "software_sbomType": [
117*592efe25SPierre Pronchery                "build"
118*592efe25SPierre Pronchery            ],
119*592efe25SPierre Pronchery            "rootElement": [
120*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test1"
121*592efe25SPierre Pronchery            ],
122*592efe25SPierre Pronchery            "element": [
123*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test1/hasDeclaredLicense",
124*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test1/hasConcludedLicense"
125*592efe25SPierre Pronchery            ]
126*592efe25SPierre Pronchery        },
127*592efe25SPierre Pronchery        {
128*592efe25SPierre Pronchery            "type": "software_Sbom",
129*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
130*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test2",
131*592efe25SPierre Pronchery            "software_sbomType": [
132*592efe25SPierre Pronchery                "build"
133*592efe25SPierre Pronchery            ],
134*592efe25SPierre Pronchery            "rootElement": [
135*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test2"
136*592efe25SPierre Pronchery            ],
137*592efe25SPierre Pronchery            "element": [
138*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test2/dependsOn/test3",
139*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test2/hasDeclaredLicense",
140*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test2/hasConcludedLicense"
141*592efe25SPierre Pronchery            ]
142*592efe25SPierre Pronchery        },
143*592efe25SPierre Pronchery        {
144*592efe25SPierre Pronchery            "type": "software_Sbom",
145*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
146*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test3",
147*592efe25SPierre Pronchery            "software_sbomType": [
148*592efe25SPierre Pronchery                "build"
149*592efe25SPierre Pronchery            ],
150*592efe25SPierre Pronchery            "rootElement": [
151*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test3"
152*592efe25SPierre Pronchery            ],
153*592efe25SPierre Pronchery            "element": [
154*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test3/hasDeclaredLicense",
155*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test3/hasConcludedLicense"
156*592efe25SPierre Pronchery            ]
157*592efe25SPierre Pronchery        },
158*592efe25SPierre Pronchery        {
159*592efe25SPierre Pronchery            "type": "software_Sbom",
160*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
161*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test4",
162*592efe25SPierre Pronchery            "software_sbomType": [
163*592efe25SPierre Pronchery                "build"
164*592efe25SPierre Pronchery            ],
165*592efe25SPierre Pronchery            "rootElement": [
166*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test4"
167*592efe25SPierre Pronchery            ],
168*592efe25SPierre Pronchery            "element": [
169*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test4/dependsOn/test5",
170*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test4/dependsOn/test6",
171*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test4/hasDeclaredLicense",
172*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test4/hasConcludedLicense"
173*592efe25SPierre Pronchery            ]
174*592efe25SPierre Pronchery        },
175*592efe25SPierre Pronchery        {
176*592efe25SPierre Pronchery            "type": "software_Sbom",
177*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
178*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test5",
179*592efe25SPierre Pronchery            "software_sbomType": [
180*592efe25SPierre Pronchery                "build"
181*592efe25SPierre Pronchery            ],
182*592efe25SPierre Pronchery            "rootElement": [
183*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test5"
184*592efe25SPierre Pronchery            ],
185*592efe25SPierre Pronchery            "element": [
186*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test5/hasDeclaredLicense",
187*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test5/hasConcludedLicense"
188*592efe25SPierre Pronchery            ]
189*592efe25SPierre Pronchery        },
190*592efe25SPierre Pronchery        {
191*592efe25SPierre Pronchery            "type": "software_Sbom",
192*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
193*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/test6",
194*592efe25SPierre Pronchery            "software_sbomType": [
195*592efe25SPierre Pronchery                "build"
196*592efe25SPierre Pronchery            ],
197*592efe25SPierre Pronchery            "rootElement": [
198*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test6"
199*592efe25SPierre Pronchery            ],
200*592efe25SPierre Pronchery            "element": [
201*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test6/hasDeclaredLicense",
202*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test6/hasConcludedLicense"
203*592efe25SPierre Pronchery            ]
204*592efe25SPierre Pronchery        },
205*592efe25SPierre Pronchery        {
206*592efe25SPierre Pronchery            "type": "software_Package",
207*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
208*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Package/meta_package",
209*592efe25SPierre Pronchery            "name": "meta_package",
210*592efe25SPierre Pronchery            "originatedBy": [
211*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/default"
212*592efe25SPierre Pronchery            ],
213*592efe25SPierre Pronchery            "suppliedBy": [
214*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/meta_maintainer"
215*592efe25SPierre Pronchery            ],
216*592efe25SPierre Pronchery            "software_copyrightText": "NOASSERTION",
217*592efe25SPierre Pronchery            "software_homePage": "https://github.com/pkgconf/pkgconf",
218*592efe25SPierre Pronchery            "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz",
219*592efe25SPierre Pronchery            "software_packageVersion": "1.0.0"
220*592efe25SPierre Pronchery        },
221*592efe25SPierre Pronchery        {
222*592efe25SPierre Pronchery            "type": "software_Package",
223*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
224*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Package/test1",
225*592efe25SPierre Pronchery            "name": "test1",
226*592efe25SPierre Pronchery            "originatedBy": [
227*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/default"
228*592efe25SPierre Pronchery            ],
229*592efe25SPierre Pronchery            "suppliedBy": [
230*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test1_maintainer"
231*592efe25SPierre Pronchery            ],
232*592efe25SPierre Pronchery            "software_copyrightText": "Test1 copyright text",
233*592efe25SPierre Pronchery            "software_homePage": "",
234*592efe25SPierre Pronchery            "software_downloadLocation": "",
235*592efe25SPierre Pronchery            "software_packageVersion": "1.0.0"
236*592efe25SPierre Pronchery        },
237*592efe25SPierre Pronchery        {
238*592efe25SPierre Pronchery            "type": "software_Package",
239*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
240*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Package/test2",
241*592efe25SPierre Pronchery            "name": "test2",
242*592efe25SPierre Pronchery            "originatedBy": [
243*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/default"
244*592efe25SPierre Pronchery            ],
245*592efe25SPierre Pronchery            "suppliedBy": [
246*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test2_maintainer"
247*592efe25SPierre Pronchery            ],
248*592efe25SPierre Pronchery            "software_copyrightText": "NOASSERTION",
249*592efe25SPierre Pronchery            "software_homePage": "https://github.com/pkgconf/pkgconf/",
250*592efe25SPierre Pronchery            "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz",
251*592efe25SPierre Pronchery            "software_packageVersion": "2.0.0"
252*592efe25SPierre Pronchery        },
253*592efe25SPierre Pronchery        {
254*592efe25SPierre Pronchery            "type": "software_Package",
255*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
256*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Package/test3",
257*592efe25SPierre Pronchery            "name": "test3",
258*592efe25SPierre Pronchery            "originatedBy": [
259*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/default"
260*592efe25SPierre Pronchery            ],
261*592efe25SPierre Pronchery            "suppliedBy": [
262*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test3_maintainer"
263*592efe25SPierre Pronchery            ],
264*592efe25SPierre Pronchery            "software_copyrightText": "Test3 copyright text",
265*592efe25SPierre Pronchery            "software_homePage": "https://github.com/pkgconf/pkgconf/",
266*592efe25SPierre Pronchery            "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz",
267*592efe25SPierre Pronchery            "software_packageVersion": "3.0.0"
268*592efe25SPierre Pronchery        },
269*592efe25SPierre Pronchery        {
270*592efe25SPierre Pronchery            "type": "software_Package",
271*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
272*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Package/test4",
273*592efe25SPierre Pronchery            "name": "test4",
274*592efe25SPierre Pronchery            "originatedBy": [
275*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/default"
276*592efe25SPierre Pronchery            ],
277*592efe25SPierre Pronchery            "suppliedBy": [
278*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test4_maintainer"
279*592efe25SPierre Pronchery            ],
280*592efe25SPierre Pronchery            "software_copyrightText": "NOASSERTION",
281*592efe25SPierre Pronchery            "software_homePage": "https://github.com/pkgconf/pkgconf/",
282*592efe25SPierre Pronchery            "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz",
283*592efe25SPierre Pronchery            "software_packageVersion": "4.0.0"
284*592efe25SPierre Pronchery        },
285*592efe25SPierre Pronchery        {
286*592efe25SPierre Pronchery            "type": "software_Package",
287*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
288*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Package/test5",
289*592efe25SPierre Pronchery            "name": "test5",
290*592efe25SPierre Pronchery            "originatedBy": [
291*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/default"
292*592efe25SPierre Pronchery            ],
293*592efe25SPierre Pronchery            "suppliedBy": [
294*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test5_maintainer"
295*592efe25SPierre Pronchery            ],
296*592efe25SPierre Pronchery            "software_copyrightText": "NOASSERTION",
297*592efe25SPierre Pronchery            "software_homePage": "https://github.com/pkgconf/pkgconf/",
298*592efe25SPierre Pronchery            "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz",
299*592efe25SPierre Pronchery            "software_packageVersion": "5.0.0"
300*592efe25SPierre Pronchery        },
301*592efe25SPierre Pronchery        {
302*592efe25SPierre Pronchery            "type": "software_Package",
303*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
304*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Package/test6",
305*592efe25SPierre Pronchery            "name": "test6",
306*592efe25SPierre Pronchery            "originatedBy": [
307*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/default"
308*592efe25SPierre Pronchery            ],
309*592efe25SPierre Pronchery            "suppliedBy": [
310*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test6_maintainer"
311*592efe25SPierre Pronchery            ],
312*592efe25SPierre Pronchery            "software_copyrightText": "NOASSERTION",
313*592efe25SPierre Pronchery            "software_homePage": "https://github.com/pkgconf/pkgconf/releases/",
314*592efe25SPierre Pronchery            "software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz",
315*592efe25SPierre Pronchery            "software_packageVersion": "6.0.0"
316*592efe25SPierre Pronchery        },
317*592efe25SPierre Pronchery        {
318*592efe25SPierre Pronchery            "type": "Relationship",
319*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
320*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/hasDeclaredLicense",
321*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/meta_package",
322*592efe25SPierre Pronchery            "to": [
323*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause"
324*592efe25SPierre Pronchery            ],
325*592efe25SPierre Pronchery            "relationshipType": "hasDeclaredLicense"
326*592efe25SPierre Pronchery        },
327*592efe25SPierre Pronchery        {
328*592efe25SPierre Pronchery            "type": "Relationship",
329*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
330*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/hasConcludedLicense",
331*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/meta_package",
332*592efe25SPierre Pronchery            "to": [
333*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause"
334*592efe25SPierre Pronchery            ],
335*592efe25SPierre Pronchery            "relationshipType": "hasConcludedLicense"
336*592efe25SPierre Pronchery        },
337*592efe25SPierre Pronchery        {
338*592efe25SPierre Pronchery            "type": "Relationship",
339*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
340*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test1",
341*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/meta_package",
342*592efe25SPierre Pronchery            "to": [
343*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test1"
344*592efe25SPierre Pronchery            ],
345*592efe25SPierre Pronchery            "relationshipType": "dependsOn"
346*592efe25SPierre Pronchery        },
347*592efe25SPierre Pronchery        {
348*592efe25SPierre Pronchery            "type": "Relationship",
349*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
350*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test2",
351*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/meta_package",
352*592efe25SPierre Pronchery            "to": [
353*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test2"
354*592efe25SPierre Pronchery            ],
355*592efe25SPierre Pronchery            "relationshipType": "dependsOn"
356*592efe25SPierre Pronchery        },
357*592efe25SPierre Pronchery        {
358*592efe25SPierre Pronchery            "type": "Relationship",
359*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
360*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test3",
361*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/meta_package",
362*592efe25SPierre Pronchery            "to": [
363*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test3"
364*592efe25SPierre Pronchery            ],
365*592efe25SPierre Pronchery            "relationshipType": "dependsOn"
366*592efe25SPierre Pronchery        },
367*592efe25SPierre Pronchery        {
368*592efe25SPierre Pronchery            "type": "Relationship",
369*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
370*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test4",
371*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/meta_package",
372*592efe25SPierre Pronchery            "to": [
373*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test4"
374*592efe25SPierre Pronchery            ],
375*592efe25SPierre Pronchery            "relationshipType": "dependsOn"
376*592efe25SPierre Pronchery        },
377*592efe25SPierre Pronchery        {
378*592efe25SPierre Pronchery            "type": "Relationship",
379*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
380*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test5",
381*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/meta_package",
382*592efe25SPierre Pronchery            "to": [
383*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test5"
384*592efe25SPierre Pronchery            ],
385*592efe25SPierre Pronchery            "relationshipType": "dependsOn"
386*592efe25SPierre Pronchery        },
387*592efe25SPierre Pronchery        {
388*592efe25SPierre Pronchery            "type": "Relationship",
389*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
390*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test6",
391*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/meta_package",
392*592efe25SPierre Pronchery            "to": [
393*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test6"
394*592efe25SPierre Pronchery            ],
395*592efe25SPierre Pronchery            "relationshipType": "dependsOn"
396*592efe25SPierre Pronchery        },
397*592efe25SPierre Pronchery        {
398*592efe25SPierre Pronchery            "type": "Relationship",
399*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
400*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test1/hasDeclaredLicense",
401*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test1",
402*592efe25SPierre Pronchery            "to": [
403*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-1-Clause"
404*592efe25SPierre Pronchery            ],
405*592efe25SPierre Pronchery            "relationshipType": "hasDeclaredLicense"
406*592efe25SPierre Pronchery        },
407*592efe25SPierre Pronchery        {
408*592efe25SPierre Pronchery            "type": "Relationship",
409*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
410*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test1/hasConcludedLicense",
411*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test1",
412*592efe25SPierre Pronchery            "to": [
413*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-1-Clause"
414*592efe25SPierre Pronchery            ],
415*592efe25SPierre Pronchery            "relationshipType": "hasConcludedLicense"
416*592efe25SPierre Pronchery        },
417*592efe25SPierre Pronchery        {
418*592efe25SPierre Pronchery            "type": "Relationship",
419*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
420*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test2/hasDeclaredLicense",
421*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test2",
422*592efe25SPierre Pronchery            "to": [
423*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause"
424*592efe25SPierre Pronchery            ],
425*592efe25SPierre Pronchery            "relationshipType": "hasDeclaredLicense"
426*592efe25SPierre Pronchery        },
427*592efe25SPierre Pronchery        {
428*592efe25SPierre Pronchery            "type": "Relationship",
429*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
430*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test2/hasConcludedLicense",
431*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test2",
432*592efe25SPierre Pronchery            "to": [
433*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause"
434*592efe25SPierre Pronchery            ],
435*592efe25SPierre Pronchery            "relationshipType": "hasConcludedLicense"
436*592efe25SPierre Pronchery        },
437*592efe25SPierre Pronchery        {
438*592efe25SPierre Pronchery            "type": "Relationship",
439*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
440*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test2/dependsOn/test3",
441*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test2",
442*592efe25SPierre Pronchery            "to": [
443*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test3"
444*592efe25SPierre Pronchery            ],
445*592efe25SPierre Pronchery            "relationshipType": "dependsOn"
446*592efe25SPierre Pronchery        },
447*592efe25SPierre Pronchery        {
448*592efe25SPierre Pronchery            "type": "Relationship",
449*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
450*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test3/hasDeclaredLicense",
451*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test3",
452*592efe25SPierre Pronchery            "to": [
453*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause"
454*592efe25SPierre Pronchery            ],
455*592efe25SPierre Pronchery            "relationshipType": "hasDeclaredLicense"
456*592efe25SPierre Pronchery        },
457*592efe25SPierre Pronchery        {
458*592efe25SPierre Pronchery            "type": "Relationship",
459*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
460*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test3/hasConcludedLicense",
461*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test3",
462*592efe25SPierre Pronchery            "to": [
463*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause"
464*592efe25SPierre Pronchery            ],
465*592efe25SPierre Pronchery            "relationshipType": "hasConcludedLicense"
466*592efe25SPierre Pronchery        },
467*592efe25SPierre Pronchery        {
468*592efe25SPierre Pronchery            "type": "Relationship",
469*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
470*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test4/hasDeclaredLicense",
471*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test4",
472*592efe25SPierre Pronchery            "to": [
473*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT"
474*592efe25SPierre Pronchery            ],
475*592efe25SPierre Pronchery            "relationshipType": "hasDeclaredLicense"
476*592efe25SPierre Pronchery        },
477*592efe25SPierre Pronchery        {
478*592efe25SPierre Pronchery            "type": "Relationship",
479*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
480*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test4/hasConcludedLicense",
481*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test4",
482*592efe25SPierre Pronchery            "to": [
483*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT"
484*592efe25SPierre Pronchery            ],
485*592efe25SPierre Pronchery            "relationshipType": "hasConcludedLicense"
486*592efe25SPierre Pronchery        },
487*592efe25SPierre Pronchery        {
488*592efe25SPierre Pronchery            "type": "Relationship",
489*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
490*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test4/dependsOn/test5",
491*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test4",
492*592efe25SPierre Pronchery            "to": [
493*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test5"
494*592efe25SPierre Pronchery            ],
495*592efe25SPierre Pronchery            "relationshipType": "dependsOn"
496*592efe25SPierre Pronchery        },
497*592efe25SPierre Pronchery        {
498*592efe25SPierre Pronchery            "type": "Relationship",
499*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
500*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test4/dependsOn/test6",
501*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test4",
502*592efe25SPierre Pronchery            "to": [
503*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test6"
504*592efe25SPierre Pronchery            ],
505*592efe25SPierre Pronchery            "relationshipType": "dependsOn"
506*592efe25SPierre Pronchery        },
507*592efe25SPierre Pronchery        {
508*592efe25SPierre Pronchery            "type": "Relationship",
509*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
510*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test5/hasDeclaredLicense",
511*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test5",
512*592efe25SPierre Pronchery            "to": [
513*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT"
514*592efe25SPierre Pronchery            ],
515*592efe25SPierre Pronchery            "relationshipType": "hasDeclaredLicense"
516*592efe25SPierre Pronchery        },
517*592efe25SPierre Pronchery        {
518*592efe25SPierre Pronchery            "type": "Relationship",
519*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
520*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test5/hasConcludedLicense",
521*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test5",
522*592efe25SPierre Pronchery            "to": [
523*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT"
524*592efe25SPierre Pronchery            ],
525*592efe25SPierre Pronchery            "relationshipType": "hasConcludedLicense"
526*592efe25SPierre Pronchery        },
527*592efe25SPierre Pronchery        {
528*592efe25SPierre Pronchery            "type": "Relationship",
529*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
530*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test6/hasDeclaredLicense",
531*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test6",
532*592efe25SPierre Pronchery            "to": [
533*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/Apache-2.0"
534*592efe25SPierre Pronchery            ],
535*592efe25SPierre Pronchery            "relationshipType": "hasDeclaredLicense"
536*592efe25SPierre Pronchery        },
537*592efe25SPierre Pronchery        {
538*592efe25SPierre Pronchery            "type": "Relationship",
539*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
540*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/test6/hasConcludedLicense",
541*592efe25SPierre Pronchery            "from": "https://github.com/pkgconf/pkgconf/Package/test6",
542*592efe25SPierre Pronchery            "to": [
543*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/Apache-2.0"
544*592efe25SPierre Pronchery            ],
545*592efe25SPierre Pronchery            "relationshipType": "hasConcludedLicense"
546*592efe25SPierre Pronchery        },
547*592efe25SPierre Pronchery        {
548*592efe25SPierre Pronchery            "type": "SpdxDocument",
549*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
550*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/spdxDocument/1",
551*592efe25SPierre Pronchery            "rootElement": [
552*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/meta_package",
553*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test1",
554*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test2",
555*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test3",
556*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test4",
557*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test5",
558*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test6"
559*592efe25SPierre Pronchery            ],
560*592efe25SPierre Pronchery            "element": [
561*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/default",
562*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/meta_maintainer",
563*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-2-Clause",
564*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test1_maintainer",
565*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-1-Clause",
566*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test2_maintainer",
567*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test3_maintainer",
568*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-4-Clause",
569*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test4_maintainer",
570*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/MIT",
571*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test5_maintainer",
572*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/test6_maintainer",
573*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/Apache-2.0",
574*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test1",
575*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test2",
576*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test3",
577*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test4",
578*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test5",
579*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/dependsOn/test6",
580*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/hasDeclaredLicense",
581*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/meta_package/hasConcludedLicense",
582*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test1/hasDeclaredLicense",
583*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test1/hasConcludedLicense",
584*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test2/dependsOn/test3",
585*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test2/hasDeclaredLicense",
586*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test2/hasConcludedLicense",
587*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test3/hasDeclaredLicense",
588*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test3/hasConcludedLicense",
589*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test4/dependsOn/test5",
590*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test4/dependsOn/test6",
591*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test4/hasDeclaredLicense",
592*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test4/hasConcludedLicense",
593*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test5/hasDeclaredLicense",
594*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test5/hasConcludedLicense",
595*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test6/hasDeclaredLicense",
596*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Relationship/test6/hasConcludedLicense",
597*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/meta_package",
598*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/meta_package",
599*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test1",
600*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test1",
601*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test2",
602*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test2",
603*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test3",
604*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test3",
605*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test4",
606*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test4",
607*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test5",
608*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test5",
609*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/test6",
610*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/test6"
611*592efe25SPierre Pronchery            ]
612*592efe25SPierre Pronchery        }
613*592efe25SPierre Pronchery    ]
614*592efe25SPierre Pronchery}
615