Files
jp-editor/config/resource-licenses.json
2026-09-22 16:33:35 +08:00

47 lines
1.6 KiB
JSON

{
"version": 1,
"policy": "Only project-owned or explicitly redistributable resources may enter the Web build.",
"entries": [
{
"id": "font.noto-sans",
"kind": "font",
"name": "Noto Sans",
"source": "https://github.com/notofonts/latin-greek-cyrillic",
"versionPolicy": "pin-exact-release-before-M3",
"license": "SIL Open Font License 1.1",
"distribution": "allowed-after-license-file-and-font-hash-are-recorded",
"status": "selected-not-bundled-at-M0"
},
{
"id": "font.noto-sans-cjk-sc",
"kind": "font",
"name": "Noto Sans CJK SC",
"source": "https://github.com/notofonts/noto-cjk",
"versionPolicy": "pin-exact-release-before-M3",
"license": "SIL Open Font License 1.1",
"distribution": "allowed-after-license-file-and-font-hash-are-recorded",
"status": "selected-not-bundled-at-M0"
},
{
"id": "audio.web-audio-oscillator",
"kind": "audio",
"name": "Web Audio API oscillator probe",
"source": "browser platform API",
"versionPolicy": "browser-version-recorded-per-acceptance-run",
"license": "platform API; no third-party asset",
"distribution": "no-binary-asset",
"status": "selected-for-M0-probe"
},
{
"id": "research.jpw7-private-assets",
"kind": "research-reference",
"name": "Existing JPW7/private fonts and source media",
"source": "research/",
"versionPolicy": "content hashes are evidence-only",
"license": "not cleared for redistribution",
"distribution": "forbidden",
"status": "read-only-reference"
}
]
}