Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 1.87 KB

CONTRIBUTING.md

File metadata and controls

44 lines (38 loc) · 1.87 KB

Contributing to mold

We request all patches to mold to be released under the dual license of the GNU AGPLv3 and the MIT license. Please read the following and sign-off your patch as an indication of agreement.

Developer's Certificate of Origin

By making a contribution to this project, I certify that:

  1. The contribution was created in whole or in part by me and I have the right to submit it under the Dual License of the GNU AGPLv3 and the MIT license; or

  2. The contribution is based upon previous work that, to the best of my knowledge, is covered under the the Dual License and I have the right under the Dual License to submit that work with modifications, whether created in whole or in part by me, under the Dual License (unless I am permitted to submit under different licenses), as indicated in the file; or

  3. The contribution was provided directly to me by some other person who certified (1), (2) or (3) and I have not modified it.

  4. I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.

If you agree, you just add a line saying:

Signed-off-by: Random J Developer <[email protected]>

using your real name (sorry, no pseudonyms or anonymous contributions.) This will be done for you automatically if you use git commit -s. Reverts should also include "Signed-off-by". git revert -s does that for you.

We assume that any contribution that's 10 lines or less does not meet the threshold of originality and therefore copyright does not apply. You don't need to add a "Signed-off-by" line to such small patches.