File: licenses.rst

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (19 lines) | stat: -rw-r--r-- 827 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. _extensions-licenses:
.. index:: Licenses

******************
Extension Licenses
******************

The `Blender Extensions Platform <https://extensions.blender.org>`__
only supports free and open source extensions compliant with the
`Blender's license <https://www.blender.org/about/license>`__:

- For add-ons, the required license is
  `GNU General Public License v3.0 or later <https://spdx.org/licenses/GPL-3.0-or-later.html>`__.
- For themes, the recommended license is
  `GNU General Public License v3.0 or later <https://spdx.org/licenses/GPL-3.0-or-later.html>`__,
  but any `GPL-compatible license <https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses>`__
  is supported.
- For assets used in add-ons, the required license is
  `Public Domain (CC0) <https://spdx.org/licenses/CC0-1.0.html>`__.