# "License" _Path: en/about/license_ > "Licensing for the Wippy documentation, runtime, and separately licensed components." ## Table of Contents - License ## Content # License This documentation repository and the Wippy runtime are released under the Mozilla Public License 2.0. Individual Wippy modules and components may use different licenses; the `LICENSE` file in each repository is authoritative. ## Mozilla Public License 2.0 Read the exact license in the [documentation repository](https://github.com/wippyai/docs/blob/main/LICENSE) or [runtime repository](https://github.com/wippyai/runtime/blob/main/LICENSE). ## What This Means MPL-2.0 permits commercial use, modification, and distribution. Modified MPL-covered files remain under MPL-2.0, while those files can be combined with separately licensed code in a larger work. When distributing modified MPL-covered files, you must make the source form of those files available under MPL-2.0. Refer to the license text for the complete terms. ## Dependencies Dependencies retain their own licenses. The current public [`wippyai/wasm-runtime`](https://github.com/wippyai/wasm-runtime/blob/main/LICENSE) repository, for example, is licensed under MIT rather than MPL-2.0. ## Navigation Previous: "Contributing" (about/contributing) Next: "LLM Brief" (start/llm-brief)