# Third-party notices The MIT licence in `LICENSE` covers the code and documentation in this repository. It does **not** cover the third-party files listed here, which are redistributed under their own terms and remain the property of their owners. Everything else that ships with the app is original work: the demo LUTs in `app/public/demo/` are generated by `scripts/make-demos.ts` in this repository, and the brand mark and icons are drawn in-repo as SVG. ## Bricolage Grotesque (font) - Files: `app/public/fonts/BricolageGrotesque-Variable.woff2` - Licence: SIL Open Font License 1.1 - Full licence text: `app/public/fonts/BricolageGrotesque-OFL.txt` (retained alongside the font, as the OFL requires) The OFL permits bundling and redistribution with the app. It is a separate licence from the MIT licence above and is not superseded by it. ## Camera reference transforms - Files: `app/public/refs/*.l16` (manufacturer log-to-display conversions) - Owners: various These are the manufacturers' own official conversions, included so the app can measure a look against the standard render for a given camera rather than against a synthetic approximation. They are redistributed under the manufacturers' terms and are **not** licensed under MIT: permission to redistribute a file is not authority to relicense it. Anyone forking this repository is responsible for satisfying themselves that their own use and redistribution of these files is permitted. If in doubt, delete `app/public/refs/` and use the "Compare to → another file" control to supply your own reference; the app is designed to work that way and the reference library is a convenience, not a dependency.