Skip to content

Commit

Permalink
Update CONTRIBUTING now that we've decided on licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Apr 9, 2014
1 parent 2b196cc commit b7f096e
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Contributing

We (Chef Software, Inc.) are currently discussing whether to change the
license on the packaging code in this repository to MIT. Until we make a
decision, we cannot accept contributions from outside our organization.
We should have this resolved very soon.
## Summary

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Licensing

Gecode itself is MIT licensed. If you make changes to the vendored
Gecode source in ext/libgecode3/vendor, your changes will we distributed
under the terms of the MIT license. All other code in this repository is
distributed under the terms of the Apache 2.0 license.

0 comments on commit b7f096e

Please sign in to comment.