aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorParide Legovini <pl@ninthfloor.org>2019-11-30 19:39:16 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-12-21 21:59:15 +0000
commitf47be4be98ef4c25bda42ce07b3d6a26a8a30273 (patch)
tree1c3c71b1d4dd342b335629f6a538449b1649fe1d /src
parentc9b8ec89cc9d158b0d5f637ea3a29ae311f85a89 (diff)
downloadimv-f47be4be98ef4c25bda42ce07b3d6a26a8a30273.tar.gz
Fix the name of the GNU LGPL
Diffstat (limited to 'src')
-rw-r--r--src/backend_librsvg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend_librsvg.c b/src/backend_librsvg.c
index 9023b10..b052f1f 100644
--- a/src/backend_librsvg.c
+++ b/src/backend_librsvg.c
@@ -100,7 +100,7 @@ const struct imv_backend imv_backend_librsvg = {
.name = "libRSVG",
.description = "SVG library developed by GNOME",
.website = "https://wiki.gnome.org/Projects/LibRsvg",
- .license = "Lesser GNU Public License",
+ .license = "GNU Lesser General Public License v2.1+",
.open_path = &open_path,
.open_memory = &open_memory,
};