diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-09 12:05:28 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-09 12:05:28 +0200 |
commit | 3639d5789259561c531a3481d7061a0cb492c644 (patch) | |
tree | c9c7ff04022b62cf5be4d4ea31bf28d966ccefda /doc/Development.asciidoc | |
parent | Create .profile file when adding a new profile (diff) | |
download | smolbote-3639d5789259561c531a3481d7061a0cb492c644.tar.xz |
Unlink plugins from lib/ libraries
Diffstat (limited to 'doc/Development.asciidoc')
-rw-r--r-- | doc/Development.asciidoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Development.asciidoc b/doc/Development.asciidoc index 2968b7c..c6c49fb 100644 --- a/doc/Development.asciidoc +++ b/doc/Development.asciidoc @@ -17,6 +17,9 @@ Smolbote is licensed under GPLv3 _only_, and explicitly does not use any self-updating "-or-later" licensing. Your code needs to be compatible with it, and have a license header in the style used by the project. +Interfaces (located in include/) should be licensed under MIT. This is to allow +more license compatibility for plugins. + === SPDX-License-Identifier A full list of license identifiers can be found on https://spdx.org/licenses/[the SPDX website]. |