classify_license
Determine risk level and SPDX identifier of any license string. Identify copyleft, permissive, or proprietary licenses to ensure compliance.
Instructions
Classify a license string — returns risk level (copyleft, weak-copyleft, permissive, public-domain, proprietary, unknown) and SPDX identifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| license | Yes | License name or SPDX identifier to classify (e.g., 'MIT', 'GPL-3.0', 'Apache 2.0') |