mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 07:20:07 +00:00
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_.
This commit is contained in:
parent
c80efb5f6d
commit
69d1197100
@ -244,7 +244,7 @@ License
|
||||
|
||||
`libgit2` is under GPL2 **with linking exception**. This means you can link to
|
||||
and use the library from any program, proprietary or open source; paid or
|
||||
gratis. However, you cannot modify libgit2 and distribute it without
|
||||
supplying the source.
|
||||
gratis. However, if you modify libgit2 itself, you must distribute the
|
||||
source to your modified version of libgit2.
|
||||
|
||||
See the [COPYING file](COPYING) for the full license text.
|
||||
|
Loading…
Reference in New Issue
Block a user