I'm about to release a set of Eclipse plug-ins as Open Source and noticed that most source code released under the LGPL/EPL contains a header banner in each file that refers to the license or contains the license itself.
Since adding these banners to each file manually seems to be a daunting and error-prone task, I was wondering whether there are any best practices regarding this task. Are there any tools or plug-ins for Eclipse that support the developer at adding and updating this kind of metadata?
Are there any best-practices when it comes to generated source code?
Any advice is much appreciated.
Edit: After looking around more closely, I found Copyright Wizard which is a Eclipse plug-in which also allows for updating existing license banners.