summaryrefslogtreecommitdiff
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorRichard Fontana <rfontana@redhat.com>2017-07-17 17:53:17 -0400
committerThomas Haller <thaller@redhat.com>2017-07-25 07:16:35 +0200
commit0c6f88d4f042a1317c94b82834aee35f343797be (patch)
treeff58290afd5fadc6fb034734fda8159cd8aeb789 /CONTRIBUTING
parent394ed959f4addc957697633440dcdb3ebb5c0b7e (diff)
Make licensing of contributions more explicit
Signed-off-by: Richard Fontana <rfontana@redhat.com> https://mail.gnome.org/archives/networkmanager-list/2017-July/msg00034.html
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING9
1 files changed, 9 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index d3ea0ce76..67694bd8b 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.
+
+
+