Unverified Commit 3ebe0741 by Edward Thomson Committed by GitHub

Update README.md

Update based on carlosmn suggestions.
parent 3b713741
...@@ -25,11 +25,11 @@ and on Git hosting providers like [GitHub](https://github.com/), ...@@ -25,11 +25,11 @@ and on Git hosting providers like [GitHub](https://github.com/),
We perform the merge every time you click "merge pull request". We perform the merge every time you click "merge pull request".
`libgit2` is licensed under a **very permissive license** (GPLv2 with a special `libgit2` is licensed under a **very permissive license** (GPLv2 with a special
Linking Exception). The GPLv2 requires you to make changes you make _to libgit2 Linking Exception). This means that you can link against the library with any
itself_ available publicly, but the linking exception means that you can link kind of software without making that software fall under the GPL.
libgit2 with your software without it becoming "infected" by the libgit2 Changes to libgit2 would still be covered under its GPL license.
license. Additionally, the example code has been released to the public Additionally, the example code has been released to the public domain (see the
domain (see the [separate license](examples/COPYING) for more information). [separate license](examples/COPYING) for more information).
Table of Contents Table of Contents
================= =================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment