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
This commit is contained in:
Richard Fontana 2017-07-17 17:53:17 -04:00 committed by Thomas Haller
parent 394ed959f4
commit 0c6f88d4f0

View File

@ -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.