NAME

SBOM::CycloneDX::License::Licensing - Licensing information

SYNOPSIS

SBOM::CycloneDX::License::Licensing->new();

DESCRIPTION

SBOM::CycloneDX::License::Licensing provides the licensing details describing the licensor/licensee, license type, renewal and expiration dates, and other important metadata

METHODS

SBOM::CycloneDX::License::Licensing inherits all methods from SBOM::CycloneDX::Base and implements the following new ones.

SBOM::CycloneDX::License::Licensing->new( %PARAMS )

Properties:

alt_ids, License identifiers that may be used to manage licenses and their lifecycle
expiration, The timestamp indicating when the current license expires (if applicable).
last_renewal, The timestamp indicating when the license was last renewed. For new purchases, this is often the purchase or acquisition date. For non-perpetual licenses or subscriptions, this is the timestamp of when the license was last renewed.
license_types, The type of license(s) that was granted to the licensee.
licensee, The individual or organization for which a license was granted to
licensor, The individual or organization that grants a license to another individual or organization
purchase_order, The purchase order identifier the purchaser sent to a supplier or vendor to authorize a purchase
purchaser, The individual or organization that purchased the license
$licensing->alt_ids
$licensing->expiration
$licensing->last_renewal
$licensing->license_types
$licensing->licensee
$licensing->licensor
$licensing->purchase_order
$licensing->purchaser

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker at https://github.com/giterlizzi/perl-SBOM-CycloneDX/issues. You will be notified automatically of any progress on your issue.

Source Code

This is open source software. The code repository is available for public review and contribution under the terms of the license.

https://github.com/giterlizzi/perl-SBOM-CycloneDX

git clone https://github.com/giterlizzi/perl-SBOM-CycloneDX.git

AUTHOR

  • Giuseppe Di Terlizzi <gdt@cpan.org>

LICENSE AND COPYRIGHT

This software is copyright (c) 2025 by Giuseppe Di Terlizzi.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.