license-maven-plugin
license-maven-plugin copied to clipboard
allow users to customize the copyright string format
This PR fixes issue #379 by introducing a new mojo parameter copyrightStringFormat
allowing users to configure a different copyright string format.
I considered moving the default copyright string up to the mojo configuration but chose to keep the default string in the Copyright model class.