It is very easy to change author name in Eclipse IDE.
Steps:
open eclipse.ini file in the eclipse directory
add the following line after -vmargs line -Duser.name=your name
Example of my eclipse.ini:
…
-vmargs
-Duser.name=FaYnaSoft Labs
…
Also you can change it from here:
Preferences -> Java -> Code Style -> Code Templates -> Comments ->Types and change $(user) to your desired author name.
Example:
Recent Comments