diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2016-04-10 22:02:15 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2016-04-10 22:02:15 -0400 |
| commit | 3ac457319feb637a37947b252550e18eb8dd4d84 (patch) | |
| tree | 681de2b7a9cf688ab2f00a964b609e9c5f260e36 | |
| parent | 11a9d3c04a46c8d98e75961e45e11bc16e368665 (diff) | |
clarify readme
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,12 +1,14 @@ # Binary Ninja API -This repository contains documentation and source code for the [Binary Ninja](https://binary.ninja/) reverse engineering platform. +This repository contains documentation and source code for the [Binary Ninja](https://binary.ninja/) reverse engineering platform API. ## Contributing -Public contributions are welcome to this repository. However, first please read and sign the [Contribution License Agreement](https://binary.ninja/). Next, email a your signed copy of the license to the contact listed at the bottom of [https://binary.ninja/](https://binary.ninja/) along with your github username. Once that email is confirmed, any pending pull requests will be evaluated for inclusion. +Public contributions are welcome to this repository. All the API and documentation in this repository is licensed under an MIT license, however, the API interfaces with a closed-source commercial application, [Binary Ninja](https://binary.ninja). + +If interested in contributing, first please read and sign the [Contribution License Agreement](https://binary.ninja/). Next, email a your signed copy of the license to info@binary.ninja along with your github username. Once that email is confirmed, any pending pull requests will be evaluated for inclusion. ## Issues -The issue tracker for this repository tracks not only issues with the source code contained here but also the broader Binary Ninja product +The issue tracker for this repository tracks not only issues with the source code contained here but also the broader Binary Ninja product. |
