summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-02-22 23:50:04 +0000
committerGitHub <noreply@github.com>2023-02-22 23:50:04 +0000
commit11579d591e4601f941b20463ea5ac5b68414c47c (patch)
tree596f9a1855a9900d815675526af51d0f5698bd8f
parent5561070c3787385ceca01cbde6bb26573d1c6292 (diff)
parent3ebe0741f7d41e4e9fcd64feca347f86ea8b70d7 (diff)
downloadlibgit2-11579d591e4601f941b20463ea5ac5b68414c47c.tar.gz
Merge pull request #6494 from libgit2/ethomson/clarify_readme
README: clarify the linking exception
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 166a202f2..3730d4e6c 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,9 @@ and on Git hosting providers like [GitHub](https://github.com/),
We perform the merge every time you click "merge pull request".
`libgit2` is licensed under a **very permissive license** (GPLv2 with a special
-Linking Exception). This basically means that you can link it (unmodified)
-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.
+Changes to libgit2 would still be covered under its GPL license.
Additionally, the example code has been released to the public domain (see the
[separate license](examples/COPYING) for more information).