diff options
author | 2014-09-08 01:41:49 +0200 | |
---|---|---|
committer | 2014-09-14 11:04:01 +0200 | |
commit | 18959723a24867c9574644d9b3c3c901392d3292 (patch) | |
tree | 9ec269d6d8fe853bd4989179e031f16839a0934e /docs/plugin_licensing.rst | |
parent | JsEngine rewritten + utils updated (diff) | |
download | pyload-18959723a24867c9574644d9b3c3c901392d3292.tar.xz |
Docs cleanup + remove script directory
Diffstat (limited to 'docs/plugin_licensing.rst')
-rw-r--r-- | docs/plugin_licensing.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/plugin_licensing.rst b/docs/plugin_licensing.rst new file mode 100644 index 000000000..0e8590d62 --- /dev/null +++ b/docs/plugin_licensing.rst @@ -0,0 +1,18 @@ +.. _plugin_licensing: + +Plugin Licensing +================ + +According to the terms of the GNU General Public License, +pyload's plugins must be treated as an extension of the main program. +This means the plugins must be released under the GPL or a GPL-compatible +free software license, and that the terms of the GPL must be followed when +those plugins are distributed. + + * Any plugin published **without a license notice** is intend published under the **GNU GPLv3**. + * A different license can be used but it **must be GPL-compatible** and the license notice must be put in the plugin + file. + * Any plugin published **with a GPL incompatible license** will be rejected. + This includes *copyright all right reserved*. + * Is recommended to put the license notice at the top of the plugin file. + * Is recommended to **not** put the license notice when plugin is published under the GNU GPLv3. |