Table of Contents

Property LicenseUri

Namespace
Qavren.Edge.Chat
Assembly
Qavren.Edge.Chat.Onnx.dll

LicenseUri

The licence URL an about screen needs; Manifest.SpdxLicense carries the identifier.

Not every chat model's licence has an SPDX identifier, and the field must not pretend otherwise. Sub-project 2 documents SpdxLicense as "the SPDX identifier of the model's licence, for an about screen", and the consent sheet and the repo's THIRD-PARTY-NOTICES.md both surface that string verbatim. The Llama 3.2 Community Licence is not on the SPDX list, so it takes SPDX's own convention for a licence that is not: LicenseRef-LLAMA-3.2-Community, never a bare LLAMA-3.2-Community, which is not a valid SPDX expression at all. Qwen3_600MInt4 is Apache-2.0, a real identifier. The field therefore holds an SPDX expression, of which a LicenseRef- value is a legal one, and the generator script emits that spelling.

public Uri? LicenseUri { get; init; }

Property Value

Uri