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
When org.spdx.utility.compare.LicenseCompareHelper.isTextStandardLicense().isDifferenceFound() is run on the official CC-BY-4.0 license text, it (incorrectly) returns true (i.e. the standard license was not matched). When I run org.spdx.utility.compare.LicenseCompareHelper.isTextStandardLicense().getDifferenceMessage() on it, I get:
Normal text of license does not match starting at line #5 column #9 "commons" when comparing to template text "
By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms a...". Last optional text was not found due to the optional difference:
Normal text of license does not match starting at line #5 column #29 "(" when comparing to template text " Creative Commons Attribution 4.0 International Public License
". Last optional text was not found due to the optional difference:
Normal text of license does not match starting at line #42 column #5 "example" when comparing to template text "
Considerations for the public: By using one of our public licenses, a licensor grants the public p...". Last optional text was not found due to the optional difference:
Normal text of license does not match starting at line #42 column #5 "example" when comparing to template text "
Considerations for the public: By using one of our public licenses, a licensor grants the public p...". Last optional text was not found due to the optional difference:
Normal text of license does not match starting at line #1 column #12 "4" when comparing to template text "Creative Commons"
When
org.spdx.utility.compare.LicenseCompareHelper.isTextStandardLicense().isDifferenceFound()
is run on the officialCC-BY-4.0
license text, it (incorrectly) returnstrue
(i.e. the standard license was not matched). When I runorg.spdx.utility.compare.LicenseCompareHelper.isTextStandardLicense().getDifferenceMessage()
on it, I get:I don't see any mismatches when looking at the
CC-BY-4.0
SPDX template however.This was reproduced with Spdx-Java-Library v1.11 and SPDX license list v3.23.
The text was updated successfully, but these errors were encountered: