# Third-party licenses

This page provides a list of open-source third-party software components used by the Marketplace Platform.&#x20;

Select the respective URLs to access the full text containing terms and conditions governing the use of each component.

<table data-full-width="false"><thead><tr><th width="160">License</th><th width="127">SPDX identifier</th><th>License URL</th><th data-hidden>Status</th></tr></thead><tbody><tr><td>Apache Software License v2.0</td><td>Apache-2.0</td><td><a href="https://opensource.org/license/apache-2-0">https://opensource.org/license/apache-2-0</a></td><td>Allowed</td></tr><tr><td>BSD 1 Clause License</td><td>BSD-1-Clause</td><td><a href="https://opensource.org/license/bsd-1-clause">https://opensource.org/license/bsd-1-clause</a></td><td>Allowed</td></tr><tr><td>BSD 2 Clause License</td><td>BSD-2-Clause</td><td><a href="https://opensource.org/license/bsd-2-clause">https://opensource.org/license/bsd-2-clause</a></td><td>Allowed</td></tr><tr><td>BSD 3 Clause License</td><td>BSD-3-Clause</td><td><a href="https://opensource.org/license/bsd-3-clause">https://opensource.org/license/bsd-3-clause</a></td><td>Allowed</td></tr><tr><td>MIT License</td><td>MIT</td><td><a href="https://opensource.org/license/mit">https://opensource.org/license/mit</a></td><td>Allowed</td></tr><tr><td>CC0 1.0 Universal</td><td>CC0-1.0</td><td><a href="https://creativecommons.org/publicdomain/zero/1.0/">https://creativecommons.org/publicdomain/zero/1.0/</a></td><td>Allowed</td></tr><tr><td>Creative Commons Attribution v4.0</td><td>CC-BY-4.0</td><td><a href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</a></td><td>Allowed</td></tr><tr><td>Mozilla Public License v1.0</td><td>MPL-1.0</td><td><a href="https://website-archive.mozilla.org/www.mozilla.org/mpl/mpl/1.0/">https://website-archive.mozilla.org/www.mozilla.org/mpl/mpl/1.0/</a></td><td>Allowed</td></tr><tr><td>Mozilla Public License v2.0</td><td>MPL-2.0</td><td><a href="https://www.mozilla.org/en-US/MPL/2.0/">https://www.mozilla.org/en-US/MPL/2.0/</a></td><td>Allowed</td></tr><tr><td>Python Software Foundation License v2.0</td><td>PSF-2.0</td><td><a href="https://opensource.org/license/python-2-0">https://opensource.org/license/python-2-0</a></td><td>Allowed</td></tr><tr><td>Lesser General Public License v3.0</td><td>LGPL-3.0-only</td><td><a href="https://www.gnu.org/licenses/lgpl-3.0.en.html">https://www.gnu.org/licenses/lgpl-3.0.en.html</a></td><td>Approval Required</td></tr></tbody></table>

{% hint style="info" %}
LGPL-licensed components can only be used under specific conditions. If any modifications are made to the LGPL code, those changes must be disclosed to comply with licensing requirements.<br>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.platform.softwareone.com/developer-resources/open-source/third-party-licenses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
