diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-12-30 09:25:47 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-12-30 09:25:47 -0500 |
commit | 825cd4d10f44e65aebe3f6e03ec44d5b06cb3b09 (patch) | |
tree | 75888d7bb1546e3f66274126fe322ba700d5d97c | |
parent | 8059b0bd6f1979b670792894ff377ae1543217b5 (diff) | |
download | sr.ht-docs-825cd4d10f44e65aebe3f6e03ec44d5b06cb3b09.tar.gz |
license.md: add LGPL
-rw-r--r-- | license.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -27,6 +27,13 @@ devices which use GPLv3 licensed software. [GPLv3 information](https://www.gnu.org/licenses/gpl-3.0.en.html) — [GPLv3 plain text](https://www.gnu.org/licenses/gpl-3.0.txt) +If your software is a library, you may prefer to use LGPL. It provides similar +obligations for those who modify and re-distribute your library, but it doesn't +impose on the programs which depend on your code. + +[LGPLv3 information](https://www.gnu.org/licenses/lgpl-3.0.en.html) — +[LGPLv3 plain text](https://www.gnu.org/licenses/lgpl-3.0.txt) + Authors publishing software which is useful over a network — databases, web applications, and so on — should consider the "Affero" General Public License, or AGPL, as well. The AGPL is similar to the GPL, but its terms also apply |