// <FILE>crates/rocketsplash-formats/src/provenance.rs</FILE>
// <DESC>Structured font license/provenance metadata carried by .rsf atlases</DESC>
// <VERS>VERSION: 1.0.0</VERS>
// <WCTX>Foundation crates 0.3.0 (RELEASE_PLAN §9.3 provenance fields)</WCTX>
// <CLOG>1.0.0: introduce FontProvenance; rides the FONT_ATLAS_VERSION 2 window so the schema is frozen before gt-design pins its 1.0.</CLOG>
use ;
/// License and origin metadata for a font atlas derived from an upstream font.
///
/// A converted atlas is a modified/derivative work of its source font, so
/// Reserved-Font-Name rules (OFL 1.1, Bitstream Vera terms) can require a
/// renamed derivative. These fields let tooling verify compliance mechanically:
/// the asset-gallery CI gate asserts every shipped `.rsf` carries provenance
/// and bundles its license text (RELEASE_PLAN §9.3).
// <FILE>crates/rocketsplash-formats/src/provenance.rs</FILE>
// <VERS>END OF VERSION: 1.0.0</VERS>