Incorrect project & license generation when old comment exst
Brought to you by:
tombensve
Most IDEs create a comment header like:
/*
* Please change me
*/
at the top of new source files. If this comment is not removed before letting CLM apply project and license information on your sources the comment block is not ended correctly causing compilation error. The expected behavior is to append to the end of the existing comment block (which it basically does, but screw up the ending). The easies workaround is to manually delete this default comment block before using CLM to update it.