license-gradle-plugin icon indicating copy to clipboard operation
license-gradle-plugin copied to clipboard

Spaces in variables generate license violations

Open bmleite opened this issue 6 years ago • 1 comments

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 property ext.a = "a b".

This issue does not happen in version 0.13.1 (using the same license template and properties).

bmleite avatar Sep 26 '17 16:09 bmleite

+1 on this issue

lars06 avatar Mar 13 '23 15:03 lars06