Is there a way to add a standard header comment in one place and it will apply to all my source files in my project? the header would contain my name, contact details, company, license etc.
|
feedback
|
|
If you are looking for a tool with a good Eclipse integration (and a nice GUI), I suggest: Eclipse Copyright Generator This adds:
Check out the User guide to get an overview of all features. I just tried it with eclipse 3.6 and it work fine. There is an update site to install it: http://www.wdev91.com/update/ | |||
|
feedback
|
| |||||
feedback
|
|
In addition to the answer provided by Bozho, there are the releng tools provided by eclipse, which give you some menu item commands to fix copyrights in existing files. You can install the releng tools from this update site: The Eclipse Project Updates - http://download.eclipse.org/eclipse/updates/3.6 And there is a small bit information available on it here: http://www.eclipse-plugins.info/eclipse/plugin_details.jsp?id=668 | |||
|
feedback
|