From 0674e71ca559b5c71f9dba4df2a3462f65050159 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Tue, 28 Nov 2017 17:13:16 -0600 Subject: [PATCH] 3rdparty/kallisti5/licenseReport: Add FSF check for GPL --- 3rdparty/kallisti5/licenseReport.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/kallisti5/licenseReport.rb b/3rdparty/kallisti5/licenseReport.rb index 09b8269bd5..0d6d554888 100755 --- a/3rdparty/kallisti5/licenseReport.rb +++ b/3rdparty/kallisti5/licenseReport.rb @@ -16,7 +16,7 @@ {"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"]}, + {"GPL" => ["terms of the GNU General Public License", "GNU L-GPL license", "GPL license", "Free Software Foundation"]}, ] def check_license(filename)