Skip to content

Commit 69d1197

Browse files
author
Edward Thomson
committed
README: disambiguate what to distribute source of
Indicate that if you make changes to libgit2 that you must distribute the source _to libgit2_, not the source _of your program_.
1 parent c80efb5 commit 69d1197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ License
244244

245245
`libgit2` is under GPL2 **with linking exception**. This means you can link to
246246
and use the library from any program, proprietary or open source; paid or
247-
gratis. However, you cannot modify libgit2 and distribute it without
248-
supplying the source.
247+
gratis. However, if you modify libgit2 itself, you must distribute the
248+
source to your modified version of libgit2.
249249

250250
See the [COPYING file](COPYING) for the full license text.

0 commit comments

Comments
 (0)