Skip to content

Commit 3ebe074

Browse files
authored
Update README.md
Update based on carlosmn suggestions.
1 parent 3b71374 commit 3ebe074

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ 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). The GPLv2 requires you to make changes you make _to libgit2
29-
itself_ available publicly, but the linking exception means that you can link
30-
libgit2 with your software without it becoming "infected" by the libgit2
31-
license. Additionally, the example code has been released to the public
32-
domain (see the [separate license](examples/COPYING) for more information).
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.
31+
Additionally, the example code has been released to the public domain (see the
32+
[separate license](examples/COPYING) for more information).
3333

3434
Table of Contents
3535
=================

0 commit comments

Comments
 (0)