Command Palette

Search for a command to run...

License Compliance

Benched.ai Editorial Team

License compliance ensures that models, datasets, and code respect the usage terms (e.g., MIT, Apache-2.0, Llama Community) of third-party assets.

  Compliance Checklist

AssetRequired ActionTool
Open-source codeInclude LICENSE, NOTICElicensee, reuse-tool
Dataset CC-BYProvide attributionSPDX tags
Non-commercial weightsBlock commercial endpointsPolicy enforcer
LGPL libraryDynamic link onlybuild scripts

  Risk Matrix

SeverityExample ViolationPotential Penalty
CriticalRedistribute proprietary weightsLawsuit, takedown
HighOmit CC-BY attributionDMCA notice
MediumMissing NOTICE fileDeprecation PR
LowSPDX header formattingLinter failure

  Current Trends (2025)

  • SBOMs (Software Bill of Materials) now include model checkpoints.
  • AI license scanners parse .safetensors metadata for embedded notices.
  • EU AI Act mandates disclosure of training data licenses for high-risk systems.

  Implementation Tips

  1. Generate SBOM on every release via CycloneDX.
  2. Track license obligations in CI; fail build on new non-compliant assets.
  3. Provide an attribution.md page bundled with model weights.