Started getting license violations in all files after updating to version 0.14.0. Seems that the problem is having space(s) in substituted variables.
You can easily test this in a Java project using a simple license template like Copyright ${a} (note that the keyword "Copyright" must be present) and define the extra property ext.a = "a b".
This issue does not happen in version 0.13.1 (using the same license template and properties).
Hi,
Started getting license violations in all files after updating to version 0.14.0. Seems that the problem is having space(s) in substituted variables.
You can easily test this in a Java project using a simple license template like
Copyright ${a}
(note that the keyword "Copyright" must be present) and define the extra propertyext.a = "a b"
.This issue does not happen in version 0.13.1 (using the same license template and properties).