FORKFOLIO - THIRD-PARTY LICENCES Third-party material redistributed as part of Forkfolio, and the terms it travels under. Runtime npm dependencies carry their own licences in node_modules and are not repeated here; this file covers source that was copied into this repository and is therefore served from our own origin. ThreeUI Community — MIT Copyright (c) 2026 Meng To · https://github.com/MengTo/threeui · https://threeui.com Three of the portfolio designs are ported from components published in the ThreeUI Community catalog, which is MIT licensed. The MIT licence permits use, modification, sublicensing and sale, on the single condition that the copyright notice and permission notice travel with the copies — so the full notice is repeated at the top of every file below, marked @license so that minification keeps it in the bundle a browser actually receives. | Forkfolio design | ThreeUI Community component | | --- | --- | | Kage (sakura-evolved) | kage-landing-page | | Living Green (botanical-evolved) | sylva-hero / sylva-living-world, variant living-green | | Shelf (withdrawn) | bookshelf / CompleteShelfLandingPage | Files carrying the notice: - components/bg/kage-scene.js - components/bg/sylva-scene.js - components/bg/sylva-liquid-metal.js - components/templates/sakura-evolved.tsx - components/templates/botanical-evolved.tsx - app/depth/sakura-evolved.css - app/depth/botanical-evolved.css Why the tier matters ThreeUI splits its catalog in two, and the two halves have very different terms. Community is MIT. Pro is not: its terms forbid reselling, sublicensing or redistributing Pro source "as a standalone asset, template, component library, source-code collection, generator, or competing product", and forbid making Pro material available in a way that lets others extract it for reuse. A hosted product that sells a menu of designs would sit squarely inside that prohibition. Everything above is Community. Confirmed against public/community-sync-report.json in the Community repository, which is generated by a sync that filters Pro and Beta out before publishing: the report listed 43 community parents against 86 excluded Pro parents and 23 excluded Beta parents, and kage-landing-page, sylva-hero, sylva-living-world and bookshelf are all on the community side of it. Anything added later must be checked the same way before it ships. The distinction is not visible in a downloaded archive — the one Shelf arrived in carried no licence file, no copyright header and no attribution of any kind, which is exactly why this file exists. Full MIT licence text MIT License Copyright (c) 2026 Meng To Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. three.js — MIT Copyright (c) 2010-2026 three.js authors · https://github.com/mrdoob/three.js Installed from npm; its licence ships in node_modules/three/LICENSE. Listed here because the ported scenes above are built on it and it is served to every visitor of a template that uses one.