diff options
| author | Michael Biebl <biebl@debian.org> | 2017-09-20 21:04:15 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-09-20 21:04:15 +0200 |
| commit | bdb6eeb0670658255c2a4c3c501c0a27fa8cfe55 (patch) | |
| tree | 7f6a4560c8cd3e1730df2af4ed6c3e4c5c0265f6 /CONTRIBUTING | |
| parent | b9f0451fa35393ceedf6d9d20b78c43578ebea5d (diff) | |
New upstream version 1.8.4 upstream/1.8.4
Diffstat (limited to 'CONTRIBUTING')
| -rw-r--r-- | CONTRIBUTING | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING index d3ea0ce7..67694bd8 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. + + + |