From 46f7052c65219fcc7c899bc7812015d1b94beac9 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sun, 17 Dec 2017 09:08:20 -0600 Subject: [PATCH] 3rdparty/licenseReport: Add seperate LGPL checks --- 3rdparty/kallisti5/licenseReport.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3rdparty/kallisti5/licenseReport.rb b/3rdparty/kallisti5/licenseReport.rb index 0d6d554888..adb681398a 100755 --- a/3rdparty/kallisti5/licenseReport.rb +++ b/3rdparty/kallisti5/licenseReport.rb @@ -16,7 +16,8 @@ {"MIT" => ["MIT License", "MIT Licence", "Haiku License", "X11 license"]}, {"BSD" => ["express or implied warranties", "provided by the author ``AS IS''", "the software is provided \"AS IS\"", "BSD license", "provided by the author \"as is\""]}, {"BeOS Sample Code" => ["be sample code license"]}, - {"GPL" => ["terms of the GNU General Public License", "GNU L-GPL license", "GPL license", "Free Software Foundation"]}, + {"LGPL" => ["GNU Lesser", "GNU L-GPL license"]}, + {"GPL" => ["terms of the GNU General Public License", "GPL license", "Free Software Foundation"]}, ] def check_license(filename) -- 2.11.4.GIT