diff options
author | Xavier Hallade <xavier.hallade@intel.com> | 2015-10-12 15:52:57 +0200 |
---|---|---|
committer | Xavier Hallade <xavier.hallade@intel.com> | 2015-10-12 15:52:57 +0200 |
commit | 3e60ccda96dfada9307a0a25134475c726f1ae72 (patch) | |
tree | 3a3595d9f64293fac3ff5c2f6dd4b49a6795ff52 | |
parent | 8f5c20c6047708a2ce59159270f66b9049141d2a (diff) |
added guideline for contributions using LGPL software
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 774db8f2..a8e22531 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,8 @@ Pull requests for contributing patches, improvements and new features are greatly welcome through GitHub. -By submitting a pull request, you agree to allow the project owner to license your work under the [ISC license](https://opensource.org/licenses/ISC). Please add your copyright and licensing information before submitting a pull request. +By submitting a pull request, you agree to allow the project owner to license your work under the [ISC license](https://opensource.org/licenses/ISC). +Please add your copyright and licensing information before submitting a pull request. -Contributions that are licensed under a copyleft license (such as GPL) cannot be integrated. +Contributions may depend on LGPL software but not be a derivative work of LGPL software (and more specifically be statically linked to any LGPL code). +Contributions that are licensed under a copyleft license (such as GPL) cannot be integrated.
\ No newline at end of file |