wgnf / liz

liz (ˈlɪz) is a tool to extract license-information from your project/solution aimed on a fast and correct process. Whether it's via a dotnet-CLI-Tool, Cake-Addin or Nuke-Addon
MIT License
10 stars 0 forks source link

fix: exclude more keywords for GPL #114

Closed wgnf closed 2 years ago

wgnf commented 2 years ago

📫 Addressed Issue(s)

📄 Description

The problem is that the license-types LGPL and AGPL were always paired with GPL, because they always had the same snippet in them. These are now excluded.

✅ Checks