3rdparty/kallisti5/licenseReport: Add FSF check for GPL
This commit is contained in:
parent
a0c92d9e9e
commit
0674e71ca5
2
3rdparty/kallisti5/licenseReport.rb
vendored
2
3rdparty/kallisti5/licenseReport.rb
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user