File: valid-license-licensing-1.6.xml

package info (click to toggle)
cyclonedx-python-lib 11.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,044 kB
  • sloc: xml: 20,462; python: 12,968; makefile: 21; sh: 16
file content (49 lines) | stat: -rw-r--r-- 2,197 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0"?>
<bom serialNumber="urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79" version="1" xmlns="http://cyclonedx.org/schema/bom/1.6">
    <components>
        <component type="library">
            <publisher>Acme Inc</publisher>
            <group>com.acme</group>
            <name>cryptographic-provider</name>
            <version>2.2.0</version>
            <licenses>
                <license bom-ref="acme-license-1">
                    <name>Acme Commercial License</name>
                    <licensing>
                        <altIds>
                            <altId>acme</altId>
                            <altId>acme-license</altId>
                        </altIds>
                        <licensor>
                            <organization>
                                <name>Acme Inc</name>
                                <contact>
                                    <name>Acme Licensing Fulfillment</name>
                                    <email>licensing@example.com</email>
                                </contact>
                            </organization>
                        </licensor>
                        <licensee>
                            <organization>
                                <name>Example Co.</name>
                            </organization>
                        </licensee>
                        <purchaser>
                            <individual>
                                <name>Samantha Wright</name>
                                <email>samantha.wright@gmail.com</email>
                                <phone>800-555-1212</phone>
                            </individual>
                        </purchaser>
                        <purchaseOrder>PO-12345</purchaseOrder>
                        <licenseTypes>
                            <licenseType>appliance</licenseType>
                        </licenseTypes>
                        <lastRenewal>2022-04-13T20:20:39+00:00</lastRenewal>
                        <expiration>2023-04-13T20:20:39+00:00</expiration>
                    </licensing>
                </license>
            </licenses>
        </component>
    </components>
</bom>