By default Android Studio automatically adds a header comment to all new classes, e.g.
/** * Created by Dan on 11/20/13. */
Where is the
As well as Dan's answer (which is the much more rigorous way), you can also click into the header, and option-enter (on Mac), and you can choose to edit the default file template. Alternatively, click the little lightbulb to get here as well