We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5561070 + 3ebe074 commit 11579d5Copy full SHA for 11579d5
1 file changed
README.md
@@ -25,8 +25,9 @@ and on Git hosting providers like [GitHub](https://github.com/),
25
We perform the merge every time you click "merge pull request".
26
27
`libgit2` is licensed under a **very permissive license** (GPLv2 with a special
28
-Linking Exception). This basically means that you can link it (unmodified)
29
-with any kind of software without having to release its source code.
+Linking Exception). This means that you can link against the library with any
+kind of software without making that software fall under the GPL.
30
+Changes to libgit2 would still be covered under its GPL license.
31
Additionally, the example code has been released to the public domain (see the
32
[separate license](examples/COPYING) for more information).
33
0 commit comments