hierynomus / license-gradle-plugin

Manage your license(s)
http://www.javadude.nl
Other
409 stars 114 forks source link

Spaces in variables generate license violations #141

Open bmleite opened 7 years ago

bmleite commented 7 years ago

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).

lars06 commented 1 year ago

+1 on this issue