1
0

license-for-plugins.txt 2.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. For the purpose of creating plugins, anyone is hereby allowed to freely copy,
  2. modify, embed, redistribute, sublicense and sell copies of the source code of
  3. the root directory (licensed under the AGPL-3.0-only - see `LICENSE.txt`) and
  4. `src/` and `assets/` folders, *excluding* the subfolders in `src/` and also
  5. *excluding* all files in `assets/images/external/`.
  6. You may include the source code of the BetterYTM project in the source of yours,
  7. as long as only the above mentioned files are included in the *runtime* code that
  8. will be distributed to the end user. (For development purposes *only*, you may
  9. include and use the entire source code of this project.)
  10. Additionally, you are to make the source code of your plugin available to anyone
  11. so they may check it for security and legitimacy. And you are also obligated to
  12. provide a link to said source code in the plugin definition object used in the
  13. registration of the plugin at runtime (see contributing.md).
  14. Lastly, your plugin is to follow the local laws and regulations of the country
  15. you are in, and you are to take full responsibility for any legal issues that may
  16. arise from the use of your plugin.
  17. Use is granted under the condition that the original author and the BetterYTM
  18. project is credited in the plugin, in a place that is easily accessible to the
  19. end user. This can be done by including a link to the BetterYTM project in a
  20. dialog in the plugin's runtime code or by putting it in its readme or similar.
  21. Failure to comply with these terms will mean your plugin won't be endorsed by the
  22. BetterYTM project and could, in severe cases, even result in legal action being
  23. taken against you and your plugin.
  24. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  25. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  26. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  27. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  28. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  29. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  30. SOFTWARE.