From ac2efd73a9f62e6b0f2f18440437aa4263d05602 Mon Sep 17 00:00:00 2001 From: Xavier Hallade Date: Mon, 12 Oct 2015 10:14:18 +0200 Subject: 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. --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md 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 -- cgit v1.2.3