Browse Source

Update the documentation to say LGPL instead of GPL

Antialize 14 years ago
parent
commit
ed0dde511a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/shared/commondocparts.cc

+ 2 - 2
src/shared/commondocparts.cc

@@ -44,8 +44,8 @@ void CommandLineParserBase::outputLicense(Outputter * o) const {
 	o->paragraph("Copyright (C) 2010 wkhtmltopdf/wkhtmltoimage Authors.");
 	o->endParagraph();
 	o->beginParagraph();
-	o->text("License GPLv3+: GNU GPL version 3 or later ");
-	o->link("http://gnu.org/licenses/gpl.html");
+	o->text("License LGPLv3+: GNU Lesser General Public License version 3 or later ");
+	o->link("http://gnu.org/licenses/lgpl.html");
 	o->text(". This is free software: you are free to change and redistribute it. "
 			"There is NO WARRANTY, to the extent permitted by law.");
 	o->endParagraph();