1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-01 00:39:45 +01:00

doc: add licensing section in contribution guidelines

This commit is contained in:
Robert Helgesson 2020-06-03 19:13:41 +02:00
parent b567d27394
commit dd50dc4c13
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -120,6 +120,13 @@ If you add a module that is platform specific then make sure to include a condit
Similarly, if you are adding a news entry then it should be shown only to users that may find it relevant, see <<sec-news>> for a description of conditional news. Similarly, if you are adding a news entry then it should be shown only to users that may find it relevant, see <<sec-news>> for a description of conditional news.
[[sec-guidelines-licensing]]
==== Mind the license
The Home Manager project is covered by the MIT license and we can only accept contributions that fall under this license, or are licensed in a compatible way. When you contribute self written code and documentation it is assumed that you are doing so under the MIT license.
A potential gotcha with respect to licensing are option descriptions. Often it is convenient to copy from the upstream software documentation. When this is done it is important to verify that the license of the upstream documentation allows redistribution under the terms of the MIT license.
[[sec-commit-style]] [[sec-commit-style]]
=== Commits === Commits