From 825cd4d10f44e65aebe3f6e03ec44d5b06cb3b09 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 30 Dec 2020 09:25:47 -0500 Subject: license.md: add LGPL --- license.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/license.md b/license.md index f3e2851..0fdf421 100644 --- a/license.md +++ b/license.md @@ -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 -- cgit