MIT License — 로컬 폴백 엔진 (무료 난이도 1~4, 학습 모델, Rust 엔진) ==================================================================== 적용 범위: local-engine-worker.js, local-engine.wasm, bitboard-engine.js, assembly/index.ts, rust-engine/ (전체), rust-wasm-worker.js, rust-engine-worker.js 이 코드는 AI장기 프로젝트가 처음부터 직접 작성한 자체 구현이며, 스톡피시/ Fairy-Stockfish(engine/, GPLv3)의 소스코드를 이식하거나 복사하지 않았습니다. 스톡피시와는 완전히 독립적인 별도 엔진입니다 — 자세한 내용은 루트 LICENSING.md와 rust-engine/src/nnue.rs 상단 주석(제3자 GPLv3 NNUE 파일 차단 가드) 참고. MIT License Copyright (c) 2026 minhyukseo 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.