xref: /freebsd/contrib/pkgconf/tests/lib-sbom-files/nolicense.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/nolicense_maintainer",
23*592efe25SPierre Pronchery            "name": "Nolicense Maintainer"
24*592efe25SPierre Pronchery        },
25*592efe25SPierre Pronchery        {
26*592efe25SPierre Pronchery            "type": "software_Sbom",
27*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
28*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/nolicense",
29*592efe25SPierre Pronchery            "software_sbomType": [
30*592efe25SPierre Pronchery                "build"
31*592efe25SPierre Pronchery            ],
32*592efe25SPierre Pronchery            "rootElement": [
33*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/nolicense"
34*592efe25SPierre Pronchery            ],
35*592efe25SPierre Pronchery            "element": [
36*592efe25SPierre Pronchery            ]
37*592efe25SPierre Pronchery        },
38*592efe25SPierre Pronchery        {
39*592efe25SPierre Pronchery            "type": "software_Package",
40*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
41*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/Package/nolicense",
42*592efe25SPierre Pronchery            "name": "nolicense",
43*592efe25SPierre Pronchery            "originatedBy": [
44*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/default"
45*592efe25SPierre Pronchery            ],
46*592efe25SPierre Pronchery            "suppliedBy": [
47*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/nolicense_maintainer"
48*592efe25SPierre Pronchery            ],
49*592efe25SPierre Pronchery            "software_copyrightText": "Nolicense copyright text",
50*592efe25SPierre Pronchery            "software_homePage": "https://example.com/nolicense",
51*592efe25SPierre Pronchery            "software_downloadLocation": "https://example.com/nolicense/nolicense-1.0.0.tar.gz",
52*592efe25SPierre Pronchery            "software_packageVersion": "1.0.0"
53*592efe25SPierre Pronchery        },
54*592efe25SPierre Pronchery        {
55*592efe25SPierre Pronchery            "type": "SpdxDocument",
56*592efe25SPierre Pronchery            "creationInfo": "_:creationinfo_1",
57*592efe25SPierre Pronchery            "spdxId": "https://github.com/pkgconf/pkgconf/spdxDocument/1",
58*592efe25SPierre Pronchery            "rootElement": [
59*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/nolicense"
60*592efe25SPierre Pronchery            ],
61*592efe25SPierre Pronchery            "element": [
62*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/default",
63*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Agent/nolicense_maintainer",
64*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/software_Sbom/nolicense",
65*592efe25SPierre Pronchery                "https://github.com/pkgconf/pkgconf/Package/nolicense"
66*592efe25SPierre Pronchery            ]
67*592efe25SPierre Pronchery        }
68*592efe25SPierre Pronchery    ]
69*592efe25SPierre Pronchery}
70