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
Results:
matchingStandardLicenseIdsWithinText -> empty list ❌
matchingStandardLicenseIds -> empty list ❌
isTextStandardLicense with GPL-2.0, GPL-2.0-only or GPL-2.0-or-later -> Additional text found after the end of the expected license text starting at line #280 column #21 "end" ❌
Results when excluding optional end (keep lines 1-278):
matchingStandardLicenseIdsWithinText -> empty list ❌
matchingStandardLicenseIds -> GPL-2.0, GPL-2.0-only or GPL-2.0-or-later ✅
isTextStandardLicense with GPL-2.0, GPL-2.0-only or GPL-2.0-or-later -> No difference found ✅
I also checked the difference between the optional text in the end of the GPL-2.0 license xml template and the license text using a diff tool and didn't find any difference.
Note: tested using version 1.1.8
The text was updated successfully, but these errors were encountered:
I suspect this is also related to the pattern .{0,36000} failing as documented in #214 Once we have a fix for that, I'll test to see if this is resolved.
License text: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
Emoji represent whether this result is expected or not.
Results:
matchingStandardLicenseIdsWithinText -> empty list ❌
matchingStandardLicenseIds -> empty list ❌
isTextStandardLicense with GPL-2.0, GPL-2.0-only or GPL-2.0-or-later -> Additional text found after the end of the expected license text starting at line #280 column #21 "end" ❌
Results when excluding optional end (keep lines 1-278):
matchingStandardLicenseIdsWithinText -> empty list ❌
matchingStandardLicenseIds -> GPL-2.0, GPL-2.0-only or GPL-2.0-or-later ✅
isTextStandardLicense with GPL-2.0, GPL-2.0-only or GPL-2.0-or-later -> No difference found ✅
I also checked the difference between the optional text in the end of the GPL-2.0 license xml template and the license text using a diff tool and didn't find any difference.
Note: tested using version 1.1.8
The text was updated successfully, but these errors were encountered: