================================================================================ EAI Soul Studio — Third-Party Licenses and Attributions Lock date: 2026-06-09 ================================================================================ This file enumerates every third-party component distributed with, or used to build/operate, EAI Soul Studio, together with its version, license, and attribution. Faraday Future's own code is proprietary (see LICENSE); the components below are governed by their own licenses, reproduced or referenced in the sections that follow. To regenerate the resolved Python dependency set with licenses: pip install pip-licenses && pip-licenses --from=mixed --format=plain \ --with-authors --with-urls -------------------------------------------------------------------------------- 1. PYTHON — SHIPPED with the product (server runtime; pinned in requirements.txt) -------------------------------------------------------------------------------- Component Version License Copyright / URL ----------------- ------- --------------- -------------------------------- fastapi 0.136.1 MIT © Sebastián Ramírez — github.com/fastapi/fastapi starlette 1.0.1 BSD-3-Clause © Encode OSS Ltd — github.com/encode/starlette pydantic 2.13.4 MIT © Pydantic Services Inc. — github.com/pydantic/pydantic pydantic-core (resolved) MIT © Pydantic Services Inc. annotated-types (resolved) MIT © the annotated-types authors typing-extensions (resolved) PSF-2.0 © Python Software Foundation uvicorn 0.47.0 BSD-3-Clause © Encode OSS Ltd — github.com/encode/uvicorn uvloop 0.22.1 MIT and Apache-2.0 © Yury Selivanov — github.com/MagicStack/uvloop httptools 0.7.1 MIT © Yury Selivanov — github.com/MagicStack/httptools websockets 16.0 BSD-3-Clause © Aymeric Augustin — github.com/python-websockets/websockets python-dotenv 1.2.2 BSD-3-Clause © Saurabh Kumar — github.com/theskumar/python-dotenv watchfiles 1.2.0 MIT © Samuel Colvin — github.com/samuelcolvin/watchfiles PyYAML 6.0.3 MIT © Ingy döt Net, Kirill Simonov — pyyaml.org anyio 4.13.0 MIT © Alex Grönholm — github.com/agronholm/anyio sniffio (resolved) MIT and Apache-2.0 © Nathaniel J. Smith h11 0.16.0 MIT © Nathaniel J. Smith — github.com/python-hyper/h11 httpx 0.28.1 BSD-3-Clause © Encode OSS Ltd — github.com/encode/httpx httpcore (resolved) BSD-3-Clause © Encode OSS Ltd certifi (resolved) MPL-2.0 © Kenneth Reitz — github.com/certifi/python-certifi idna (resolved) BSD-3-Clause © Kim Davies / PSF click 8.4.0 BSD-3-Clause © Pallets — github.com/pallets/click openai 2.38.0 Apache-2.0 © OpenAI — github.com/openai/openai-python (openai deps: distro=Apache-2.0, jiter=MIT, tqdm=MPL-2.0+MIT, tiktoken=MIT) python-multipart 0.0.29 Apache-2.0 © Andrew Dunham — github.com/Kludex/python-multipart edge-tts 7.2.8 GPL-3.0 © rany — github.com/rany2/edge-tts *** SEE NOTE A1 *** *** NOTE A1 (edge-tts): edge-tts is GPL-3.0 AND operates by calling an undocumented, non-commercial Microsoft Edge "Read Aloud" endpoint using a reverse-engineered client token. There is no commercial license to that endpoint or to the Azure Neural voices it exposes. Pre-launch review item A1 tracks replacing it (licensed Azure Speech, or default to OpenAI TTS) before public/commercial launch. Do not treat its presence here as a clearance. -------------------------------------------------------------------------------- 2. FONTS — SHIPPED with the UI (fonts/, fonts.css) — SIL Open Font License 1.1 -------------------------------------------------------------------------------- Inter — Copyright (c) The Inter Project Authors (https://github.com/rsms/inter) Montserrat — Copyright (c) The Montserrat Project Authors (https://github.com/JulietaUla/Montserrat) JetBrains Mono — Copyright (c) The JetBrains Mono Project Authors (https://github.com/JetBrains/JetBrainsMono) IBM Plex Mono — Copyright (c) 2017 IBM Corp., with Reserved Font Name "Plex" (https://github.com/IBM/plex) Self-hosted (previously loaded from the Google Fonts CDN) to avoid transmitting EU visitor IP addresses to Google. The SIL OFL-1.1 expressly permits bundling and redistribution. Full OFL-1.1 text in Section 5. -------------------------------------------------------------------------------- 3. ICONS — SHIPPED in the UI (inline SVG in index.html / identity-studio.html) -------------------------------------------------------------------------------- Feather Icons — MIT License — Copyright (c) 2013-2023 Cole Bemis https://github.com/feathericons/feather (Icon path data is embedded inline as SVG; full MIT text in Section 4.) -------------------------------------------------------------------------------- 4. OPERATOR / DEPLOY / CI TOOLING — NOT shipped (see requirements-dev.txt) -------------------------------------------------------------------------------- Listed for completeness. These run only on a maintainer's machine and are NOT installed into the Docker image or onto customer-facing hosts. paramiko 2.9.3 LGPL-2.1 © Jeff Forcier — github.com/paramiko/paramiko requests 2.25.1 Apache-2.0 © Kenneth Reitz — github.com/psf/requests markdown 3.10.2 BSD-3-Clause © Python Markdown Project — github.com/Python-Markdown/markdown paramiko is LGPL-2.1. Because it is used only by operator scripts and is excluded from the distributed product (the Dockerfile installs only requirements.txt), LGPL distribution obligations are not triggered. If any deploy tool is ever shipped to a third party, satisfy LGPL-2.1 §6 (allow relinking, include the license, provide the library). ================================================================================ 5. FULL LICENSE TEXTS ================================================================================ -------------------------------------------------------------------------------- MIT License (applies to: FastAPI, Pydantic, uvloop, httptools, watchfiles, PyYAML, anyio, sniffio, h11, jiter, tiktoken, annotated-types, Feather Icons, and other MIT-licensed components above) -------------------------------------------------------------------------------- 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. (Feather Icons: Copyright (c) 2013-2023 Cole Bemis. Each MIT-licensed component retains its own copyright holder as listed in Sections 1–4.) -------------------------------------------------------------------------------- BSD 3-Clause License (applies to: Starlette, Uvicorn, websockets, python-dotenv, httpx, httpcore, idna, click, markdown) -------------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. (Each BSD-licensed component retains its own copyright holder per Sections 1–4.) -------------------------------------------------------------------------------- SIL Open Font License, Version 1.1 (applies to: Inter, Montserrat, JetBrains Mono, IBM Plex Mono) -------------------------------------------------------------------------------- Copyright holders as listed in Section 2. "Plex" is a Reserved Font Name of IBM Corp. PREAMBLE: The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. PERMISSION & CONDITIONS: Permission is hereby granted, free of charge, to any person obtaining a copy of the font software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the font software, subject to the conditions that: (1) neither the font software nor any of its components be sold by itself; (2) original or modified versions may not use any Reserved Font Names; (3) copies retain the above copyright notice and this license; (4) the font software may not be released under any other license. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. See the full text at: https://openfontlicense.org (SIL OFL 1.1). -------------------------------------------------------------------------------- Apache License 2.0 (applies to: OpenAI Python library, python-multipart, distro) -------------------------------------------------------------------------------- Licensed under the Apache License, Version 2.0. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Includes an explicit patent grant; requires preservation of notices and a statement of changes. Full text at the URL above. -------------------------------------------------------------------------------- GPL-3.0 (applies to: edge-tts) — see NOTE A1 above -------------------------------------------------------------------------------- GNU General Public License, Version 3. Full text: https://www.gnu.org/licenses/gpl-3.0.txt edge-tts is flagged for replacement before commercial launch (review item A1). -------------------------------------------------------------------------------- LGPL-2.1 (applies to: paramiko — operator tooling only, NOT shipped) -------------------------------------------------------------------------------- GNU Lesser General Public License, Version 2.1. Full text: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt -------------------------------------------------------------------------------- MPL-2.0 (applies to: certifi, tqdm) -------------------------------------------------------------------------------- Mozilla Public License, Version 2.0. Full text: https://www.mozilla.org/MPL/2.0/ ================================================================================ SEPARATE COMMERCIAL TERMS (not software licenses — for counsel) ================================================================================ - OpenAI API ........ governed by OpenAI's commercial Terms of Use / data policies (distinct from the Apache-2.0 SDK license above). - Microsoft (edge-tts) — uses an undocumented consumer endpoint; no commercial terms are in place (review item A1). ================================================================================