Possible Duplicate:
How to edit an default Xcode template?
How to set ___COPYRIGHT___ in Xcode 4.5
When we add a new file,
In .h & .m file, there is always a comments/documentation section at top.
example.
//
// abc.h
// Project name
//
// Created by myname on 06/11/12.
//
//
How to modify those default comments to :
// File Name: abc.h
// Created By: myName
// Created On: 06/11/12.
// Purpose:
// Copyright (c) 2012 mycompany name. All rights reserved.
Please do help me on this issue