# KiCanvas License and Copyright Notices KiCanvas is (c) 2022 by Alethea Katherine Flowers KiCanvas is available under the MIT License: ```text 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. This notice must be included in any distributions of this project or derivative works. ``` This project contains copies or makes use of other works. These works and their respective license and terms are: - Earcut by Mapbox, licensed under the ISC license. Retrived from https://github.com/mapbox/earcut. - Newstroke by Vladimir Uryvaev, Lingdong Huang, Adobe, and KiCad contributors. Originally licensed under Creative Commons CC0 1.0, amended with an MIT-like license, and utilizes glyphs that are licensed under the SIL Open Font License Version 1.1. - Material Symbols by Google, licensed under the Apache License, Version 2.0. Retrieved from https://github.com/google/material-design-icons. - Nunito by Vernon Adams, Manvel Shmavonyan, licensed under the Open Font License. Retrieved from https://fonts.google.com/specimen/Nunito/about - Bellota by Kemie Guaida, licensed under the Open Font License. Retrieved from https://fonts.google.com/specimen/Bellota/about KiCad footprint subset and adapted numeric geometry Copyright: KiCad library contributors Source: https://github.com/KiCad/kicad-footprints Commit: 7ebfa6b23cc292a56f751b7b5f4a0e12eeef69dd License: CC-BY-SA 4.0 with the KiCad library exception. Full upstream notice: footprints/LICENSE.md Source paths and hashes: footprints/sources.json Modified: extracted pad, body and courtyard coordinates for seven footprints into source/footprints.mjs; rendering is simplified and omits native text, models and some outline details. The adapted footprint data remains under the same library license. Open-source export integration (v0.5) Upstream modules are bundled unchanged; the PCBA Partner adapter translates project geometry and nets only. - circuit-json 0.0.485: ISC as declared by its npm package metadata. The published package contains no separate LICENSE file; its declaration and source repository are retained in licenses/circuit-json-package.json. - circuit-json-to-gerber 0.0.104: MIT, original notice retained in licenses/. - @tscircuit/math-utils 0.0.38 and @tscircuit/alphabet 0.0.25: original upstream license files retained in licenses/. - fflate 0.8.3, zod 3.25.76, format-si-unit and runtime dependencies: see licenses/index.json and original license files. - splaytree 3.2.3: MIT as declared in package metadata. Source repository and exact dependency versions: licenses/index.json and the project lockfile. No @tscircuit/checks or autorouter is included in this release. v0.6 automatic routing: @tscircuit/capacity-autorouter 0.0.885, MIT. Original license: licenses/tscircuit-capacity-autorouter-LICENSE. Fixed local pipeline 7 is used with cacheProvider=null; no algorithm modifications. Runtime object-hash MIT notice is retained in licenses/. The application adds input/output validation, a browser worker, cancellation, snapshot invalidation and Circuit JSON translation. Solver success is not independent production validation. Copper connectivity uses unmodified polygon-clipping 0.15.7 (MIT), with project geometry adapters. Original license and runtime dependency notices are retained in licenses/.