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.

link|improve this question

69% accept rate
feedback

3 Answers

If you are looking for a tool with a good Eclipse integration (and a nice GUI), I suggest: Eclipse Copyright Generator

This adds:

  • a new Panel in the preferences (global or project based) with: Menu > Windows > Preferences > General > Copyright.
  • a Menu Menu > Project > Apply Copyright...
  • a realy nice Wizard with a lot of options and some default template for Open-Source licence (Apache, EPL, ...)

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/

link|improve this answer
feedback

Window > Preferences > Java > Code Style > Code Templates > Comments > Files

link|improve this answer
1  
This does not work after the fact. – Sergio Oliveira Jr. Apr 10 at 5:45
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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.