Does eclipse have an auto info feature?[SOLVEd]

I googled it, btw ;D, so don’t say lmgtfy.

Anyways, as my game making becomes more of a job than hobby, I want to make my source code look a bit more professional. I want to add in this to all of my code, after imports (or where ever, It would be great if it was after imports):


package wml.jgo.games;

import java.crap.stop.dontgointhispackage.youwerentsupposedtoseethis;

/*
Author: Wessles
Website: www.wessles.com
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. For more information on this license, go to http://creativecommons.org/licenses/by-sa/3.0/deed.en_US
*/

class crap {
// You are lucky I am giving this for free. You aren't even worthy of my mad coding skillz.
}

I want to have that commented out part with licensing and information. Can eclipse do this automatically?