# `SBoM.CycloneDX.V17.License`
[🔗](https://github.com/erlef/mix_sbom/blob/v0.10.0/lib/sbom/cyclonedx/v17/license.pb.ex#L1)

Specifies the details and attributes related to a software license. It can either include a valid SPDX license identifier or a named license, along with additional properties such as license acknowledgment, comprehensive commercial licensing information, and the full text of the license.

# `t`

```elixir
@type t() :: %SBoM.CycloneDX.V17.License{
  __unknown_fields__: [Protobuf.unknown_field()],
  acknowledgement:
    SBoM.CycloneDX.V17.LicenseAcknowledgementEnumeration.t() | nil,
  bom_ref: String.t() | nil,
  license: {:id, String.t()} | {:name, String.t()} | nil,
  licensing: SBoM.CycloneDX.V17.Licensing.t() | nil,
  properties: [SBoM.CycloneDX.V17.Property.t()],
  text: SBoM.CycloneDX.V17.AttachedText.t() | nil,
  url: String.t() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
