>From 8862d386e346110eba7957265f41afa3e03d17bf Mon Sep 17 00:00:00 2001 From: Richard Fontana Date: Mon, 17 Jul 2017 17:53:17 -0400 Subject: [PATCH] Make licensing of contributions more explicit Signed-off-by: Richard Fontana --- CONTRIBUTING | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING b/CONTRIBUTING index d3ea0ce..67694bd 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -36,3 +36,12 @@ with #ifdef MY_DEFINE / #endif in the code. GOOD: #define MY_CONSTANT 42 BAD: static const unsigned myConstant = 42; +3) Legal: + +All original contributions to NetworkManager are licensed under the +GNU General Public License, version 2 or later, or, if another license +is specified as governing the file or directory being modified, such +other license. See the file COPYING in this directory for details. + + + -- 2.9.4