From 07b904e8f1dc8a162dda0e405fd7328038174530 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Tue, 24 Mar 2015 11:46:01 -0700 Subject: [PATCH] docs: updated contributions.md with LGPL no longer accepted Signed-off-by: Mihai Tudor Panu --- docs/contributions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributions.md b/docs/contributions.md index 4eb338a2..bdb06305 100644 --- a/docs/contributions.md +++ b/docs/contributions.md @@ -4,12 +4,12 @@ Contributing a module {#contributions} Here are the rules of contribution: - Your new module must have an example that builds against your UPM library. - Each commit must have a sign-off line by everyone who reviewed them. -- **Commits must be named : Some decent description.** +- Commits must be named `: Some decent description`. - You must license your module under a FOSS license. The recommended license is MIT but any permissive license is fine. Please consider that people using UPM may want to write proprietary programs with your sensors so we like to - avoid GPL. (LGPL is fine). If your license is not MIT please include a - LICENSE file in src/mymodule/. + avoid GPL. If your license is not MIT please include a LICENSE file in + src/mymodule/. - The top of each source file must contain a comment block containing the license information. - Please test your module builds before contributing and make sure it works on the latest version of libmraa. If you tested on a specific board/platform