-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlicense.html
More file actions
21 lines (13 loc) · 1.25 KB
/
license.html
File metadata and controls
21 lines (13 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: default
head_title: "LESK: License"
title: License
---
<div class="row">
<div class="12u">
<p>LESK is licensed under the copyleft <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public License v3 (GPLv3)</a>, in order to foster a growing community with the primary goal of protecting both creators and consumers, by guaranteeing to both parties that the CORE of LESK will always remain Open-Source.</p>
<p>The LESK-Module package is licensed under the permissive <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache-2 License</a>.</p>
<p>By licensing the LESK under GPLv3 and the LESK-Modules under the Apache 2 License, we think that a good balance can be reached to ensure that our main contribution remain open-source to both parties (creator and consumer), while allowing creators to still create proprietary and/or commercial modules, and not force them to distribute the source code or have to grant resell rights, therefore protecting their revenue stream if they wish.</p>
</div>
</div>
{% include footer.html prev_page="creditsandinspirations" prev_title="Credits & inspirations" next_page="faq" next_title="FAQ" %}