For the complete documentation index, see llms.txt. This page is also available as Markdown.

LicenseLayout

struct LicenseLayout {
    uint256 licenseVersion;
    bytes32 contentURIHash;
    mapping(uint256 version => string) licenseURIOf;
    mapping(address account => bytes) signatures;
}