Plone Licenses
Plone uses several licenses for its core code and documentation.
- GNU General Public License v2.0 is used for most of the Python code under the Plone GitHub organization.
- 3-Clause BSD License is used for a few framework components written in Python that are not under the Gnu GPL v2.0 license.
- Zope Public License (ZPL) Version 2.1 is used for code under the zopefoundation GitHub organization.
- MIT License is used for cookiecutters, JavaScript code used in Volto, the frontend for Plone 6 and later, and other JavaScript code under the Plone GitHub organization.
- Creative Commons Attribution 4.0 International Public License is used for documentation and training repositories under the Plone GitHub organization.
See specific pages for details.