I found a bug where when I use a template, point it to rust, if the template does not end in a clean endline, the end of the comments in the header also does not have an endline.
This causes the tool to endlessly add the licenseheaders every time you run it.
Command:
licenseheaders -t ./docs/apache2.tmpl -o ftorres7382 -y 2026 -E .py -E .rs
It works if I add a endline to the template, but just thought I should post this here.
I found a bug where when I use a template, point it to rust, if the template does not end in a clean endline, the end of the comments in the header also does not have an endline.
This causes the tool to endlessly add the licenseheaders every time you run it.
Command:
licenseheaders -t ./docs/apache2.tmpl -o ftorres7382 -y 2026 -E .py -E .rs
It works if I add a endline to the template, but just thought I should post this here.