How to display messages on the chart...

 
I want to add a short message with a copyright and my email at the top of the chart like I see some expert advisors do when its attached. What is the code to do such a thing?
 

Comment("Write something")

or

ObjectCreate(..., OBJ_LABEL, ..., ..., ...);

ObjectSetText(..., "Write something")

Reason: