mbrukman / autogen

Automatically generate boilerplate license comments.
Apache License 2.0
98 stars 27 forks source link

Make top-level comments optional #30

Closed mbrukman closed 7 years ago

mbrukman commented 7 years ago

Right now, autogen includes a // TODO: add a file-level comment after the license boilerplate in the file. This also happens when using autogen -i to modify files in-place.

This should be made optional so that updates to existing files which may already have top-level comments can just add the license without the extra // TODO comment.

mbrukman commented 7 years ago

Fixed in PR #39.