You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR#86 changes the license detection for GNU licenses (GPL, AGPL, LGPL, GFDL). In 0.13.0 they would be detected as their deprecated (eg. AGPL-3.0) variant due to the variants (root, -only, and -or-later) using the exact same license text. GNU licenses are now detected as the <root>-or-later version. This is an arbitrary decision, which I hope to not change, but if someone makes a convincing argument it could be.