addlicense icon indicating copy to clipboard operation
addlicense copied to clipboard

Fix empty year generated copyright

Open bogdandrutu opened this issue 5 years ago • 1 comments

Currently if the year is set to empty string -y="" the first header will have two consecutive empty spaces between Copyright and Holder.

Now: // Copyright[ ][ ]OpenTelemetry Authors

After: // Copyright[ ]OpenTelemetry Authors

bogdandrutu avatar Mar 23 '20 21:03 bogdandrutu

Unfortunately the markdown decided that 2 consecutive spaces are not ok in the now example. but you can look at the raw text.

bogdandrutu avatar Mar 23 '20 21:03 bogdandrutu