diff options
author | Xavier Hallade <xavier.hallade@intel.com> | 2015-10-12 10:14:18 +0200 |
---|---|---|
committer | Xavier Hallade <xavier.hallade@intel.com> | 2015-10-12 10:14:18 +0200 |
commit | ac2efd73a9f62e6b0f2f18440437aa4263d05602 (patch) | |
tree | ba7b3748cbdc769986685f9bf4103551d7afe052 /CONTRIBUTING.md | |
parent | 604fb7c18170b039d9d3d5818af8bd7c21d407ae (diff) |
added guidelines for external contributions
enforcing the requirement for external contributions to be compatible with
ISC license - and explicitly not being licensed under a copyleft license.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..3cbad4f3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# Contributing to opentrack + +Pull requests for contributing patches, improvements and new features are greatly welcome through GitHub. + +By submitting a pull request, you agree to allow the project owner to license your work under the [ISC license](https://opensource.org/licenses/ISC). + +Contributions that are licensed under a copyleft license (such as GPL) cannot be integrated.
\ No newline at end of file |