Example Application is cat. Which simply concatenate and print files. I choose it just because there is just one source file and it’s license it simple BSD-3-Clause license. If we breakdown license block at the beginning of the file and there is on-going effort to add there SPDX-Licence-Identifier-tags which makes ’easier’ to determine license without doing next : ... * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Kevin Fall. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. ... And it converts to cat.pc-file which looks like this: # Copyright (c) 2026 The FreeBSD Foundation # # SPDX-License-Identifier: BSD-2-Clause AND LicenseRef-FreeBSD-SBOM # Copyright: 1989, 1993 The Regents of the University of California Description: Concatenate and print files License: BSD-3-Clause Name: cat Requires: csu, libc, libcapsicum, libcasper, libcasper.services.cap_fileargs, libcasper.services.cap_net, libcompiler_rt Source: https://cgit.freebsd.org/src/tree/bin/cat URL: https://man.freebsd.org/cgi/man.cgi?query=cat(1) Version: ${FREEBSD_RELEASE} Which converts to cat.json-ld { "@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld", "@graph": [ { "@type": "Agent", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Agent/default", "name": "Default" }, { "@type": "CreationInfo", "@id": "_:creationinfo_1", "created": "2026-03-04T15:59:20Z", "createdBy": [ "https://github.com/pkgconf/pkgconf/Agent/default" ], "specVersion": "3.0.1" }, { "@type": "simplelicensing_LicenseExpression", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-3-Clause", "simplelicensing_licenseExpression": "BSD-3-Clause" }, { "@type": "simplelicensing_LicenseExpression", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION", "simplelicensing_licenseExpression": "NOASSERTION" }, { "@type": "simplelicensing_LicenseExpression", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-3-Clause AND BSD-2-Clause AND BSD-1-Clause", "simplelicensing_licenseExpression": "BSD-3-Clause AND BSD-2-Clause AND BSD-1-Clause" }, { "@type": "software_Sbom", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/cat", "software_sbomType": [ "build" ], "rootElement": [ "https://github.com/pkgconf/pkgconf/Package/cat" ], "element": [ "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/csu", "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libc", "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libcapsicum", "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libcasper", "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libcasper.services.cap_fileargs", "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libcasper.services.cap_net", "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libcompiler_rt", "https://github.com/pkgconf/pkgconf/Relationship/cat/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/cat/hasConcludedLicense" ] }, { "@type": "software_Package", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Package/cat", "name": "cat", "originatedBy": [ "https://github.com/pkgconf/pkgconf/Agent/default" ], "software_copyrightText": "NOASSERTION", "software_packageVersion": "15.0" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/cat/hasDeclaredLicense", "from": "https://github.com/pkgconf/pkgconf/Package/cat", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-3-Clause" ], "relationshipType": "hasDeclaredLicense" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/cat/hasConcludedLicense", "from": "https://github.com/pkgconf/pkgconf/Package/cat", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-3-Clause" ], "relationshipType": "hasConcludedLicense" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/csu", "from": "https://github.com/pkgconf/pkgconf/Package/cat", "to": [ "https://github.com/pkgconf/pkgconf/Package/csu" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libc", "from": "https://github.com/pkgconf/pkgconf/Package/cat", "to": [ "https://github.com/pkgconf/pkgconf/Package/libc" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libcapsicum", "from": "https://github.com/pkgconf/pkgconf/Package/cat", "to": [ "https://github.com/pkgconf/pkgconf/Package/libcapsicum" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libcasper", "from": "https://github.com/pkgconf/pkgconf/Package/cat", "to": [ "https://github.com/pkgconf/pkgconf/Package/libcasper" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libcasper.services.cap_fileargs", "from": "https://github.com/pkgconf/pkgconf/Package/cat", "to": [ "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_fileargs" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libcasper.services.cap_net", "from": "https://github.com/pkgconf/pkgconf/Package/cat", "to": [ "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_net" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libcompiler_rt", "from": "https://github.com/pkgconf/pkgconf/Package/cat", "to": [ "https://github.com/pkgconf/pkgconf/Package/libcompiler_rt" ], "relationshipType": "dependsOn" }, { "@type": "software_Sbom", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/csu", "software_sbomType": [ "build" ], "rootElement": [ "https://github.com/pkgconf/pkgconf/Package/csu" ], "element": [ "https://github.com/pkgconf/pkgconf/Relationship/csu/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/csu/hasConcludedLicense" ] }, { "@type": "software_Package", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Package/csu", "name": "csu", "originatedBy": [ "https://github.com/pkgconf/pkgconf/Agent/default" ], "software_copyrightText": "NOASSERTION", "software_packageVersion": "15.0" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/csu/hasDeclaredLicense", "from": "https://github.com/pkgconf/pkgconf/Package/csu", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION" ], "relationshipType": "hasDeclaredLicense" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/csu/hasConcludedLicense", "from": "https://github.com/pkgconf/pkgconf/Package/csu", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION" ], "relationshipType": "hasConcludedLicense" }, { "@type": "software_Sbom", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/libc", "software_sbomType": [ "build" ], "rootElement": [ "https://github.com/pkgconf/pkgconf/Package/libc" ], "element": [ "https://github.com/pkgconf/pkgconf/Relationship/libc/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/libc/hasConcludedLicense" ] }, { "@type": "software_Package", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Package/libc", "name": "libc", "originatedBy": [ "https://github.com/pkgconf/pkgconf/Agent/default" ], "software_copyrightText": "NOASSERTION", "software_packageVersion": "15.0" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/libc/hasDeclaredLicense", "from": "https://github.com/pkgconf/pkgconf/Package/libc", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-3-Clause AND BSD-2-Clause AND BSD-1-Clause" ], "relationshipType": "hasDeclaredLicense" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/libc/hasConcludedLicense", "from": "https://github.com/pkgconf/pkgconf/Package/libc", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-3-Clause AND BSD-2-Clause AND BSD-1-Clause" ], "relationshipType": "hasConcludedLicense" }, { "@type": "software_Sbom", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/libcapsicum", "software_sbomType": [ "build" ], "rootElement": [ "https://github.com/pkgconf/pkgconf/Package/libcapsicum" ], "element": [ "https://github.com/pkgconf/pkgconf/Relationship/libcapsicum/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/libcapsicum/hasConcludedLicense" ] }, { "@type": "software_Package", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Package/libcapsicum", "name": "libcapsicum", "originatedBy": [ "https://github.com/pkgconf/pkgconf/Agent/default" ], "software_copyrightText": "NOASSERTION", "software_packageVersion": "15.0" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/libcapsicum/hasDeclaredLicense", "from": "https://github.com/pkgconf/pkgconf/Package/libcapsicum", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION" ], "relationshipType": "hasDeclaredLicense" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/libcapsicum/hasConcludedLicense", "from": "https://github.com/pkgconf/pkgconf/Package/libcapsicum", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION" ], "relationshipType": "hasConcludedLicense" }, { "@type": "software_Sbom", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/libcasper", "software_sbomType": [ "build" ], "rootElement": [ "https://github.com/pkgconf/pkgconf/Package/libcasper" ], "element": [ "https://github.com/pkgconf/pkgconf/Releationship/libcasper/dependsOn/csu", "https://github.com/pkgconf/pkgconf/Releationship/libcasper/dependsOn/libc", "https://github.com/pkgconf/pkgconf/Releationship/libcasper/dependsOn/libcompiler_rt", "https://github.com/pkgconf/pkgconf/Releationship/libcasper/dependsOn/libnv", "https://github.com/pkgconf/pkgconf/Relationship/libcasper/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/libcasper/hasConcludedLicense" ] }, { "@type": "software_Package", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Package/libcasper", "name": "libcasper", "originatedBy": [ "https://github.com/pkgconf/pkgconf/Agent/default" ], "software_copyrightText": "NOASSERTION", "software_packageVersion": "15.0" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/libcasper/hasDeclaredLicense", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION" ], "relationshipType": "hasDeclaredLicense" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/libcasper/hasConcludedLicense", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION" ], "relationshipType": "hasConcludedLicense" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libcasper/dependsOn/csu", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper", "to": [ "https://github.com/pkgconf/pkgconf/Package/csu" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libcasper/dependsOn/libc", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper", "to": [ "https://github.com/pkgconf/pkgconf/Package/libc" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libcasper/dependsOn/libcompiler_rt", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper", "to": [ "https://github.com/pkgconf/pkgconf/Package/libcompiler_rt" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libcasper/dependsOn/libnv", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper", "to": [ "https://github.com/pkgconf/pkgconf/Package/libnv" ], "relationshipType": "dependsOn" }, { "@type": "software_Sbom", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/libcompiler_rt", "software_sbomType": [ "build" ], "rootElement": [ "https://github.com/pkgconf/pkgconf/Package/libcompiler_rt" ], "element": [ "https://github.com/pkgconf/pkgconf/Relationship/libcompiler_rt/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/libcompiler_rt/hasConcludedLicense" ] }, { "@type": "software_Package", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Package/libcompiler_rt", "name": "libcompiler_rt", "originatedBy": [ "https://github.com/pkgconf/pkgconf/Agent/default" ], "software_copyrightText": "NOASSERTION", "software_packageVersion": "15.0" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/libcompiler_rt/hasDeclaredLicense", "from": "https://github.com/pkgconf/pkgconf/Package/libcompiler_rt", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION" ], "relationshipType": "hasDeclaredLicense" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/libcompiler_rt/hasConcludedLicense", "from": "https://github.com/pkgconf/pkgconf/Package/libcompiler_rt", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION" ], "relationshipType": "hasConcludedLicense" }, { "@type": "software_Sbom", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/libnv", "software_sbomType": [ "build" ], "rootElement": [ "https://github.com/pkgconf/pkgconf/Package/libnv" ], "element": [ "https://github.com/pkgconf/pkgconf/Releationship/libnv/dependsOn/csu", "https://github.com/pkgconf/pkgconf/Releationship/libnv/dependsOn/libc", "https://github.com/pkgconf/pkgconf/Releationship/libnv/dependsOn/libcompiler_rt", "https://github.com/pkgconf/pkgconf/Relationship/libnv/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/libnv/hasConcludedLicense" ] }, { "@type": "software_Package", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Package/libnv", "name": "libnv", "originatedBy": [ "https://github.com/pkgconf/pkgconf/Agent/default" ], "software_copyrightText": "NOASSERTION", "software_packageVersion": "15.0" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/libnv/hasDeclaredLicense", "from": "https://github.com/pkgconf/pkgconf/Package/libnv", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION" ], "relationshipType": "hasDeclaredLicense" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/libnv/hasConcludedLicense", "from": "https://github.com/pkgconf/pkgconf/Package/libnv", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION" ], "relationshipType": "hasConcludedLicense" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libnv/dependsOn/csu", "from": "https://github.com/pkgconf/pkgconf/Package/libnv", "to": [ "https://github.com/pkgconf/pkgconf/Package/csu" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libnv/dependsOn/libc", "from": "https://github.com/pkgconf/pkgconf/Package/libnv", "to": [ "https://github.com/pkgconf/pkgconf/Package/libc" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libnv/dependsOn/libcompiler_rt", "from": "https://github.com/pkgconf/pkgconf/Package/libnv", "to": [ "https://github.com/pkgconf/pkgconf/Package/libcompiler_rt" ], "relationshipType": "dependsOn" }, { "@type": "software_Sbom", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/libcasper.services.cap_fileargs", "software_sbomType": [ "build" ], "rootElement": [ "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_fileargs" ], "element": [ "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_fileargs/dependsOn/csu", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_fileargs/dependsOn/libc", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_fileargs/dependsOn/libcasper", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_fileargs/dependsOn/libcompiler_rt", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_fileargs/dependsOn/libnv", "https://github.com/pkgconf/pkgconf/Relationship/libcasper.services.cap_fileargs/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/libcasper.services.cap_fileargs/hasConcludedLicense" ] }, { "@type": "software_Package", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_fileargs", "name": "libcasper.services.cap_fileargs", "originatedBy": [ "https://github.com/pkgconf/pkgconf/Agent/default" ], "software_copyrightText": "NOASSERTION", "software_packageVersion": "15.0" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/libcasper.services.cap_fileargs/hasDeclaredLicense", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_fileargs", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION" ], "relationshipType": "hasDeclaredLicense" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/libcasper.services.cap_fileargs/hasConcludedLicense", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_fileargs", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION" ], "relationshipType": "hasConcludedLicense" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_fileargs/dependsOn/csu", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_fileargs", "to": [ "https://github.com/pkgconf/pkgconf/Package/csu" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_fileargs/dependsOn/libc", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_fileargs", "to": [ "https://github.com/pkgconf/pkgconf/Package/libc" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_fileargs/dependsOn/libcasper", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_fileargs", "to": [ "https://github.com/pkgconf/pkgconf/Package/libcasper" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_fileargs/dependsOn/libcompiler_rt", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_fileargs", "to": [ "https://github.com/pkgconf/pkgconf/Package/libcompiler_rt" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_fileargs/dependsOn/libnv", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_fileargs", "to": [ "https://github.com/pkgconf/pkgconf/Package/libnv" ], "relationshipType": "dependsOn" }, { "@type": "software_Sbom", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/software_Sbom/libcasper.services.cap_net", "software_sbomType": [ "build" ], "rootElement": [ "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_net" ], "element": [ "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_net/dependsOn/csu", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_net/dependsOn/libc", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_net/dependsOn/libcasper", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_net/dependsOn/libcompiler_rt", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_net/dependsOn/libnv", "https://github.com/pkgconf/pkgconf/Relationship/libcasper.services.cap_net/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/libcasper.services.cap_net/hasConcludedLicense" ] }, { "@type": "software_Package", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_net", "name": "libcasper.services.cap_net", "originatedBy": [ "https://github.com/pkgconf/pkgconf/Agent/default" ], "software_copyrightText": "NOASSERTION", "software_packageVersion": "15.0" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/libcasper.services.cap_net/hasDeclaredLicense", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_net", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION" ], "relationshipType": "hasDeclaredLicense" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Relationship/libcasper.services.cap_net/hasConcludedLicense", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_net", "to": [ "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION" ], "relationshipType": "hasConcludedLicense" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_net/dependsOn/csu", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_net", "to": [ "https://github.com/pkgconf/pkgconf/Package/csu" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_net/dependsOn/libc", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_net", "to": [ "https://github.com/pkgconf/pkgconf/Package/libc" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_net/dependsOn/libcasper", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_net", "to": [ "https://github.com/pkgconf/pkgconf/Package/libcasper" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_net/dependsOn/libcompiler_rt", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_net", "to": [ "https://github.com/pkgconf/pkgconf/Package/libcompiler_rt" ], "relationshipType": "dependsOn" }, { "@type": "Relationship", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_net/dependsOn/libnv", "from": "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_net", "to": [ "https://github.com/pkgconf/pkgconf/Package/libnv" ], "relationshipType": "dependsOn" }, { "@type": "SpdxDocument", "creationInfo": "_:creationinfo_1", "spdxId": "https://github.com/pkgconf/pkgconf/spdxDocument/1", "rootElement": [ "https://github.com/pkgconf/pkgconf/software_Sbom/cat", "https://github.com/pkgconf/pkgconf/software_Sbom/csu", "https://github.com/pkgconf/pkgconf/software_Sbom/libc", "https://github.com/pkgconf/pkgconf/software_Sbom/libcapsicum", "https://github.com/pkgconf/pkgconf/software_Sbom/libcasper", "https://github.com/pkgconf/pkgconf/software_Sbom/libcompiler_rt", "https://github.com/pkgconf/pkgconf/software_Sbom/libnv", "https://github.com/pkgconf/pkgconf/software_Sbom/libcasper.services.cap_fileargs", "https://github.com/pkgconf/pkgconf/software_Sbom/libcasper.services.cap_net" ], "element": [ "https://github.com/pkgconf/pkgconf/Agent/default", "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-3-Clause", "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/NOASSERTION", "https://github.com/pkgconf/pkgconf/simplelicensing_LicenseExpression/BSD-3-Clause AND BSD-2-Clause AND BSD-1-Clause", "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/csu", "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libc", "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libcapsicum", "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libcasper", "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libcasper.services.cap_fileargs", "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libcasper.services.cap_net", "https://github.com/pkgconf/pkgconf/Releationship/cat/dependsOn/libcompiler_rt", "https://github.com/pkgconf/pkgconf/Relationship/cat/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/cat/hasConcludedLicense", "https://github.com/pkgconf/pkgconf/Relationship/csu/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/csu/hasConcludedLicense", "https://github.com/pkgconf/pkgconf/Relationship/libc/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/libc/hasConcludedLicense", "https://github.com/pkgconf/pkgconf/Relationship/libcapsicum/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/libcapsicum/hasConcludedLicense", "https://github.com/pkgconf/pkgconf/Releationship/libcasper/dependsOn/csu", "https://github.com/pkgconf/pkgconf/Releationship/libcasper/dependsOn/libc", "https://github.com/pkgconf/pkgconf/Releationship/libcasper/dependsOn/libcompiler_rt", "https://github.com/pkgconf/pkgconf/Releationship/libcasper/dependsOn/libnv", "https://github.com/pkgconf/pkgconf/Relationship/libcasper/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/libcasper/hasConcludedLicense", "https://github.com/pkgconf/pkgconf/Relationship/libcompiler_rt/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/libcompiler_rt/hasConcludedLicense", "https://github.com/pkgconf/pkgconf/Releationship/libnv/dependsOn/csu", "https://github.com/pkgconf/pkgconf/Releationship/libnv/dependsOn/libc", "https://github.com/pkgconf/pkgconf/Releationship/libnv/dependsOn/libcompiler_rt", "https://github.com/pkgconf/pkgconf/Relationship/libnv/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/libnv/hasConcludedLicense", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_fileargs/dependsOn/csu", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_fileargs/dependsOn/libc", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_fileargs/dependsOn/libcasper", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_fileargs/dependsOn/libcompiler_rt", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_fileargs/dependsOn/libnv", "https://github.com/pkgconf/pkgconf/Relationship/libcasper.services.cap_fileargs/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/libcasper.services.cap_fileargs/hasConcludedLicense", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_net/dependsOn/csu", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_net/dependsOn/libc", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_net/dependsOn/libcasper", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_net/dependsOn/libcompiler_rt", "https://github.com/pkgconf/pkgconf/Releationship/libcasper.services.cap_net/dependsOn/libnv", "https://github.com/pkgconf/pkgconf/Relationship/libcasper.services.cap_net/hasDeclaredLicense", "https://github.com/pkgconf/pkgconf/Relationship/libcasper.services.cap_net/hasConcludedLicense", "https://github.com/pkgconf/pkgconf/software_Sbom/cat", "https://github.com/pkgconf/pkgconf/Package/cat", "https://github.com/pkgconf/pkgconf/software_Sbom/csu", "https://github.com/pkgconf/pkgconf/Package/csu", "https://github.com/pkgconf/pkgconf/software_Sbom/libc", "https://github.com/pkgconf/pkgconf/Package/libc", "https://github.com/pkgconf/pkgconf/software_Sbom/libcapsicum", "https://github.com/pkgconf/pkgconf/Package/libcapsicum", "https://github.com/pkgconf/pkgconf/software_Sbom/libcasper", "https://github.com/pkgconf/pkgconf/Package/libcasper", "https://github.com/pkgconf/pkgconf/software_Sbom/libcompiler_rt", "https://github.com/pkgconf/pkgconf/Package/libcompiler_rt", "https://github.com/pkgconf/pkgconf/software_Sbom/libnv", "https://github.com/pkgconf/pkgconf/Package/libnv", "https://github.com/pkgconf/pkgconf/software_Sbom/libcasper.services.cap_fileargs", "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_fileargs", "https://github.com/pkgconf/pkgconf/software_Sbom/libcasper.services.cap_net", "https://github.com/pkgconf/pkgconf/Package/libcasper.services.cap_net" ] } ] }