Skip to content

Commit 11579d5

Browse files
authored
Merge pull request libgit2#6494 from libgit2/ethomson/clarify_readme
README: clarify the linking exception
2 parents 5561070 + 3ebe074 commit 11579d5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ and on Git hosting providers like [GitHub](https://github.com/),
2525
We perform the merge every time you click "merge pull request".
2626

2727
`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.
28+
Linking Exception). This means that you can link against the library with any
29+
kind of software without making that software fall under the GPL.
30+
Changes to libgit2 would still be covered under its GPL license.
3031
Additionally, the example code has been released to the public domain (see the
3132
[separate license](examples/COPYING) for more information).
3233

0 commit comments

Comments
 (0)