From d2c9f07bbcd6a9c81839284b7536a9c040ed7794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 13 Nov 2020 13:22:35 +0100 Subject: [PATCH] license: drop note about dual-licensing This was never enforced (and the way it's written is not enforceable). So, lets remove dead text. If we'd like to enforce something like this in the future, we'd need to require contributors signing CLA. But it wouldn't apply to past contributions anyway. --- developer/code/license.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/developer/code/license.md b/developer/code/license.md index 1a7879a2..7064d94c 100644 --- a/developer/code/license.md +++ b/developer/code/license.md @@ -14,8 +14,3 @@ Qubes OS License Qubes is a compilation of software packages, each under its own license. The compilation is made available under the GNU General Public License version 2. The full text of the GPL v2 license can be found [here](http://www.gnu.org/licenses/gpl-2.0.html). - -Note on rights to double-licensing of the Qubes code ----------------------------------------------------- - -Invisible Things Lab (ITL), who has funded and run the Qubes project since the beginning, and who has contributed the majority of Qubes-specific code (specifically: `core-*`, `gui-*`, and `qubes-*` repositories) would like to have a right to redistribute parts of this code under proprietary licenses. This is especially important for Qubes R3 and later, where the new architecture allows the creation of many editions of Qubes, using different hypervisors, some of which might not be open source. That's why we ask every developer who contributes code to Qubes project to grant ITL permission to reuse the code under a different license, and to express this consent by including the [standard signed-off line](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?id=HEAD#n416) in the commit.