# "License" _Path: en/about/license_ > "Wippy is released under the Mozilla Public License 2.0." ## Table of Contents - License ## Content # License Wippy is released under the Mozilla Public License 2.0. ## Mozilla Public License 2.0 ``` Copyright 2025 Spiral Scout This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. ``` ## What This Means You can use Wippy in commercial projects, modify the source code, and distribute your modifications. Modified files must remain under MPL-2.0, but you can combine Wippy with proprietary code in a larger work. You must make the source code of any modified MPL-licensed files available when you distribute them. ## Dependencies Wippy uses various dependencies, each with their own licenses. Most are permissively licensed open-source libraries compatible with commercial use. One bundled component, the WASM runtime (`wippyai/wasm-runtime`), is licensed under the Business Source License 1.1. You may use it in production, except to offer it to third parties on a hosted or embedded basis in a manner that competes with Wippy AI's products or services. Four years after each version is published, that version converts to the Apache License 2.0. ## Navigation Previous: "Contributing" (about/contributing) Next: "LLM Brief" (start/llm-brief)