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
9 stars 0 forks source link

fix: exclude more keywords for GPL #114

Closed wgnf closed 1 year ago

wgnf commented 1 year 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