texttoolsbase - Third-Party Notices =================================== This file lists third-party material used by texttoolsbase, the license under which it is used, and whether it is bundled inside this package or loaded by the browser at runtime. Full license texts are in /licenses/. All listed components are open-source and permit commercial use. ------------------------------------------------------------------ 1) FONTS (bundled: /assets/fonts/) ------------------------------------------------------------------ Name: Bricolage Grotesque, Hanken Grotesk, JetBrains Mono License: SIL Open Font License 1.1 (see /licenses/OFL-1.1.txt) Copyright: (c) the respective Project Authors; JetBrains Mono (c) 2020 The JetBrains Mono Project Authors Bundled: Yes, as .woff2 files Commercial: Permitted under OFL-1.1 (embedding and bundling allowed) ------------------------------------------------------------------ 2) ENGLISH WORD LIST (bundled: /assets/wordlist.js) ------------------------------------------------------------------ Name: an-array-of-english-words Source: https://github.com/words/an-array-of-english-words License: MIT (see /licenses/MIT.txt) Copyright: (c) 2014 Zeke Sikelianos Lineage: derived from the Letterpress word list (https://github.com/lorenbrichter/Words), released under CC0-1.0 / public domain (see /licenses/CC0-1.0.txt) Bundled: Yes, compiled into /assets/wordlist.js Commercial: Permitted (MIT for the package, CC0-1.0 for the upstream word data). See /licenses/WORDLIST-NOTICE.txt and /licenses/CC0-1.0.txt. ------------------------------------------------------------------ 3) LEGACY FONT CONVERTERS (bundled: /assets/legacy/ and inline) ------------------------------------------------------------------ KrutiDev <-> Unicode (/assets/legacy/krutidev.js) Source: https://github.com/deepakkamboj/indianlanguageconverter License: MIT (see /licenses/MIT.txt) Copyright: (c) Deepak Kamboj Bundled: Yes Bangla Unicode <-> Bijoy (/assets/legacy/bijoy.js) Engine: standard public Bangla conversion engine (S. M. Mahbub Morshed / bnwebtools lineage) Note: character-mapping tables are factual font-encoding data Bundled: Yes Preeti -> Unicode (vendored inline in the preeti-to-unicode-converter tool) Source: https://github.com/prabin194/nepali-keyboard License: ISC (see /licenses/ISC.txt) Copyright: (c) Prabin Gautam and contributors; fixes by Takenick Innovation Bundled: Yes (inline within the tool page, not a shared asset) Commercial: All permitted (MIT / ISC / factual data). See /licenses/LEGACY-CONVERTERS-NOTICE.txt ------------------------------------------------------------------ 4) ON-DEVICE AI (rewrite / paraphrase tools) ------------------------------------------------------------------ Local glue (bundled): /assets/ai/engine.js and /assets/ai/textgen.worker.js These small files are written by Takenick Innovation; they wire the page to the runtime and model below. Runtime (NOT bundled - loaded at runtime from a CDN): Name: @huggingface/transformers (Transformers.js) v3.7.5 Loaded: https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.7.5 License: Apache-2.0 (see /licenses/APACHE-2.0.txt) Copyright: (c) Hugging Face Model (NOT bundled - downloaded at runtime to the browser cache): Name: onnx-community/Qwen2.5-0.5B-Instruct Source: https://huggingface.co/onnx-community/Qwen2.5-0.5B-Instruct License: Apache-2.0 (see /licenses/APACHE-2.0.txt) Copyright: (c) Alibaba Cloud / Qwen team Behaviour: on first use the rewrite tools fetch the Transformers.js runtime from jsDelivr and download the model files from Hugging Face into the browser cache. They are NOT included in this ZIP. The text you rewrite is processed in your browser and is not sent to texttoolsbase. See /licenses/AI-NOTICE.txt. Commercial: Permitted (Apache-2.0). ------------------------------------------------------------------ All other tool logic is written by Takenick Innovation and runs locally in the browser with no third-party dependencies.