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

Getting License Type by License Text #10

Closed wgnf closed 2 years ago

wgnf commented 2 years ago

Sometimes License Types might not be easily recognized. If that's the case one might need to analyze the License Text (if found), by looking for certain snippets?

wgnf commented 2 years ago

provide the user with the ability to extend this functionality (interface for cake/nuke, and just a mapping of collections of strings to the license type for tool/cake/nuke)

wgnf commented 2 years ago

I guess it is already time to make the License-Type a list, because something like this might happen:
https://github.com/xunit/xunit/blob/main/LICENSE (it basically has the Apache 2.0 and MIT license)