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

[BUG]: License-Type of `Accord` packages is determined incorrectly #113

Closed wgnf closed 1 year ago

wgnf commented 1 year ago

Description of the bug

When determining the license-type for packages of the Accord family the resulting type is incorrect.

Expected: LGPL
Got: LGPL AND GPL

Steps to reproduce

  1. create a project containing the Accord nuget package
  2. extract licenses for that project
  3. Observe that the license-type is determined to be LPGPL, GPL

Additional Information

Link to the license: http://accord-framework.net/license.txt